No Output
Posted: Fri Dec 06, 2019 6:37 pm
I am currently running the trial version of v5.1.65.80 on Windows 7 x64 fully updated. On the Input/3DxWare and Output/Joystick tabs, puck movement and button presses show as expected, with the sliders moving around as I move the puck. On the Output/Mouse tab, I can set desktop coordinates and click "Move Cursor to Coords" and the mouse moves successfully with the point I moved it to displayed in the "Sent to Mouse Driver" textbox. On the Output/Keyboard tab, with a profile target of Notepad and using the "Keystroke Editor", and clicking "Test" with the content of "Hello World.", no text is typed in notepad, and the "Log" textbox says "This log is populated only when visible." even after clicking "Test" multiple times.
I created a macro with a "[DxWare].Fit" trigger and tried the following scripts using notepad as a target, with and without notepad having focus:
-Run File "C:\Program Files (x86)\ControlMyJoystick 5.1.65.80\Batch\Test.bat" (included and excluded, notepad already running if exluded)
-Mouse Move (Driver) to [10, 10]
-Keyboard (Driver) sending "asdf"
-Keyboard Send Input Text "ASDF"
When I press the fit button on the 3D mouse:
-Notepad launches if "Run File" is included.
-Nothing new appears in Output/Keyboard textbox; continues to say "This log is populated only when visible."
-Mouse does not move location
-No text appears in notepad
-"Log" tab shows:
3DXWARE> BUTTON_DOWN : V3DK_FIT
SCRIPT> Running Macro: SendText
SCRIPT> Begin
SCRIPT> 0. Run file "C:\Program Files (x86)\ControlMyJoystick 5.1.65.80\Batch\Test.bat".
SCRIPT> 2. Send text via driver "asdf". Down delay is 20 ms, interkey delay is 50 ms.
SCRIPT> End
3DXWARE> BUTTON_UP : V3DK_FIT
Any ideas on why I'm not getting any interaction with Notepad?
I created a macro with a "[DxWare].Fit" trigger and tried the following scripts using notepad as a target, with and without notepad having focus:
-Run File "C:\Program Files (x86)\ControlMyJoystick 5.1.65.80\Batch\Test.bat" (included and excluded, notepad already running if exluded)
-Mouse Move (Driver) to [10, 10]
-Keyboard (Driver) sending "asdf"
-Keyboard Send Input Text "ASDF"
When I press the fit button on the 3D mouse:
-Notepad launches if "Run File" is included.
-Nothing new appears in Output/Keyboard textbox; continues to say "This log is populated only when visible."
-Mouse does not move location
-No text appears in notepad
-"Log" tab shows:
3DXWARE> BUTTON_DOWN : V3DK_FIT
SCRIPT> Running Macro: SendText
SCRIPT> Begin
SCRIPT> 0. Run file "C:\Program Files (x86)\ControlMyJoystick 5.1.65.80\Batch\Test.bat".
SCRIPT> 2. Send text via driver "asdf". Down delay is 20 ms, interkey delay is 50 ms.
SCRIPT> End
3DXWARE> BUTTON_UP : V3DK_FIT
Any ideas on why I'm not getting any interaction with Notepad?