General XMetaL Discussion
XMetaL Community Forum › General XMetaL Discussion › Toolbar Macro Icons Not Displaying
-
MFerris August 22, 2014 at 9:45 am
Toolbar Macro Icons Not Displaying
August 22, 2014 at 9:45 amParticipants 0Replies 1Last Activity 8 years, 5 months agoI want to use macros that call forms from a previous project and put them onto a toolbar. I've successfully managed to get them into my current project but they all appear as a purple play symbol, and not the previously set icons.
What did I miss, and how do I fix this? Any help or suggestions would be appreciated, thanks.
EDIT: Using XMetaL Author 9.0
Derek Read August 28, 2014 at 9:55 pm
Reply to: Toolbar Macro Icons Not Displaying
August 28, 2014 at 9:55 pmIf you used a TBR file to configure your toolbars (this would have been done using the GUI for managing toolbars) then you would need to include the same file, possibly with a different filename to match the schema's filename, in your new project.
Distribution of TBR files can be troublesome however, since they are only read from your customization once. After a TBR has been read in it is written out to the per-user folder (to allow the user to make their own changes) and read in from there. This means that if you update your copy of the TBR file in your customization it will not take effect unless you delete the per-user copy (in %appdata%).
We generally recommend making modifications to toolbars using script inside an MCR file. This makes such changes easier to manage (once the code has been written). If you have done this you would need to include the same MCR file in your new project.
-
AuthorPosts
- You must be logged in to reply to this topic.