So im tinkering about making some custom icons, and just run into a slight hitch...
Im managing to make my .xml / .dis file correctly, and all is working fine & dandy.
However my problem is trying to determine exactly how icon's are prioritised.
I'll give an example...
I put the "syncpane" button on a toolbar, I then create my own .dis which also has a "syncpane" entry. Now, I import my .dis file and if I search for icons (All Combined) then I see the default "syncpane" and also my "syncpane". Now the button that I added is still using the default "syncpane" button I added earlier - this is as I expected as my newly imported .dis is at the bottom (bottom priority) of the list.
Now, as I understand it, DOpus will search through all the installed .dis Icon Sets from top to bottom looking for the icon name ("syncpane" in this case) until it is found, or none is found and uses the smiley face icon.
So, based on this theory, if I move my installed .dis to the top of the list, then MY "syncpane" icon should be found first. If I search for "syncpane" in the icon selector then the order of the results does seem to represent the order of the icon sets. e.g if I type syncpane while "Default Icon Set" is at the top of the icon set list, then the syncpane for "Default Icon Set" is displayed first, followed by the other "syncpane" 's in the other Icon Sets, including MY syncpane. So... If I now put my icon set at the top of the list, and again search for "syncpane", my "syncpane" is displayed at the top of the list, indicating that DOPus IS looking through the Icon Sets from top to bottom.
So, going back to what I said originally, I created a button on a toolbar (syncpane), and I have also created my own syncpane in an icon set. I was hoping, that by moving my icon set to the top of the list, that MY syncpane icon would take priority over any other "syncpane" icon's used, but this is not happening for me. It doesnt matter in what order I have the Icon Sets in the list, the same Default Icon Set : syncpane icon is always displayed, almost as though the button is not just referencing the icon's name (syncpane) but also the icon package (Default Icon Set).
I have tried refreshing the list, opening and closing Directory Opus, but nothing works.
I hope I have explained that in a way that is understandable, and if anybody could give me some pointers as to where I am going wrong then that would be much appreciated.
Thank you.