Enhanced ToolBar
Enhanced ToolBar
Is there any chance that the ToolBar gadget can be enhanced to allow other gadgets to be placed on the toolbar besides buttons and separators? As an example look at any WebBrowser. They usually allow comboboxes, edit controls, etc. This would be a nice feature.
Or nxToolbar which is a conversion of ToolBarPro to Purebasic source but is threadsafe and Unicode compliant.
Just search the forums.
There is also Eddy's ToolbarPlus :
http://www.purebasic.fr/english/viewtop ... light=eddy

There is also Eddy's ToolbarPlus :
http://www.purebasic.fr/english/viewtop ... light=eddy
I may look like a mule, but I'm not a complete ass.
This appears to be Windows only.univeda wrote:Have a look at ToolBarPro, it is part of the PBOSL.
I'm not sure about ToolBarPlus, but it also seems to be Windows also.srod wrote:There is also Eddy's ToolbarPlus
This seems to be a plausible solution... I'll try it out.Trond wrote:Just place the gadgets directly on the window and place the toolbar buttons in a toolbar inside a container gadget to get them beside the other gadgets.
Thanks to all...
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
I think there is a Linux version, don't know about Mac.univeda wrote:
Have a look at ToolBarPro, it is part of the PBOSL.
This appears to be Windows only.
http://www.purebasic.fr/english/viewtop ... toolbarpro
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
For anyone who may be curious about this... it works on Windows, but not on Linux. On Linux the ToolBar automatically takes the top portion of the window (below the menu... if any) and covers the entire width. A Container seems to have no effect on it at all.gedumer wrote:This seems to be a plausible solution... I'll try it out.Trond wrote:Just place the gadgets directly on the window and place the toolbar buttons in a toolbar inside a container gadget to get them beside the other gadgets.