Options for Toolbar

You need some new stunning features ? Tell us here.
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Options for Toolbar

Post by Marc56us »

Hello,

The Form Designer does not handle news options (of PB 5.60) for toolbar (size are only 16x16 and no text)

CreateToolBar()
- #PB_ToolBar_Small : Small icon (16x16 pixels) toolbar (default)
- #PB_ToolBar_Large : Large icon (24x24 pixels) toolbar
- #PB_ToolBar_Text : Text will be displayed below the button
- #PB_ToolBar_InlineText: Text will be displayed at the right of the button (Windows only)

ToolBarImageButton()
- Text$ (optional) The text to display with this button

If we enter these options manually in the code, they are removed during the next switch code / design

:|