Hello There, Guest! Login or Register


Gui Handlers
#1
Ok, I'm bound to find something I can work on sooner or later.

tomozj suggested I make some kind Gui handler, I thought "What a great idea!"  Here are some handlers that could be made (Note the handlers would mainly be for all kind of Gui, not specific Gui):

Hiding all Gui
Showing All Gui
Close All Gui
Maybe some Gui Macro Saving tool for users?

Anything else you might find usefull?
Reply
#2
Some kind of script that can make GUIs appear from the side of the screen? Look at AlienX's server, there's a cool party thing which pops up from the bottom.

This would be a set of functions I guess to make things easier, more than a fully-fledged handler. Such as guiTransitionSlide(startX, startY, endX, endY) kinda thing? :+
Reply
#3
(03-02-2008, 11:29 PM)tomozj link Wrote: This would be a set of functions I guess to make things easier, more than a fully-fledged handler.

Right, I guess handler is the wrong term to use here. :+S

But yea, I get it, so basically, a way to move the window from one location to another. Sounds feasible. :D
Reply