For an object having a textfield I didn't want the textfield attributes to be shown, so I had these four lines in my code:
CLASS_ATTR_INVISIBLE(c, "textcolor", 0);
CLASS_ATTR_INVISIBLE(c, "fontface", 0);
CLASS_ATTR_INVISIBLE(c, "fontsize", 0);
CLASS_ATTR_INVISIBLE(c, "fontname", 0);
No issues with Max 5 or Max 6 – it crashes in Max 7 as soon as I select my object and click the new "Format" button.
Is it something I'm not supposed to do, or is it a Max 7 bug?
Thanks,
Daniele Ghisi