Remove Pull-Dewn Menus

Discussion in 'AutoCAD' started by Marcel Goulet, Jun 3, 2004.

  1. Hi,

    I tried to remove the popup menu "Synchrone" from the menu group "SYNCHRONE" using (menucmd "GSYNCHRONE.Synchrone=-")
    but it doesn't work.

    If I try to remove the popup "Draw" from "ACAD" menugroup, with (menucmd "GACAD.Draw=-"), it work.

    What could be the problem ?

    Thanks
     
    Marcel Goulet, Jun 3, 2004
    #1
  2. Marcel Goulet

    mmo Guest

    Prehaps you can't remove a pull-down in case it's the single / last one?
     
    mmo, Jun 4, 2004
    #2
  3. The G* must refer to the menu group name. The pop menu after the period (.)
    must refer to the actual pop name or its alias.

    Working sample:
    Command: (menucmd "GMW.Pop-Editing=-")
    ""
    Command: (menucmd "GMW.Pop2=-")
    ""


    --
    R. Robert Bell


    Hi,

    I tried to remove the popup menu "Synchrone" from the menu group "SYNCHRONE"
    using (menucmd "GSYNCHRONE.Synchrone=-")
    but it doesn't work.

    If I try to remove the popup "Draw" from "ACAD" menugroup, with (menucmd
    "GACAD.Draw=-"), it work.

    What could be the problem ?

    Thanks
     
    R. Robert Bell, Jun 4, 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.