Page 1 of 1

icon for buttons

Posted: 01 Aug 2014 17:28
by lian00
Hello,
I did not find the good information in help file so here is my question: to associate an image (ico ? png ?) to a button what is the best size ? Is there a list of icons "packed" with XYplorer ?

Re: icon for buttons

Posted: 02 Aug 2014 08:21
by bdeshi
"(ico ? png ?)": Use the .ico format.
the best size is 16px and 32px (that is, the icon should include both 16px and 32px versions)

"Is there a list of icons "packed" with XYplorer ?"
Yes, there is. Here's a script: http://www.xyplorer.com/xyfc/viewtopic. ... 531#p85000
Manually: create a ctb, right click it and choose "Customize Toolbar". The customize toolbar dialog will now add a [text] after all toolbar icons.
(Like this: Address Bar Go [go])
Use that bracketed text preceded by a colon as the icon path. (Like this: :go)

Re: icon for buttons

Posted: 02 Aug 2014 09:45
by lian00
Thank you, I will get a look at this.