Can I associate a .maxhelp file with a mxj object?


    Jun 27 2014 | 7:36 am
    Hi,
    Is it possible to associate a Max help file with a java mxj object so that the right-click menu can be used to access the help file?
    In the case that it's not, is there any workaround, or what's the best I can do?
    Thanks,
    Aengus.

    • Jun 27 2014 | 2:30 pm
      Yes you can!
      if you create a *.maxhelp file with the same name as your mxj java class it will open. What you cannot do afaik is changing the displayed name in the context menu. It will always be "Open mxj Help" instead of "Open [MyJavaClassName] help".
      jan
    • Jun 28 2014 | 1:00 am
      Thanks! I just never thought to try that. Good to know :)