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
Wrapping a TextBox in a Badged control (bound to the TextBox's Text.Length property) causes the window to hang when loading - the GlowBoarder will load, but nothing else. Code Snippet provided below:
@amkuchta I can't start your Vulnerator sample, so I extracted the view and put it into the main demo and can not reproduce what you say. So please, try to figure it out if this is really the problem of the badged control, try to create a short sample app which reproduces your issue, thx
@punker76 to get the Vulnerator app to build, try copying the x86 and x64 folders from the main "Vulnerator" folder into "/bin/Debug". I think that should solve your issues.
What steps will reproduce this issue?
Wrapping a
TextBox
in aBadged
control (bound to theTextBox
'sText.Length
property) causes the window to hang when loading - theGlowBoarder
will load, but nothing else. Code Snippet provided below:Expected outcome
Window should load and the badge should show the length of the text in the named
TextBox
Repo
https://github.com/amkuchta/Vulnerator/tree/code_cleanup (code can be found in the "RmfView.xaml" file and is currently commented out)
Environment
The text was updated successfully, but these errors were encountered: