Author Topic: No Enable/Check properties of a PopMenuItem when using AcCui?  (Read 2547 times)

0 Members and 1 Guest are viewing this topic.

MaksimS

  • Guest
AutoCAD 2007 / Autodesk Map 3D 2007

Am I missing something or there are no Enable or Check properties for a PopMenuItem? I'm trying to avoid using COM as much as possible but AcCui (Autodesk.AutoCAD.Customization) is not helping much :-)

Regards,
Maksim Sestic

MaksimS

  • Guest
Re: No Enable/Check properties of a PopMenuItem when using AcCui?
« Reply #1 on: June 05, 2007, 09:46:01 AM »
I hate when they do that :-)

Ok, now for the workaround:

- for a "Check" sign add "!." in front of a PopMenuItem.DisplayName (e.g. "!.This is a checked item")
- for disabling a menu item add "~" in front of a PopMenuItem.DisplayName (e.g. "~This one is disabled")

Regards,
Maksim Sestic

T.Willey

  • Needs a day job
  • Posts: 5251
Re: No Enable/Check properties of a PopMenuItem when using AcCui?
« Reply #2 on: June 05, 2007, 11:06:41 AM »
Thanks for the information Maksim.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.