vertical toolbars

BlitzPlus Forums/BlitzPlus Programming/vertical toolbars

Hi!

Is it possible to have buttons in a toolbar vertical tiled?

Mr Brine

Not natively - but a bit of userlib goodness will do the job

http://www.blitzbasic.com/codearcs/codearcs.php?code=704

Nice one Ben!

Thanks

Mr Brine

Ah.

Having just had a play around with the code, Ive found that when the toolbar tips are active and used in collabration with the any of the commands that alter the shape of the toolbar things start getting a bit buggy.

The toolbar tips collision zones dont seem to map to the new shape.

I dont suppose anyone knows of a method to resolve this problem

Thanks

Mr Brine

I made my own in code, using a canvas and an image... Too many bugs in the userlib version.

Get GUIde, its excellent.