A MultiLineLabel element for displaying longer texts. A text can be marked with a special syntax (see function description at new) which allows creating texts with clickable zones, similiar to a hypertext document.
o-+ Component o-+ Label o-+ MultiLineLabel
creates a labelwith the given dimensions. The align value can be a constant from the MultiLineLabel table (MultiLineLabel_ALIGNRIGHT, ...). If highlights is true, the displayed text is scanned for a special syntax that creates clickable zones on the component. The bounds of the zones are fitted on the marked text passages. The markers are stripped away and are not displayed. A marker can be set by inserting $$link...$$ into the text, where the ... can be just any string. This string is then used as zonedescription. To end a zone, a $$link$$ can be set.
description from overloaded method of Component:
called when the component was moved or resized. Overload this method for visual appearance. The zindex is the id to use for zordering the components. Return the newz value, reserving all the values that you require for your visual nodes.