JonathonA
Member
|
GuiObj Position [Resolved]
Hello everyone, I have spent a while now looking over the code trying to figure out if it possible to position GuiObjs within a Window and I cannot find any way of doing it.
Currently I have a Window which activates a GuiObj instance; that instance loads a gobj file, so pretty simple really.
How can I position this GuiObj child within its parent Window?
(This post was last modified: 11-30-2011 01:16 AM by JonathonA.)
|
|
11-28-2011 08:15 PM |
|
JonathonA
Member
|
RE: GuiObj Position
Just to clarify, surely I wouldn't have to position it by changing the Window orientation and position that it is associated with? that seems a little counter-intuitive.
|
|
11-29-2011 09:58 AM |
|
Esenthel
Administrator
|
|
11-29-2011 01:47 PM |
|
JonathonA
Member
|
RE: GuiObj Position
Okay yes I have got it now, need to use the appropriate getXXX(...) or findXXX(...) function and set the .pos(...) attribute, cheers.
|
|
11-30-2011 01:16 AM |
|