PowerToTheBuilder
Helping to put the Power back in PowerBuilder

PBGUIControls Version 1.2.0 Now Available

February 10, 2008 21:31 by bradwery

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
Tags:
Categories:
Actions: E-mail | Permalink | Comments (4) | Comment RSSRSS comment feed

Related posts

Comments

February 11. 2008 12:31

i have problem with advanced GUI sample for sybase powerbuilder 11. when i deploy this sample, error message 'visual studio just debugging' display. help me

anton

February 16. 2008 18:40

very good!!
I want to try now

liver

February 18. 2008 16:50

The GUI controls are not currently supported for .NET deployment. This is going to change very soon.

Stay tuned.

Brad

bradwery

May 16. 2008 12:31

Quiero Probarlo

AS