![]() |
GuiBitmapButtonCtrl Hide/Show
Hello my fellow haters just wondering if there is a command for making a GuiBitmapButton hide/show as
PHP Code:
|
Not most efficient but try obj.alpha = 0;
|
You need to show more so we that the problem is exactly what you're talking about. Please at least show the whole button object.
Also, try using PHP Code:
|
visible() did not work for me either, I'm not sure if this has been deprecated? Button_Name.show() and Button_Name.hide() works fine.
|
visible = false; certainly works.
|
If you do, dothe alpha = 0 then you might want to do active = false as well
PHP Code:
|
If your trying to hide the control from within it's script, then
PHP Code:
PHP Code:
|
If you do, dothe alpha = 0 then you might want to do active = false as well
PHP Code:
|
You shouldn't be changing alpha and active state to show or hide the button, period.
|
| All times are GMT +2. The time now is 01:18 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.