stzaske
07-02-2003, 03:22 PM
I'm just learning UI layout. Say I build a rowColumnLayout UI that is 2 rows by 2 columns, in this format
--------
| 1 | 2 |
--------
| 3 | 4 |
--------
Now say I want to populate this layout with two controls, buttonX (X) and TextY (Y) like this:
--------
| X | 2 |
--------
| 3 | Y |
--------
To do this, it seems I need to place 2 invisible controls in locations 2 and 3. How do I create an invisible control? Is there an equivalent to "& nbsp;" in MEL? I can build a text -l " "; control, but I'm assuming there is a more elegant solution.
-=STZ=-
--------
| 1 | 2 |
--------
| 3 | 4 |
--------
Now say I want to populate this layout with two controls, buttonX (X) and TextY (Y) like this:
--------
| X | 2 |
--------
| 3 | Y |
--------
To do this, it seems I need to place 2 invisible controls in locations 2 and 3. How do I create an invisible control? Is there an equivalent to "& nbsp;" in MEL? I can build a text -l " "; control, but I'm assuming there is a more elegant solution.
-=STZ=-
