Vai al contenuto

GdNet Diagnostics Tool Configurability

The GDNet diagnostics tool lets the user load a series of preset panel configurations by means of the preSetLayout(enum newType) method.The newType parameter assumes the following values:
  • SMALL 320×240
  • MEDIUM 640×480
  • LARGE 800×600
  • XLARGE 1024×768
  • CUSTOM
which indicate the resolution recommended for the preset configurations.On the other hand, by selecting the CUSTOM option, you can change some of the settings by means of the following properties:
  • fontButton
  • fontData
  • fontList
  • fontTitle
fontButton method (Font newFont)Sets the Font used for the buttons.The default value is: “SansSerif”, Normal, 14DataFont method (newFont)Sets the Font used for data for messages in the advanced section and for faults.The default value is: “SansSerif”, Normal, 14fontTitle(Font newFont) methodSets the Font for the two description lines at the top of the component and for the fault type.The default value is: “Monospaced”, Normal, 18fontList(Font newFont) methodSets the Font for the elements on the list. For correct paging, we advise you to keep the monospaced font.The default value is: “Monospaced”, Normal, 14