KevinC Posted July 10, 2017 Share Posted July 10, 2017 (edited) Hi, Example one window and button from window. I do guiSetVisible(window, false) after window and button invisible but I want to do button visible. Edited July 10, 2017 by KevinC wrong text Link to comment
kieran Posted July 10, 2017 Share Posted July 10, 2017 so you want to make GUI button invisible? Link to comment
#BrosS Posted July 10, 2017 Share Posted July 10, 2017 guiSetVisible works on every gui element , doesnt have to be a window Link to comment
KevinC Posted July 10, 2017 Author Share Posted July 10, 2017 (edited) No, no, guys ı want window invisible, button visible Edited July 10, 2017 by KevinC wrong text Link to comment
Deep thinker Posted July 10, 2017 Share Posted July 10, 2017 give us a code so we can help you,I hope that you read the rules. Link to comment
KevinC Posted July 10, 2017 Author Share Posted July 10, 2017 Okey , ı change example myWindow = guiCreateWindow.... mybutton = guiCreateWindow.... I do guiSetVisible(myWindow, false) , but myWindow and mybutton invisible but ı need myWindow insivisible but mybutton no invisible my button visible. Link to comment
#BrosS Posted July 10, 2017 Share Posted July 10, 2017 29 minutes ago, KevinC said: Okey , ı change example myWindow = guiCreateWindow.... mybutton = guiCreateWindow.... I do guiSetVisible(myWindow, false) , but myWindow and mybutton invisible but ı need myWindow insivisible but mybutton no invisible my button visible. i can't understand a word 1 Link to comment
koragg Posted July 11, 2017 Share Posted July 11, 2017 If the button's patent is set to the window which you hide then the button will also be hidden when you hide the window. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now