Help to put an icon on a topic with a macro.
Discussion Open
I want to put an icon on a topic with a macro so i write : mytopic.Icons.AddCustomIconFromMap("Couple") but i doesn't work and i don't understand why. My capture is my template. And my capture 2 is a part of my macro.
Hello Georgia
The parameter for the method Icons.AddCustomIconFromMap() is the custom icon signature, not the icon label.
This thread might help:
https://community.mindmanager.com/topic/2928-help-needed-with-a-macro-code-to-add-a-marker-icon
Hello Georgia
The parameter for the method Icons.AddCustomIconFromMap() is the custom icon signature, not the icon label.
This thread might help:
https://community.mindmanager.com/topic/2928-help-needed-with-a-macro-code-to-add-a-marker-icon
Title: Better Way to Insert Multiple Icons via Macro?
Hi all,
I've written a macro to insert a custom icon and added it to the context menu — works fine. But I want to do this for 20+ icons, and the context menu quickly gets overloaded.
Is there a cleaner way to:
Open to any suggestions or code snippets. Thanks!
Title: Better Way to Insert Multiple Icons via Macro?
Hi all,
I've written a macro to insert a custom icon and added it to the context menu — works fine. But I want to do this for 20+ icons, and the context menu quickly gets overloaded.
Is there a cleaner way to:
Open to any suggestions or code snippets. Thanks!
If you add stock and custom icons to the Map Index, organised into groups, you can use the existing Insert > Icons menu in the ribbon. This will show previews of icons. To make this menu easier to use, it is a good idea to also clean out unused markers and groups from the Map Index. The icons collection can be transferred between maps via the Marker List, or added to the map template.
If you add stock and custom icons to the Map Index, organised into groups, you can use the existing Insert > Icons menu in the ribbon. This will show previews of icons. To make this menu easier to use, it is a good idea to also clean out unused markers and groups from the Map Index. The icons collection can be transferred between maps via the Marker List, or added to the map template.
---