Special Toolbar help

BlitzPlus Forums/BlitzPlus Programming/Special Toolbar help

Grisu(Posted 2005) [#1]
Hi everyone!

My problem sounds rather simple, but I haven't found s solution by now. :(

What I need is a "vertical" toolbar for 120+ (64x64 pixel) button images. -
As my window (800x600) isn't that in height size I also need some kind of "arrows" to the end or a "slider" to the toolbar sides in order to navigate.

I have uploaded some testing images here:
http://legion.gibbering.net/grisu/buttons.zip

Thanks in advance.


WolRon(Posted 2005) [#2]
Sounds like you want one like the one used in MS Outlook (not Outlook Express).

I would imagine you could do it with a panel and canvas.


Grisu(Posted 2005) [#3]
I have tried to code such with the help of the code archives, but its really slow and buggy as the canvas has to be 8000+ pixel in height, which is crazy!

There has to be another way by only creating some image buttons and simply change the images displayed onto them when needed. *still thinking....