
01-31-2007, 09:26 PM
|
|
That one guy...
|
 |
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
|
|
|
I was going to say that...
Using new does not define the parent until after the new is finished. It is better to do the addcontrol() inside the new before you call the parent or to just use onResize() functions for defining child positions (You could make a chain reaction from the GUIControl all the way down to the position of a radio button or something and then call the function at the end of your GUI Creation script so everything get positioned) |
__________________
Do it with a DON!
|
|
|
|