Menu Checkmarks

Discussion in 'AutoCAD' started by Dommy2Hotty, Oct 8, 2004.

  1. Dommy2Hotty

    Dommy2Hotty Guest

    I'm writing a menu for one of our builders. One of the sections will hold Community Specific Requirements. I want to make this section of the menu a place to check off requirements as they're met. For example...

    Code:
    [High Efficiency Furnace - No Flues]$P13.105=!.
    Puts the checkmark next to that label, the user now knows that requirement has been met. But what if the user selected that one on accident? How do you evaluate wether a menu label has a checkmark next to it or not? At the bottom of that cascade, there is a "Reset all Requirements" label that will clear each requirement, but I also want to be able to just pick a requirement to toggle the checkmark on and off. Anyone know?
     
    Dommy2Hotty, Oct 8, 2004
    #1
  2. Dommy2Hotty

    Lewis Guest

    you should set a variable and check its value in menu item

    Community Specific Requirements. I want to make this section of the menu a
    place to check off requirements as they're met. For example...
    has been met. But what if the user selected that one on accident? How do you
    evaluate wether a menu label has a checkmark next to it or not? At the
    bottom of that cascade, there is a "Reset all Requirements" label that will
    clear each requirement, but I also want to be able to just pick a
    requirement to toggle the checkmark on and off. Anyone know?
     
    Lewis, Oct 11, 2004
    #2
  3. Dommy2Hotty

    Lewis Guest

    you should set a variable and check its value in menu item

    Community Specific Requirements. I want to make this section of the menu a
    place to check off requirements as they're met. For example...
    has been met. But what if the user selected that one on accident? How do you
    evaluate wether a menu label has a checkmark next to it or not? At the
    bottom of that cascade, there is a "Reset all Requirements" label that will
    clear each requirement, but I also want to be able to just pick a
    requirement to toggle the checkmark on and off. Anyone know?
     
    Lewis, Oct 11, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.