Search found 6 matches

by vasilii
Mon Nov 30, 2020 2:00 pm
Forum: Windows Discussion Forum
Topic: CadMouse Wireless Macro problem
Replies: 18
Views: 13005

Re: CadMouse Wireless Macro problem

I'm using SpaceMouse Wireless. As far as I understand I need to: 1. add LongPressButton library at base.xml for my 3d mouse type 2. manually write LongPressButton in solidworks.xml I'm not sure, that it possible for my type of 3d mouse, but I've made first step in base.xml as follow: <Device> <ID>ID...
by vasilii
Wed Nov 25, 2020 3:45 pm
Forum: Windows Discussion Forum
Topic: CadMouse Wireless Macro problem
Replies: 18
Views: 13005

Re: CadMouse Wireless Macro problem

ok, thanks. will try a bit of coding.
One more question: is it possible to recognize the long/double click of the 3Dmouse button? I want to assign an action for every case of button-pushing.
by vasilii
Tue Nov 24, 2020 1:05 pm
Forum: Windows Discussion Forum
Topic: CadMouse Wireless Macro problem
Replies: 18
Views: 13005

Re: CadMouse Wireless Macro problem

Maybe it's possible to control rotation on/off (3dconnexion command) via VBA? There is an opportunity to do a macro in Solidworks. Then I can assign the 3dmouse button for this macro. Any idea?
by vasilii
Mon Nov 23, 2020 3:09 pm
Forum: Windows Discussion Forum
Topic: CadMouse Wireless Macro problem
Replies: 18
Views: 13005

Re: CadMouse Wireless Macro problem

Hi! I'm using SOLIDWORKS. Is it possible to make a macro, that should make: rotation on/off (3dconnexion command)+ctrl+8? I'm trying to make it, but macro recorder catch only ctrl+8
by vasilii
Mon Nov 23, 2020 1:09 pm
Forum: Windows Discussion Forum
Topic: Is it possible to rotate the control axis relative to the mouse?
Replies: 5
Views: 6964

Re: Is it possible to rotate the control axis relative to the mouse?

ok. done with SOLIDWORKS. one more question: when I switch to the browser, my 3dmouse uses AppDefCfg_KMJ.xml. I tried to correct HIDMultiAxis_Rx to *Ry and *Rx, but movement (scrolling of the page) works only with xml below (only with Rx direction): <Axis> <Enabled>true</Enabled> <Input> <ActionID>H...
by vasilii
Sat Nov 21, 2020 5:15 am
Forum: Windows Discussion Forum
Topic: Is it possible to rotate the control axis relative to the mouse?
Replies: 5
Views: 6964

Re: Is it possible to rotate the control axis relative to the mouse?

Hi!
I've changed the axis in the Base.xml as you described and restart the application.
The test in Jet Demo is ok, all movements as I want. But any other applications (Solidworks first of all, MSOffice, browser) still using old configurations, nothing has changed. What could be the problem?