About Store Forum Documentation Contact



Post Reply 
GuiObj Position [Resolved]
Author Message
JonathonA Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
JonathonA Offline
Member

Post: #2
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: GuiObj Position
http://www.esenthel.com/wiki/index.php?t...oordinates

there are tutorials for gui objects
11-29-2011 01:47 PM
Find all posts by this user Quote this message in a reply
JonathonA Offline
Member

Post: #4
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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply