File Name: Module: MultiValueComboBox - A new user-interface control.
File Submitter:
123
File Submitted: 10 May 2009
File Updated:
10 May 2009
File Category:
Premise
Author: 123
Contact: PM me
Version: 1.0
This module adds a new user-interface (UI) control called
MultiValueComboBox. Basically, it displays the current value of a
MultiValue property and lets you select any value from its associated
Enumeration. Unless you are creating custom screens in AutomationBrowser, you don't need this!
Before installing anything, backup your current Premise Server and export the
AutomationBrowser and
Plugins modules.
The attached zip archive contains two files.
- MultiValueComboBox_<datestamp>.xdo
Import this module first; it will alter the AutomationBrowser module. It adds a MultiValueComboBox class and alters the existing AutomationBrowser/ControlPanelManager/Classes/CompositeControl class (i.e. it adds the MultiValueComboBox class as a new ObjectContainment).
- MultiValueComboBoxTester.xdo
This module demonstrates the use of the MultiValueComboBox and should be imported last (or not at all). It serves as an example of how to use a MultiValueComboBox. It provides a new Home object called MVCBTester containing two MultiValue properties: Compass and Volume. In Builder, add a New > MCVBTester object somewhere in your Premise Home and then view it in Premise Browser.
Click here to download this file