You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set (and sometimes get) properties on a Flyout, but my SetValue or GetValue method calls seem to be causing access violations and crashing. Here is reproducible example. If you just create a blank WinUI C++/WinRT project and put this in the myButton_Click handler:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to set (and sometimes get) properties on a
Flyout
, but mySetValue
orGetValue
method calls seem to be causing access violations and crashing. Here is reproducible example. If you just create a blank WinUI C++/WinRT project and put this in themyButton_Click
handler:Can anyone say what I'm doing wrong? Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions