vertical toolbars

BlitzPlus Forums/BlitzPlus Programming/vertical toolbars

Mr Brine(Posted 2004) [#1]
Hi!

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

Mr Brine


Binary_Moon(Posted 2004) [#2]
Not natively - but a bit of userlib goodness will do the job

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


Mr Brine(Posted 2004) [#3]
Nice one Ben!

Thanks

Mr Brine


Mr Brine(Posted 2004) [#4]
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


Wiebo(Posted 2004) [#5]
I made my own in code, using a canvas and an image... Too many bugs in the userlib version.


Beaker(Posted 2004) [#6]
Get GUIde, its excellent.