- Alpha Five V11
/documentation/pages/Index/Alpha Five V11.xml
Page links and information relating to A5 V11.
- What's New in Version 11
/documentation/pages/Index/What's New in Version 11.xml
Welcome to Alpha Five Version 11! If you thought we added a ton of functionality in Versions 10 and 10.5 plus the Feature Packs, you may have to recalibrate your notion of what defines a "ton of functionality".
- How to Find Controls in a Large UX Component
/documentation/pages/HowTo/UX/Quick Find Genie.xml
The Quick Find Genie is useful for finding controls in components with a large number of controls.
- Setting Choices for Tree Controls
/documentation/pages/Guides/Desktop/Xdialog/Controls/Tree Control/Setting Choices for Tree Controls.xml
A data field displayed as a tree control or drop-down tree control accepts only values that are in its choice list. These images show a tree control in regular and drop-down formats.
- Getting and Setting the Value of a Slider Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Slider/setting the value of a slider.xml
The value for a Slider Control can be set using javascript.
- Animating Tab and Accordion Controls in a Page Layout Component
/documentation/pages/Guides/Mobile and Web Components/PageLayout/Animating accordion controls.xml
Tab and accordion controls in the Page Layout Component can be configured to include animations when opening or closing a tab or accordion pane.
- Setting the Text and Value Properties of Items in a Choice List Array
/documentation/pages/Guides/Desktop/Xdialog/Controls/Setting the Text and Value Properties of Items in a Choice List Array.xml
The user defined choices displayed by a combo box, radio button, list box etc. can be read and set by reading or setting the text and value properties of the choice list array. The text property controls what is displayed on the form. The value property controls what value is written to the field when an item is selected.
- Displaying Calculated Values on a FormView
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/FormView/Displaying Calculated Values on a FormView.xml
When you design a FormView control you may want the form to display calculated values (typically computed from other fields in the form).
Since the Form is really just an HTML template that is rendered using Alpha Anywhere's client-side templating features, this is easily done.
- How to Use Custom Controls in a Grid Component
/documentation/pages/HowTo/Grid/Using Custom Controls in a Grid Component.xml
This topic discusses an advanced use of a Custom Control in a Grid component.
- Setting the Toolbars for a Form
/documentation/pages/Desktop/Reference/Design/View/Form/Setting the Toolbars for a Form.xml
Form, Browse, and Print Preview windows can have multiple toolbars. The following Xbasic command sets a form's toolbars to "Record_navigation" and "Find_toolbar".