Page 1 of 1

String object (Visible Char Length)

Posted: Mon Jan 07, 2013 5:34 pm
by djrikki
Starting to get my head around MUI finally, however there a still things I am struggling to get my head around, one is the Area class - which objects are supported by it?

Anyway, my particular question here relates to a string object.

I understand the MaxLen attribute, but how do I set the visible character length?

For example in HTML you have <maxlength> and <size>.

Re: String object (Visible Char Length)

Posted: Mon Jan 07, 2013 9:17 pm
by Mazze
djrikki wrote:Starting to get my head around MUI finally, however there a still things I am struggling to get my head around, one is the Area class - which objects are supported by it?
Usually no objects are created from the Area class. That class is the base of a lot of other classes as you can see here:
http://www.sasg.com/mui/autodocs/index.html

Those derived classes can use the attributes of the Area base class.