String object (Visible Char Length)

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

String object (Visible Char Length)

Post 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>.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Mazze
Posts: 69
Joined: Thu May 06, 2010 8:08 pm

Re: String object (Visible Char Length)

Post 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.
Post Reply