Author Topic: POP17 ~ POP499  (Read 2193 times)

0 Members and 1 Guest are viewing this topic.

dussla

  • Bull Frog
  • Posts: 291
POP17 ~ POP499
« on: February 15, 2010, 04:00:43 AM »
i made   pop 1 - 16 pop menu in acad.mnu
and  i added pop17 -20
but i can;t see  that menu
is there new limits  in acad2004 ?
is there good idea

skennedy

  • Guest
Re: POP17 ~ POP499
« Reply #1 on: February 15, 2010, 08:54:36 AM »
Did you try  $P17=menufile.menugroup in the code?
This will make it "shine".
You could also use $P+17=+menufile.menugroup to push the other menus over.
example:

(command"menuload""S:/cad/AutoCAD/Menus/PESVBL.mns");^C^C^C$P+15=+PESVBL.ONOFF

Hope this helps!

skennedy

  • Guest
Re: POP17 ~ POP499
« Reply #2 on: February 15, 2010, 08:56:07 AM »
Sorry, you will also need the $P15=*    Example:

(command"menuload""S:/cad/AutoCAD/Menus/PESVBL.mns");^C^C^C$P+15=+PESVBL.ONOFF $P15=*