BigDaddyO 61 Posted January 18, 2005 I am writing a script that will have 12 edit boxes that need to be alligned one under the other. the problem is that the edit boxes are only shown if a specific variable exists. so if say edit box 3 is not shown I don't want a big gap in the gui so I need to adjust the position of all other boxes to fill in the gap. I have tried the -1 for the Top position of the edit boxes but that does not seem to work. does anyone have any ideas for me to try. Thanks, Mike hmm... I guess I have to have a signature... Share this post Link to post Share on other sites
this-is-me 6 Posted January 18, 2005 GUICtrlSetPos Is the only way. Who else would I be? Share this post Link to post Share on other sites