Page 1 of 1

TOOLBAR --- Buttons & Dropdown Menu

Posted: 17 Jul 2020 20:36
by p•rascal
HEYA,
Is it possible to change the tool bar icons? If yes, how? And if yes, is there another set of toolbar icons existing? Something a bit more decent maybe? I mean the Icons are fine but some of them looks a bit outdated in some ways... (sorry for that...) :om:

Then, would it be possible in some ways to set a drop down menu to group similar commands? Maybe that is not the idea of the xy tool bar ... but it would help to clean up the UI a bit....

:appl: :appl: :appl:

Re: TOOLBAR --- Buttons & Dropdown Menu

Posted: 17 Jul 2020 20:54
by highend
change the tool bar icons
viewtopic.php?f=3&t=21371
set a drop down menu to group similar commands
Create a .xys file in your script folder and fill it with captions + command ids. Done

Code: Select all

"Item 1" #101;
"Item 2" #102;
"Item 3" #103;

Re: TOOLBAR --- Buttons & Dropdown Menu

Posted: 17 Jul 2020 21:18
by p•rascal
Thanks so much for that... will try it out as soon as i have a free minute :bug: :om: