Bug? .SetVisibleAnimated

ilan

Expert
Licensed User
Longtime User
hi

i think i have mentioned it already but i am not sure.

in b4a when you use SetVisibleAnimated(200,False) on a view you cannot use anymore
Visible = True. to show this view again you have to call SetVisibleAnimated(1,true)

as far as i remember in b4i its working but b4a not.

thank you, ilan
 

Star-Dust

Expert
Licensed User
Longtime User
It also happens to me
 
Top