Quote from
Phil78 on April 20, 2022, 11:28 am
Hello
I have a paragraph which is initially not visible. Inside a pushbutton there is this code, but I cannot see my object because [Visible] == "visible"
GetObjectInfo "aide" "visibility" [Visible]
If [Visible] == "visible"
HideObject "aide" "fadeOut" 40
Else
ShowObject "aide" "fadeIn" 40
Endif
Hello
I have a paragraph which is initially not visible. Inside a pushbutton there is this code, but I cannot see my object because [Visible] == "visible"
GetObjectInfo "aide" "visibility" [Visible]
If [Visible] == "visible"
HideObject "aide" "fadeOut" 40
Else
ShowObject "aide" "fadeIn" 40
Endif