Page 1 of 1
External Tools
Posted: Tue Nov 05, 2013 6:24 pm
by ohaldi
Hello,
I'm using principally TextPad for my xHarbour development.
I use a Toolbar to start different compilation and to start my compiled application.
Question : It is possible to replace the picture of the icons?
Actually I have a hammer with number 1 2 3 etc...
Regards
Otto
Posted: Tue Nov 05, 2013 9:33 pm
by MudGuard
Right-Click on the toolbar, choose "Customize".
With the Customize dialog open, right-click on the icon you want to change.
Choose "Change Icon" to select one of the (limited) set of predefined icons, or choose "Edit icon" to draw your own icon.
When finished, choose "Close" in the "Customize" dialog.
(I don't know any way to use an icon file - as far as I know you only have the choice between predefined or self-edited)
Posted: Wed Nov 06, 2013 4:29 am
by ak47wong
MudGuard wrote:(I don't know any way to use an icon file - as far as I know you only have the choice between predefined or self-edited)
You can click the
Import from File button in the Button Editor to use a .ICO file:

Posted: Wed Nov 06, 2013 6:36 am
by MudGuard
Ah - I never moved the mouse over that icon ...
(I would expect a "Load Button Icon" or similar in the context menu, next to "Edit Button Icon", "Change Button Icon", not hidden in the tool icons of "Edit Button Icon" ...)
Posted: Wed Nov 06, 2013 4:10 pm
by ohaldi
Many thanks for your help.
Work very well
Otto