Release 9.4

The following is a summary of the main changes in release 9.4 of Knowledge Builder:

Major New Features

  1. Dialog object design-time inheritance
  1. New Text object type
  2. New Form Rules for validating user input in Dialog objects
  3. Validation Script for validating user input on Dialog input controls
  4. Text objects inputMask (Web Deployments only)
  5. Multi-instance Dialogs (JavaScript Web Deployment only)

Main Enhancements

  1. Multi-select List objects now support allowBlank and isEmpty properties in the same way as single select List objects. Prior to this release, an "empty" Multi-select Listbox would allow the runtime user to leave the Dialog regardless of the allowBlank value. The isEmpty property would also be set to False after the object's capture even if it was "empty".
  2. The new FinalURL property in the "Deploy Settings" for the whole Project overrides any FinalURL values set in individual Knowledge Modules.
  3. New helpText object control property, for Web deployment, displays a question mark icon next to the input control which when clicked will display the text contained in the helpText property.
  4. New default Knowledge Module Template
  1. New option to set the width of columns in Grid controls as displayed at runtime (defaults to 80 pixels). This option can be set in the "Runtime Display" tab of each instance property.
  2. Listbox and Grid controls options
  1. Using a common Dialog object to capture different objects (one at a time as they are invoked by object inference)