Summary
drop a groupBox
add event Opening
hit:
me.FontSize = -222
run prog, crash It's normal
now hit:
Var c As String = "-222"
Var e As Double = Double.Parse(c)
me.FontSize = e
run prog, doesn't crash.....
Objo Studio Version
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
Expected Result
Actual Result
Screenshots, Logs, Or Sample Project