Page 1 of 1
Internal icons ?
Posted: 06 Nov 2013 23:09
by Vertigo
I can't for the life of me find a listing of the internal toolbar icons.
I already have a user defined button with an icon set as ":browsenetwork" but don't remember where I found that out.
Also, what are the ico file requirements for this usage ?
Re: Internal icons ?
Posted: 07 Nov 2013 00:16
by Nighted
It's as simple as adding a custom button to the toolbar and then right clicking it to open it's context menu and choosing Customize Toolbar.
Not so simple figuring that out though! It's a bit surreptitious.

Re: Internal icons ?
Posted: 07 Nov 2013 00:40
by Vertigo
But I don't see anywhere the icon's "name". I'm looking at the Customize Toolbar window.
Re: Internal icons ?
Posted: 07 Nov 2013 01:18
by Nighted
The key for the toolbar icons is shown in the brackets after the function. To use the icon put a colon before the key.
Example, to use the Undo button I would use > :undo
Code: Select all
Undo [undo]
Redo [redo]
New Folder [newfolder]
Refresh [refresh]
Calculate Folder Sizes [calcfosi]
Hide Folders in List [showfolders]
Re: Internal icons ?
Posted: 07 Nov 2013 02:24
by Vertigo
I don't see that in 12.80

Re: Internal icons ?
Posted: 07 Nov 2013 03:55
by binocular222
Use the script here:
http://www.xyplorer.com/xyfc/viewtopic. ... ernal+icon
bte, you can view the code by right click the Toolbar Button > Edit
Re: Internal icons ?
Posted: 07 Nov 2013 14:31
by Vertigo
Ha, nice, thanks !
