Hi
I used a gui menu in my game.
HOw can I disable/enable its visibility while the program runs.
The gui interface give you only option to addButton() but not to remove.
Thanks
Gui button disable/Enable on realtime
Please look in the API doc its has alll...
You shouldnt just add a button....but keep a pointer to it also...then using it call the setVisible(bool) function of it for making it visible or invisible
Please refer all the methods of a class in the api...this will help you to avoid future troubles
You shouldnt just add a button....but keep a pointer to it also...then using it call the setVisible(bool) function of it for making it visible or invisible
Please refer all the methods of a class in the api...this will help you to avoid future troubles
skumar
