<< Click to Display Table of Contents >>
Markers |
Markers are used to inform to a Screen that a certain parameter has a behavior different from default.
Available markers
Marker |
Description |
---|---|
* (asterisk) |
Indicates the tab to display when opening the screen for the first time and must be declared immediately before the corresponding letter, such as "A;*C;D" |
# (number sign) |
Indicates the use of a customized button that works as a command and not to display content from a normal tab. A usage scenario is when users want to open another window with a mouse click |
b |
Activates the display of a badge informing the number of active items. Valid only for W, F, G, and I parameters declared in the PopupCode property of the hpXFaceplateTemplate object. These parameters are used only with FlexControl-type applications. For example, to display a badge on all tabs, declare this property with the value "Wb;Fb;Gb;Ib". It can be linked to the * (asterisk) marker, such as "Wb;*Fb;Gb;Ib" |
% (percent) |
Indicates the use of a custom Screen object, as described on topic System-Type Tabs |