XY icon copy
Posted: 27 Nov 2017 15:03
Shows all available internal XY icons in a popup menu.
The idea is based on Enternals XYIconCopy version (viewtopic.php?f=7&t=9531)
Main difference, since v18.50.0301 XY supports the undocumented! [flags] parameter for the toolbar() script
command, which dynamically returns all icons instead of a list of fixed ones... This script incorporates the
new way to get them all...
The icons are filtered automatically, but by changing the variable
to false you can change that behavior.
If filtering is active, all custom toolbar buttons from 2 to 64 and a lot of drive icons are removed
because they all provide an already existing icon...
A header that shows the count of icons found is by default displayed on top of the menu.
If you want to hide it, change the variable to false.
Clicking on the header entry will do (apart from closing the menu) nothing!
With the header: Without: v19.00.0302 adds a new flag to inputselect(): 1024
It is now much easier to scroll through the list of icons
(and filter it if you like) Current version: Old version(s):
The idea is based on Enternals XYIconCopy version (viewtopic.php?f=7&t=9531)
Main difference, since v18.50.0301 XY supports the undocumented! [flags] parameter for the toolbar() script
command, which dynamically returns all icons instead of a list of fixed ones... This script incorporates the
new way to get them all...
The icons are filtered automatically, but by changing the variable
Code: Select all
$filterIcons = true;If filtering is active, all custom toolbar buttons from 2 to 64 and a lot of drive icons are removed
because they all provide an already existing icon...
A header that shows the count of icons found is by default displayed on top of the menu.
If you want to hide it, change the
Code: Select all
$displayHeader = true;Clicking on the header entry will do (apart from closing the menu) nothing!
With the header: Without: v19.00.0302 adds a new flag to inputselect(): 1024
It is now much easier to scroll through the list of icons
(and filter it if you like) Current version: Old version(s):