Solved
How to Make Button Visible?
i use button.setvisible(bool) function but it doesn't happen accordingly. is there an example of how to do it?
i use button.setvisible(bool) function but it doesn't happen accordingly. is there an example of how to do it?
Hello DPutr.1,
I think you use the function correctly, but maybe you just forget to call the invalidate function after ?
something like:
button1.setVisible(TRUE);
button1.invalidate();/Osman
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.