Summary
create projet
open window1
add property "aa" type TextAlignment with correct value "TextAlignment.Centre"
add property "bb" type TextAlignment with no default value stay empty ""
in "Opening" event:
hit:
print(aa)
print(bb)
run prog, app crash
TypeMismatchException: Expected Integer but got Nothing.
display:
aa = 1
bb = nothing
why bb doesn't take TextAlignment default value (Left = 0) ?
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