Macro button: visible in all menu and toggle style

Hi !

I have two questions regarding button macros:

1. Is there a way to create a button that will be visible in all menus (CC3, DD3, TT1, …) without adding it to all *.mnu files ? In other world, is there a 'master' menu ?

2. Is there a way to create a toggle button, similar to the buttons that are at the Bottom right (Snap, Grid, …) ?


Thanks for your help :)

Comments

  • MonsenMonsen Administrator 🖼️ 46 images Cartographer
    edited March 2019
    1. Yes, the fcw32.imn file. The syntax is the same as a normal menu file, but only include the things you want global, don't repeat the stuff from the other menu files. If you don't have this file in your data directory, just make a blank text file.

    2. No
  • Thanks for your help :)

    But unfortunatly, creating this file prevent CC3+ to launch :(

    I created the file fcw32.imn in the Data folder.
    If the file is empty, CC3+ launch correctly.

    This code is working in a *.mnu file:
    #434,@Bitmaps\Icons\miscellaneous.bmp:[Toggle Sheet Effects]{}|FX;

    But if I paste it in the fcw32.imn file, the CC3+ won't launch.

    Does it need some special things in this file ?


    Basil
  • MonsenMonsen Administrator 🖼️ 46 images Cartographer
    Did you hit enter at the end of the line? A valid line must have a newline at the end. Also, make sure there are no empty lines in the file (except the line immediately following the last line of content)
  • That's it! Didn't knew it needs the newline at the end.

    Thanks a lot !
Sign In or Register to comment.