Vai al contenuto

Panel

Static panel to be used as a container to group components for more easy management of the page.Note: if dropped components will cover the background too much, it could be difficult to select it. For easy access to the background properties, there are two ways:Click on the Panel through the “outline” WindowClick on one of the dropped components inside, then hit the following keys combination “ALT-UP”.The last solution is useful also to walk through all the components hierarchy in case of nested panels.The component has the following properties:background: background colour of the graphics object
  • border: distance in pixels of the bevel in comparison to the size of the panel
  • color2: second colour of the bevel
enable: lets you draw a bevel around the panel
  • shape: Sets the bevel appearance. Choose from:
  • SHAPE_FRAME: rectangle with borders in relief
  • SHAPE_BOX: box in relief
  • SHAPE_BOTTOM_LINE: bottom line
  • SHAPE_LEFT_LINE: vertical left line
  • SHAPE_RIGHT_LINE: vertical right line
  • SHAPE_TOP_LINE: top line
  • style: Sets the drawing style of the bevel lines. Choose from:
  • STYLE_RAISED: relief style
  • STYLE_LOWERED: recessed style
titleFont: font of the title on the beveltitleGap: distance in pixels of the title in comparison to the beginning of the beveltitleStringID: title on the bevel
  • checkBoxGroup: automatically assigns all DataCheckBox panel on the same ‘group’.
Setting the ‘enable’ property to true enables the visualisation of a bevel around the panel; if set to false all the other settings in the ‘bevel’ category are ignored.Setting a string in the ‘titleStringID’ property lets you display a title (taken from the list of strings) on the bevel. If this field is left blank, all properties relating to the title (‘title*’) are ignored