Hello all,
Is there a web vertical toolbar in xojo? If so where can I find it? I tried using the std toolbar and change its shape to a vertical. but it only shows the first button.
If there isn’t one to use, any idea how to create one?
Tim
Hello all,
Is there a web vertical toolbar in xojo? If so where can I find it? I tried using the std toolbar and change its shape to a vertical. but it only shows the first button.
If there isn’t one to use, any idea how to create one?
Tim
I made mine with the websdk. if I remember it was my first sdk so I struggled to get it work
but looking back, and after many more sdk, this one was simple.
I believe graffiti web suite has one ? @Anthony_G_Cyphers ?
edit: there is a full tutorial for this ! with standard xojo components.
I actually have two controls that offer vertical toolbar-like interfaces. GraffitiToolbar is a more basic toolbar implementation, while GraffitiControlGroup supports a massive amount of embedded functionality and control types.
Thanks guys!
Tim