shift - right click osnap overrides aren't working. any suggestions?
Looks like your Pop0 is gone. As Dean say, reload acad.mnu (unless you inadvertently deleted the pop, then you will need a backup).
His pop0 is in his acad.mnu file and loaded, but he still can't get his shift + right click osnap to work.
Try turning mbuttonpan to 0 and see if it pops up when you press the middle button. Check the ***buttons1, ***buttons2 ***aux1 etc.. section of the menu here is mine to check against... Rick ***BUTTONS1 $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,5),GRIP_),$P0=ACAD.GRIPS $P0=*); $P0=SNAP $p0=* ^C^C ^B ^O ^G ^D ^E ^T ***BUTTONS2 $P0=SNAP $p0=* ***AUX1 $M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,5),GRIP_),$P0=ACAD.GRIPS $P0=*); $P0=SNAP $p0=* ^C^C ^B ^O ^G ^D ^E ^T ***AUX2 $P0=SNAP $p0=* $P0=SNAP $p0=* ***AUX3 $P0=SNAP $p0=* ***AUX4 $P0=SNAP $p0=*
Okay, I'll type slower. What isn't working??? When he right-clicks, what happens?? Does pop0 popup or not, if it pops, you can't select it or what, or you can select the osnap but it won't execute. Just what isn't working??
Thank you guys for the help. It turns out it was my own fault. I had the menu file path wrong. I changed the path for new software we were using and never changed it back. dumn, dumn, dumn.... I finally figured it out because it was working in all my other profiles. That was a good waste of time. Thanks for all the help Rick. I still learned a lot. DRW