Web 2.0 - How to add icons to WebToolbar?

Hi all,

I was trying out the WebToolbar feature, but it appears that the little green “plus” sign is missing? How does one add icons to the toolbar now? Any guidance?

Thank you!

1 Like

in code
there’s no toolbar editor in the IDE yet as far as I know

1 Like

The + symbol was a Web 1.0 feature. Look at the Xojo 2020r1/Example Projects/Web/Controls/WebToolbar/toolbartest.xojo_binary_project for example code for a lot of the toolbar features.

Me.Icon = IconNam.png

1 Like