The following changes were added to version 1.2.0 of the GUI controls. If you find anything wrong with any of the controls please post in the PowerToTheBuilder support forum: www.powertothebuilder.com/support.aspx
ToolBar
- Added an overload for of_SetEnabled so items can be enabled\disabled by using an item index
- of_SetEnabled(long al_item, boolean ab_switch
- Added an Overload for of_Toggle so items can be toggled on or off by using an item index
- of_Toggle(long al_item)
- Added an overload for of_AddItem so tip text can be specified
- of_AddItem(string text, string image, string tiptext)
- Added an overload for of_DisplayText so text can be displayed for a single item
- of_DisplayText(string as_item, boolean ab_display)
- Added two new functions called of_SetText and of_SetTipText which allow you to change the text for any item
- of_SetText(string as_item, string as_text)
- of_SetTipText(string as_item, string as_text)
ButtonListBar
- Added a new function called of_SetText which allows you to change the text for any item
- of_SetText(long al_item, string as_text)
- of_SetText(string as_item, string as_text)
Outlook 2003 ShortcutBar
- Added a new function called of_SetText which allows you to change the text for any item
- of_SetText(long al_item, string as_text)
- of_SetText(string as_item, string as_text)
- Added a new function called of_SetMenuText which allows you to change the text for the popmenu that displays when the chevron (">>") is clicked
Custom Static Text
- Renamed to u_cst_statictext
Currently rated 5.0 by 1 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5