Page 1 of 1

[FIXED] Emulate Keystroke not processed {eg.event.payload}

Posted: Wed Dec 24, 2008 8:48 am
by Pako
In the name of the topic has been all the necessary mentioned.
Pako

Re: Emulate Keystroke not processed {eg.event.payload}

Posted: Thu Jan 01, 2009 9:05 pm
by Bartman
happens her too.
Do you get the same error message?

Code: Select all

Error in Action: "Emulate Keystrokes: {eg.event.payload}"
Traceback (most recent call last) (1487):
  File "D:\Media\EventGhost\eg\Classes\ActionClass.py", line 164, in CallWrapper
  File "D:\Media\EventGhost\plugins\Window\SendKeys.py", line 125, in __call__
  File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 440, in __call__
  File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 491, in SendRawCodes2
TypeError: unsupported operand type(s) for &: 'list' and 'int'

Re: Emulate Keystroke not processed {eg.event.payload}

Posted: Fri Jan 02, 2009 8:52 am
by Pako
Bartman wrote:Do you get the same error message?

Code: Select all

Error in Action: "Emulate Keystrokes: {eg.event.payload}"
Traceback (most recent call last) (1487):
  File "D:\Media\EventGhost\eg\Classes\ActionClass.py", line 164, in CallWrapper
  File "D:\Media\EventGhost\plugins\Window\SendKeys.py", line 125, in __call__
  File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 440, in __call__
  File "D:\Media\EventGhost\eg\WinApi\SendKeys.py", line 491, in SendRawCodes2
TypeError: unsupported operand type(s) for &: 'list' and 'int'
Yes, this is it.
But I saw, that in the SVN rep. is already prepared corrected version.
Pako