| Author |
Message |
trathbun
Guest
|
Posted:
Mon Jan 03, 2005 9:30 pm Post subject:
Re: Right Click Context Menus |
|
|
Yes that is the only difference. The menu works fine on Windows 2000 and XP SP1. Everthing else I have added to the menu, pull-downs, toolbars, etc. function correctly including the changes to ***POP500 thru ***POP518. But not those above ***POP518.
Thanks,
Tim Rathbun
|
|
| Back to top |
|
 |
trathbun
Guest
|
Posted:
Mon Jan 03, 2005 10:27 pm Post subject:
Re: Right Click Context Menus |
|
|
I don't think there is a problem with the menu, the lisp programs that are keyed to the context menus set the shortcutmenu variable so I am sure that is not the problem. Works fine on 7 other machines in Autocad 2004 and 2005 but not this one.
Thanks,
Tim Rathbun |
|
| Back to top |
|
 |
trathbun
Guest
|
Posted:
Tue Jan 04, 2005 5:56 am Post subject:
Re: Right Click Context Menus |
|
|
Here's an example of a context menu that is failing. I have determined that it is only happening where the context menu is referenced to a lisp program. The lisp routine loads and runs but the short-cut menu does not display. I have been setting shortcutmenu to 6 and everything has worked fine until now. For some reason the compilier is ignoring the **command definitions.
***POP529
**COMMAND_RSD_Change_Linetype
[Context menu for RSD_Change_linetype]
ID_RSD_CHANGE_LINETYPE [RSD CHANGE LAYER-LINETYPE]
ID_RSD_HIDDEN [Change Linetype to HIDDEN]"HIDDEN"
ID_RSD_HIDDEN2 [Change Linetype to HIDDEN2]"HIDDEN2"
ID_RSD_DASHED [Change Linetype to DASHED]"DASHED"
ID_RSD_CENTER [Change Linetype to CENTER]"CENTER"
ID_RSD_PHANTOM [Change Linetype to PHANTOM]"PHANTOM"
ID_RSD_CONTINUOUS [Change Linetype to CONTINUOUS]"CONTINUOUS"
[--]
ID_RSD_HIDDEN_LT-MATL [Change Linetype-Layer to HIDDEN, LT-MATL]"HIDDEN,LT-MATL"
ID_RSD_HIDDEN2_LT-MATL [Change Linetype-Layer to HIDDEN2, LT-MATL]"HIDDEN2,LT-MATL"
ID_RSD_DASHED_LT-MATL [Change Linetype-Layer to DASHED, LT-MATL]"DASHED,LT-MATL"
ID_RSD_CENTER_LT-MATL [Change Linetype-Layer to CENTER, LT-MATL]"CENTER,LT-MATL"
ID_RSD_PHANTOM_LT-MATL [Change Linetype-Layer to PHANTOM, LT-MATL]"PHANTOM,LT-MATL"
ID_RSD_HIDDEN_M-MATL [Change Linetype-Layer to HIDDEN, M-MATL]"HIDDEN,M-MATL"
ID_RSD_DASHED_M-MATL [Change Linetype-Layer to DASHED, M-MATL]"DASHED,M-MATL"
[--]
ID_RSD_CENTER_JOISTS [Change Linetype-Layer to CENTER, JOISTS]"CENTER,JOISTS"
ID_RSD_PHANTOM_JOISTS [Change Linetype-Layer to PHANTOM, JOISTS]"PHANTOM,JOISTS"
ID_RSD_CONT_JOISTS [Change Linetype-Layer to CONTINUOUS, JOISTS]"CONTINUOUS,JOISTS"
[--]
ID_RSD_CONT_DIM1 [Change Linetype-Layer to CONTINUOUS, DIM1]"CONTINUOUS,DIM1"
ID_RSD_CONT_LT-MATL [Change Linetype-Layer to CONTINUOUS, LT-MATL]"CONTINUOUS,LT-MATL"
ID_RSD_CONT_M-MATL [Change Linetype-Layer to CONTINUOUS, M-MATL]"CONTINUOUS,M-MATL"
ID_RSD_CONT_H-MATL [Change Linetype-Layer to CONTINUOUS, H-MATL]"CONTINUOUS,H-MATL"
|
|
| Back to top |
|
 |
trathbun
Guest
|
Posted:
Wed Jan 05, 2005 9:35 pm Post subject:
Re: Right Click Context Menus |
|
|
Robert,
I finally discovered what was causing the problem. I have been using a program called "Quik-Pik" for years without any problems. However it appears to be causing a conflict with the right-click buttons. I first noticed it with the newer machine running XP SP2. I have since downloaded the latest version and it appears even more "bugged-up" than the last version.
Thanks for trying to help,
Tim Rathbun |
|
| Back to top |
|
 |
R. Robert Bell
Guest
|
Posted:
Thu Jan 06, 2005 12:44 am Post subject:
Re: Right Click Context Menus |
|
|
I'm happy you found a solution. Although I bet Owen isn't too happy to hear
this.
--
R. Robert Bell
"trathbun" <nospam@address.withheld> wrote in message
news:16977728.1104942984823.JavaMail.jive@jiveforum2.autodesk.com...
Robert,
I finally discovered what was causing the problem. I have been using a
program called "Quik-Pik" for years without any problems. However it appears
to be causing a conflict with the right-click buttons. I first noticed it
with the newer machine running XP SP2. I have since downloaded the latest
version and it appears even more "bugged-up" than the last version.
Thanks for trying to help,
Tim Rathbun |
|
| Back to top |
|
 |
Owen Wengerd
Guest
|
Posted:
Thu Jan 06, 2005 1:15 am Post subject:
Re: Right Click Context Menus |
|
|
Tim:
| Quote: | I have been using a program called "Quik-Pik" for years without
any problems. However it appears to be causing a conflict with
the right-click buttons.
|
Can you email me detailed steps to reproduce the problem? In the
meantime, try disabling QuikPik features one by one until you find which one
causes the problem (I would start with 'Enhanced right-click'). Also, do
you understand how the enhanced right-click feature works? Some customers
don't realize that QuikPik distingushes between slow and fast right clicks,
and mistakenly assume there is a problem when they don't get the context
menu during a right click. :)
--
Owen Wengerd
President, ManuSoft ==> http://www.manusoft.com
VP Americas, CADLock, Inc. ==> http://www.cadlock.com |
|
| Back to top |
|
 |
|
|
|
|