Thread
:
Hiding all gui controls
View Single Post
#
2
02-27-2008, 04:39 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
something like
PHP Code:
for (
temp
.
n
:
GraalControl
.
controls
)
{
temp
.
n
.
hide
();
}
may work.
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994