DialogPro-Plugin version 1.3 released

A new version of the DialogPro plugin is available. Here is a list of the new features:

CheckboxList added

CheckboxTree added

Added a FoundSetTreeModel that allows you to pass a foundset, a relation name and a display dataprovider name to create a Tree or CheckboxTree much like Servoy’s DBTreeView bean does.

Buttons can now fire a Servoy method, passing optional arguments. This allows you for example to validate entries in a dialog. You can attach a method to the OK button, for example. If the user hits OK, your method will be fired. In that method you can check all fields and make for example the background of a field that needs input red. This can all happen while the dialog is still shown.

Added a showClick and showFocus property to buttons.

Added a showWaitCursor property to ProgressDialog that allows you to specifiy whether the cursor will change to a wait cursor while the dialog is shown (defaults to true)

The new version is free to registered users and can be obtained from our website.

The plugin has been update to version 1.3.2 with these additions:

  • added a setNodeLevelVisible(int level) method to all tree components
  • added an optional parameter showBorder to showInfoSplash that allows you to not show a border (if false)
    The new version is available from our website.