Thread
:
GUI Control problem.
View Single Post
#
3
09-01-2006, 12:13 AM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Because it's probably still got it registered as invisible.
Just put a visible = true; inside your GUI control:
PHP Code:
new
GuiControl
(
name
)
{
visible
=
true
;
...
}
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld