View Single Post
  #1  
Old 09-30-2005, 06:32 PM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
Detaching a GUI Control

Is it possible to detach/attach a GUI control from it's parent?
I have 4 tabs in a window and a hidden GUI for each tab.
I want to detach the 4 hidden GUIs, then re-attach them when their tab is selected.

I know I could get the same effect by hiding and showing each GUI as they're selected, but I want to know if attaching/detaching them is possible.


EDIT: Another question.. What are the options for 'sortmode' and 'sortorder' in a GuiTextListCtrl?
I'm starting to think of buying Torque, just for the GUI documentation.

Last edited by ChibiChibiLuc; 09-30-2005 at 07:34 PM..
Reply With Quote