Quote:
|
Originally Posted by Yen
I _BELIEVE_ the only arrays used in GUI controls are the rows object.
In which case, extent would be "min max", not {min,max};
Alternative, you could set x, y, width, and height. I personally don't like using extent and such.
|
Arrays are probably more effective for setting these values. The "vector" datatype that people use (for example, "min max") are essentially converted into arrays anyway.