Order:
Click here for more information and to purchase your license.
|
*****IMPORTANT NOTE*****
To test the controls in your application, simply add the advguicontrols.pbd and advguiobjects.pbd
files to your targets library list. If applicable, also add the canvas.pbd file to your targets
library list. You can still test these controls with your application.
|
Download:
Special Note:
PowerBuilder 9.0
- Theme support is intermittent and a fix is being investigated.
- canvas.pbd must be distributed with your PowerBuilder 9.0 application along with the canvas.pbx file.
PowerBuilder 11 - .Net Winforms
- The PBCanvas.dll assembly must be added to and distributed with your application.
- There is no need to distribute canvas.pbx with your application.
- You must remove and re-add the reference to the PBCanvas.dll assembly to run the sample.
|
New This Release:
Version 2.6.4 - Feb 7, 2010
- Tab Control
- Added new Vista Style.
- Call the of_SetVistaStyle function.
- SelectionChanged, SelectionChanging, Close and Open events of u_cst_tabpage will trigger when added to tabcontrol.
- PowerDock.
- Added new Vista Style for tabs.
- Call the of_SetVistaStyle function.
- Added a new function to change back color of tab area, of_SetTabBackcolor().
- General.
- General Bug Fixes.
Version 2.6.3 - Jan 17, 2010
- Tab Control
- Performance improvements.
- PowerDock.
- Performance improvements.
- ButtonListbar.
- Performance improvements.
- Toolbar.
- Fixed crash when control was resized.
Version 2.6.2 - Dec 2, 2009
- ToolbarStrip
- Added drop menu style.
- PowerDock.
- Fixed a few minor bugs.
Version 2.6.1 - Oct 10, 2009
- ToolbarStrip
- Fixed some bugs.
- Added better support for vertical orientation.
- PB UI Designer.
- Added properties for new toolbar enhancements.
Version 2.6.0 - Oct 8, 2009
- ToolbarStrip
- Added Vista styles.
- Re-wrote drawing code to make it more robust.
- Misc.
- Numerous enhancements and bug fixes where made.
- Several GDI leaks were fixed.
Version 2.5.0 - June 30, 2009
- ToolbarStrip
- Font Support.
- TabControl
- Font Support.
- ButtonListBar
- Added list style.
- Misc.
- Numerous enhancements and bug fixes where made.
Version 2.4.0 - May 18, 2009
- ToolbarStrip
- Added the ability to make a toolbar item invisible.
- PowerDock
- The panels were closing too soon in some cases when the mouse left. This has been fixed.
- Close button will now display in the document tab.
- TabControl
- You can now display the close button in the tab instead of the tab strip.
- XPListBar
- Some performance improvements were made.
- ButtonListBar
- A new style was added. You can display in button or list mode.
- PB 10.0
- The controls are now available in PB10.0.
Version 2.3.0 - Dec 14, 2008
- ToolbarStrip
- Added chevron for items that display past the toolbars right border.
- PowerDock
- Added new events:
- event panelexpanded ( integer panel )
- event panelobjectdisplayed ( userobject panelobject )
- event panelpinned ( integer panel )
- event type integer documentselectionchanging ( integer document )
- event documentselectionchanged ( integer document )
- event panelunpinned ( integer panel )
Version 2.2.0 - Oct 07, 2008
- General
- Support for PB11.5
- PowerDock
- Made to look more like Visual Studio
- Toolbar Strip
- Open toolbar button on the right hand side
- Tab Control
- You can now display an arrow\menu for tab navigation instead of scroll arrows
Version 2.1.2 - May 04, 2008
- General
- Support for PB11.2
- PowerDock
- Mail application frame lost focus when pane was pinned or unpinned
Version 2.1.1 (Winforms) - Apr 27, 2008
- PowerDock
- Support for Winforms deployment
Version 2.1.1 - Apr 13, 2008
- PowerDock
- Added new close and context menu for document which will display on the main windows menu
- New function to close the active document
- Hover effect on pin
- Misc. bug fixes
- Tab Control
- Added more overloads to make it easier to work with tabs that represent windows
Version 2.1.0 - Apr 06, 2008
- PowerDock
- Added many new functions to make the control more usable
- Tab Control
- Added more overloads to make it easier to work with tabs that represent windows
Version 2.0.0 - Mar 27, 2008
- PowerDock
- New this release
- Tab Control
- Added new overloads so Windows can be opened as tabs
- Toolbar
- Now supports verticle orientation
Version 1.2.1 - Feb 24, 2008
- GroupBox
- Added a new style for the groupbox
Version 1.2.0 - Feb 10, 2008
- 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 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 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 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 which allows you to change the text for the popmenu that displays when the chevron (">>") is clicked
- of_SetMenuText(long al_item, string as_text)
- Custom Static Text
- Renamed to u_cst_statictext
Version 1.1.1 - Jan 30, 2008
- Bug fix for of_SetSize in u_cst_shortcutbar
Version 1.1.0 - Jan 27, 2008
- GroupBox
- New this release.
- Toolbar
- Added functions to toggle button
- of_Toggle(string as_item)
- of_IsToggleOn(string as_item)
- XPListBar
- Link items now have the ability to store data
- ButtonListBar
- Buttons now have the ability to store data
Version 1.0.0 - Jan 11, 2008
- Initial Release