Migration Guide : B. Features Introduced in OpenROAD 2006 (5.0) : New Features : New System Class Features
 
Share this page                  
New System Class Features
This section discusses system classes that have new features.
TabBar
The BarPosition attribute determines whether tabs are placed at the top or bottom of a TabFolder.
EntryField
Providing a high level of control over the visual appearance of the window is essential when building a highly complex GUI. OpenROAD EntryFields (single- and multiline) could only be sized horizontally based on the number of visible characters, which itself is a calculation.
The ExactWidth attribute lets the developer specify the exact width of entry fields, which makes it possible to provide exact resizing of windows when the user resizes the window.
ButtonField, CellAttribute, CompositeField, EntryField, EnumField, TreeviewField, SliderField, TabBar
To form hyperlinks that, on typical HTML pages, are often represented as underlined text, OpenROAD fields that currently support formatting such as bold and italic type now support underlining. The IsUnderlined attribute works only with fields that use a native type font. System classes that now have IsUnderlined added as an attribute are EntryField and ButtonField.
SliderField
The following new attributes were added to the SliderField system class:
DisplayValues
PageSize
StepSize
Style
TickIntervals
The Style attribute lets the user display a trackbar-style SliderField.
ButtonField
The TextDisplayBehavior attribute determines how the text label appears when there is more text than will fit into the button. This attribute lets the user specify one of several different types of ellipses (...).
StringObject
The LocateString method searches forward or backward depending on the setting of the backwards parameter, which is a new optional parameter for the method.
SessionObject
The WinHelp method supports the new HTML Help file format.