This App is No Longer Maintained. Visit the Replacement at StrokesPlus.net

StrokesPlus Forum
                       
StrokesPlus Forum
Home | Profile | Active Topics
Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Bug and Issues
 Known Issues
 Remote Desktop session not working
 Forum Locked
 Printer Friendly
Author  Topic Next Topic  

Castor

USA
12 Posts

Posted - 09/26/2018 :  08:25:47  Show Profile
I have an issue with using S+ in a Remote Desktop session. I have a Win10 X64 machine that is used to access WinXP X32 machine(s) (parallel port dongles, yadda, yadda, yadda). As recommended I have added mstsc.exe to the ignore list on the Win10 machine, and installed S+ 32bit on the WinXP machine. I then added gestures to the WinXP machine, and verified that they work as advertised locally.
I used a different color for the strokes on the Win10 and WinXP machines.
I then tried to use S+ through the Remote Desktop connection. I first had to extend the 'cancel delay' to > 1500ms, or I couldn't draw the gesture on the WinXP machine. But having done this I can draw the gesture, in the Remote Desktop window as shown by the color, but the requested action doesn't happen.
I'm at a loss to troubleshoot this, as I don't know how to examine the steps in the process. That is did S+ on the WinXP machine understand the gesture, did it then emit the acSendKey string, and did the application just ignore it?
Is there a diagnostic mode that logs each step?

Rob

USA
2615 Posts

Posted - 09/26/2018 :  08:38:08  Show Profile  Visit Rob's Homepage
quote:
I then tried to use S+ through the Remote Desktop connection. I first had to extend the 'cancel delay' to > 1500ms, or I couldn't draw the gesture on the WinXP machine.


This makes me think the ignore rule isn't correct, or not working right. If Remote Desktop is being properly ignored, the effect should be immediately sending the stroke button down into the remote system, which should show the gesture line start drawing right away. Unless you mean the cancel delay had to be set in the remote system, due to network latency.

Do any other remote gestures work, like minimizing the window? To eliminate whether it's the send keys call that's having the problem.

Unfortunately, the original S+ doesn't really have any kind of debugging, the new S+.net has the ability, though I'd have to upload a trace enabled version which isn't a big deal.

Go to Top of Page

Castor

USA
12 Posts

Posted - 09/26/2018 :  09:55:00  Show Profile

"This makes me think the ignore rule isn't correct, or not working right. If Remote Desktop is being properly ignored, the effect should be immediately sending the stroke button down into the remote system, which should show the gesture line start drawing right away. Unless you mean the cancel delay had to be set in the remote system, due to network latency.

Do any other remote gestures work, like minimizing the window? To eliminate whether it's the send keys call that's having the problem.

Unfortunately, the original S+ doesn't really have any kind of debugging, the new S+.net has the ability, though I'd have to upload a trace enabled version which isn't a big deal."


Rob:
Thanks for the (lightning) fast reply!

No, Global gestures do *not* work (minimize window, etc).

The application dates from 1998, so it isn't unicode?

I also write .NET code, originally professionally, now just as a pastime. So, I have the entire Visual Studio setup (2010 express), and can do the trace. But, sounds to me as though I've just screwed up the ignore rule?
I'm going to access this application on two different WinXP machines, so I don't want the window title etc (also my skills with RegEx are not excellent, or even existent), so I stripped the "owner title" and "parent title" from the qualifiers (can't figure out how to paste a screen capture?). Did I break the window handle extraction?
Also, the stroke is shown in yellow on the Win10 machine, and magenta on the WinXP machine. And it is magenta, so I assumed this meant the WinXP instance was handling the stroke?
Go to Top of Page

Rob

USA
2615 Posts

Posted - 09/26/2018 :  11:28:12  Show Profile  Visit Rob's Homepage
Yeah, this forum is old and doesn't support image uploads, but you can use imgur or something and put a link here.

S+ isn't unicode either, and it's just raw C/C++ code. S+.net is, as you could imagine, written in C#. But I don't know if S+.net will run on XP.

If you close S+ on the Win10 machine, do you still have the same issues when trying to use the gestures on the XP machine via RDP? If so, when you're working locally on the XP machine, they do work? Do you have another Win7 or Win10 machine you could test over RDP (S+ running remote, S+ closed on host)?
Go to Top of Page

Castor

USA
12 Posts

Posted - 09/26/2018 :  15:31:11  Show Profile
Rob:
yeah, so I redid the ignore definition for a particular machine, just to see if my changes made the ignore list inoperable. But I didn't have any joy, defining the Remote Desktop ignore list with the bulls eye doesn't cause the application on the remote machine to respond. It doesn't respond to either the application gestures I defined, nor the global gestures, such as minimize window. I still need to set the cancel timeout to 1500ms, or I can't successfully draw gestures on the remote machine.
So, perhaps the ignore list definition isn't correct, but since the default doesn't appear to be either, I'm back to suggestions on how to troubleshoot.
D. Dupouy's Symbol Commander used to turn the sys tray icon red if it didn't recognize the gesture, and green if it did. If S+ did that, it would help troubleshoot. Maybe even turn it yellow if the gesture was ignored because it was on the ignore list?
The XP machines I'm using are not very capable, but have hardware parallel ports, which are required for the security dongles on Microsim Design Center 8. Design Center 8 allows me to do schematic capture, mixed mode simulation, logic synthesis, layout, signal integrity verification and PLD/FPGA fitting. Besides modern versions being rentware, they are well beyond my means for just hobby projects. And ECAD tools have learning curves that I endured when I was working, but I don't intend to endure again. For better or worse I have climbed the Design Center 8 learning curve, I know where the punji sticks are particularly sharp, and etc.
Having said that, many of the HID calls don't work correctly anymore, scroll and etc., so I'm trying to use gestures to "patch" binaries that frozen in time (the DLLs are resident in the application directory, not the GAC, so DLL-hell is a real possibility).
The machines themselves live in the basement, and are tucked away,along with their UPS'. So they are accessible in the same sense that a hundred weight of bricks is portable. It can be done, but I'd rather be having a beer.
I'm not sure what imgur is, I apologize for my ignorance, but I'm motivated to find out the issue here, so please let me know what you think a good way to proceed would be.
Go to Top of Page

Rob

USA
2615 Posts

Posted - 09/27/2018 :  08:56:25  Show Profile  Visit Rob's Homepage
Fortunately, I'm still able to compile the original S+ on my new machine!

So I did have some tracing stuff in the original, if compiled with the flag on. I've compiled a x86 (32-bit) unsigned version with tracing enabled here:

https://www.strokesplus.com/files/StrokesPlus_Trace_Unsigned_x86.zip

To see the tracing, you'll have to use DebugView (or anything that reads OutputDebugString info), which can be downloaded from here:

https://docs.microsoft.com/en-us/sysinternals/downloads/debugview

There will be a good amount of stuff to sift through, but hopefully it will help in some way. You can export the debug as well, which I can then look at if they aren't pointing to the problem in a way that you can see.
Go to Top of Page

Castor

USA
12 Posts

Posted - 09/28/2018 :  10:29:56  Show Profile
"Fortunately, I'm still able to compile the original S+ on my new machine!

So I did have some tracing stuff in the original, if compiled with the flag on..."

Rob:
OK using the debug trace I have probably found some of the issue, I think...
The procedure:
1) On the target XP machine, stop S+, rename S+.exe and S+.dll to nodebug..., and copy the trace binary versions into the S+ directory.
2) Copy the standalone debug viewer from SysInternals (much handier than starting the whole VS environment. Start Debugview and restart S+. Start the target application.
3) Test. And strokes don't work at all. Hmmm.
4) Use the bulls eye to update the target application definition, no visible change.
5) Test again... and everything works!
6) Shut down the target application, rinse and repeat 3 ~ 5, to verify that behaviour is not associated with the ex installer copying of binaries into the S+ directory. Same behaviour observed, doesn't work with previously defined actions, but starts working again after redefining application in current session.

I've captured 1~6 on into a debug log file for your perusal.
I essentially did the above in my remote desktop test. I set everything up and tested it in the same session on the target XP machine (without RDC). Then I shut everything down, went upstairs and tried it via an RDC session from the Win10 machine. So, I'm pretty convinced that these are the same problem.
I didn't see the "parentclassname" or "ControlID", or anything for that matter change with the re-definition of the application. But clearly some sort of process/session ID is being updated?
OK here's the log file, I hope you have coffee handy:

00000001 0.00000000 [2800] In DLL_PROCESS_ATTACH
00000002 0.00035479 [2800] About to init DLL resources
00000003 0.00074563 [2800] About to register Scintilla
00000004 0.00423182 [2800] About to attempt to resolve IsImmersiveProcess
00000005 0.00429803 [2800] About to attempt to resolve monitor brightness functions
00000006 0.00876843 [2800] About to get mutex
00000007 0.00885811 [2800] About to set DPI
00000008 0.00896734 [2800] About to init global strings
00000009 0.00901288 [2800] About to register class
00000010 0.00939505 [2800] About to set current path
00000011 0.00971492 [2800] About to check for config file along side EXE
00000012 0.00979594 [2800] Nope, get from %appdata%
00000013 0.00983337 [2800] About to call InitInstance
00000014 0.00989427 [2800] About to set OS version
00000015 0.00993758 [2800] About to loadHookConfig
00000016 0.01004094 [2800] In loadHookConfig
00000017 0.01012866 [2800] About to open lang file
00000018 0.01031640 [2800] About to open config file
00000019 0.01035495 [2800] About to see if we need to prompt for password
00000020 0.04438274 [2800] About to call read_xml for main config
00000021 0.04921659 [2800] About to delete copied file (when password exists)
00000022 0.04927945 [2800] About to load all settings
00000023 0.04950881 [2800] Enter setWindowState
00000024 0.04992534 [2800] setWindowState (3) - About to call ShowWindow
00000025 0.05095983 [2800] About to set draw window as topmost (if setting active)
00000026 0.05098162 [2800] About call read_xml for action help
00000027 0.06703366 [2800] About to load hotkeys
00000028 0.06713982 [2800] About to test and load for Synaptics
00000029 0.06723229 [2800] Synatpics Destroyed
00000030 0.06747394 [2800] About to set current directory
00000031 0.06762619 [2800] About to open lang file
00000032 0.07456171 [2800] About to check for other gesture programs
00000033 0.07764088 [2800] About to create main window
00000034 0.08133827 [2800] About to show main window, set it as foreground, set additional properties
00000035 0.08167966 [2800] About to tell the DLL what the hWnd of main window is
00000036 0.08184029 [2800] About to set main window transparency
00000037 0.08188973 [2800] Enter setWindowState
00000038 0.08195930 [2800] setWindowState (1) - About to call SetWindowPos
00000039 0.08405007 [2800] About to init GDI
00000040 0.08411404 [2800] About to check setting for foreground timeout
00000041 0.08526056 [2800] About to set foreground timeout
00000042 0.59678143 [2800] About to check setting for multiple instance
00000043 0.59684175 [2800] About to check tray icon visible status
00000044 0.59687752 [2800] About to create tray icon
00000045 0.60282606 [2800] About to call AllowSetForegroundWindow
00000046 0.60288107 [2800] About to set priority class
00000047 0.60299116 [2800] About to set hook
00000048 0.60302693 [2800] keyboardhook: 918379
00000049 0.60306042 [2800] Enter setWindowState
00000050 0.81334668 [2800] setWindowState (1) - About to call SetWindowPos
00000051 0.81351680 [2800] About to init critical section
00000052 0.81710440 [2800] About to initLua instances
00000053 0.81903565 [2800] About to enter main message loop
00000054 3.71981835 [2800] Call next hook 998
00000055 4.04888248 [2800] Call next hook 998
00000056 4.50314617 [2800] Enter WinEventProc
00000057 4.50320625 [2800] About to call GetClassName (owner)
00000058 4.50326395 [2800] About to call GetWindowText (owner)
00000059 4.50329971 [2800] About to call GetClassName (parent)
00000060 4.50333643 [2800] About to call GetWindowText (parent)
00000061 4.50337124 [2800] About to call GetClassName (control)
00000062 4.50340891 [2800] About to call GetWindowText (control)
00000063 4.50344515 [2800] About to call GetWindowThreadProcessId
00000064 4.50347996 [2800] About to call GetDlgCtrlID
00000065 4.50352144 [2800] About to call OpenProcess
00000066 4.50358248 [2800] About to call GetProcessImageFileName
00000067 4.50385237 [2800] About to call CloseHandle (process)
00000068 4.50782442 [2800] Enter WinEventProc
00000069 4.50787497 [2800] About to call GetClassName (owner)
00000070 4.50791836 [2800] About to call GetWindowText (owner)
00000071 4.50795555 [2800] About to call GetClassName (parent)
00000072 4.50799322 [2800] About to call GetWindowText (parent)
00000073 4.50803280 [2800] About to call GetClassName (control)
00000074 4.50807047 [2800] About to call GetWindowText (control)
00000075 4.50810719 [2800] About to call GetWindowThreadProcessId
00000076 4.50814247 [2800] About to call GetDlgCtrlID
00000077 4.50818300 [2800] About to call OpenProcess
00000078 4.50822449 [2800] About to call GetProcessImageFileName
00000079 4.50833845 [2800] About to call CloseHandle (process)
00000080 4.64627600 [2800] Enter WinEventProc
00000081 4.64633083 [2800] About to call GetClassName (owner)
00000082 4.64637136 [2800] About to call GetWindowText (owner)
00000083 4.64640808 [2800] About to call GetClassName (parent)
00000084 4.64644480 [2800] About to call GetWindowText (parent)
00000085 4.64648008 [2800] About to call GetClassName (control)
00000086 4.64651585 [2800] About to call GetWindowText (control)
00000087 4.64655256 [2800] About to call GetWindowThreadProcessId
00000088 4.64658785 [2800] About to call GetDlgCtrlID
00000089 4.64662933 [2800] About to call OpenProcess
00000090 4.64667177 [2800] About to call GetProcessImageFileName
00000091 4.64678431 [2800] About to call CloseHandle (process)
00000092 4.80367756 [2800] Enter WinEventProc
00000093 4.80379200 [2800] About to call GetClassName (owner)
00000094 4.80384064 [2800] About to call GetWindowText (owner)
00000095 4.80387878 [2800] About to call GetClassName (parent)
00000096 4.80391550 [2800] About to call GetWindowText (parent)
00000097 4.80395126 [2800] About to call GetClassName (control)
00000098 4.80398798 [2800] About to call GetWindowText (control)
00000099 4.80402470 [2800] About to call GetWindowThreadProcessId
00000100 4.82533264 [2800] About to call GetDlgCtrlID
00000101 4.82549143 [2800] About to call OpenProcess
00000102 4.82554007 [2800] About to call GetProcessImageFileName
00000103 4.82566452 [2800] About to call CloseHandle (process)
00000104 11.09358788 [2800] Call next hook 998
00000105 11.49662971 [2800] Call next hook 998
00000106 12.69243908 [2800] Call next hook 998
00000107 12.91836739 [2800] Call next hook 998
00000108 16.93449020 [2800] MOUSE BUTTON DOWN
00000109 16.93456841 [2800] bOnlyAllowDefinedApps == false
00000110 16.93461418 [2800] About to call GetClassName (owner)
00000111 16.93467712 [2800] About to call GetWindowText (owner)
00000112 16.93471909 [2800] About to call GetClassName (parent)
00000113 16.93475723 [2800] About to call GetWindowText (parent)
00000114 16.93479538 [2800] About to call GetClassName (control)
00000115 16.93483543 [2800] About to call GetWindowText (control)
00000116 16.93487167 [2800] About to call GetWindowThreadProcessId
00000117 16.93490791 [2800] About to call GetDlgCtrlID
00000118 16.93495178 [2800] About to call OpenProcess
00000119 16.93500519 [2800] About to call GetProcessImageFileName
00000120 16.93549156 [2800] About to call CloseHandle (process)
00000121 16.93648911 [2800] bCancel == FALSE && bMouseDown == FALSE
00000122 17.11444473 [2800] Enter setWindowState
00000123 17.17121315 [2800] setWindowState (1) - About to call SetWindowPos
00000124 17.17646790 [2800] Enter setWindowState
00000125 17.17739296 [2800] setWindowState (1) - About to call SetWindowPos
00000126 17.19240379 [2800] Enter setWindowState
00000127 17.19320488 [2800] setWindowState (1) - About to call SetWindowPos
00000128 17.20087624 [2800] Enter setWindowState
00000129 17.20115280 [2800] setWindowState (1) - About to call SetWindowPos
00000130 17.20843697 [2800] Enter setWindowState
00000131 17.20924187 [2800] setWindowState (1) - About to call SetWindowPos
00000132 17.21651649 [2800] Enter setWindowState
00000133 17.21739006 [2800] setWindowState (1) - About to call SetWindowPos
00000134 17.22439384 [2800] Enter setWindowState
00000135 17.22518349 [2800] setWindowState (1) - About to call SetWindowPos
00000136 17.23286247 [2800] Enter setWindowState
00000137 17.23374748 [2800] setWindowState (1) - About to call SetWindowPos
00000138 17.24042130 [2800] Enter setWindowState
00000139 17.24122238 [2800] setWindowState (1) - About to call SetWindowPos
00000140 17.24641037 [2800] Enter setWindowState
00000141 17.24719429 [2800] setWindowState (1) - About to call SetWindowPos
00000142 17.25439835 [2800] Enter setWindowState
00000143 17.25519943 [2800] setWindowState (1) - About to call SetWindowPos
00000144 17.26284218 [2800] Enter setWindowState
00000145 17.26377296 [2800] setWindowState (1) - About to call SetWindowPos
00000146 17.27042580 [2800] Enter setWindowState
00000147 17.27122498 [2800] setWindowState (1) - About to call SetWindowPos
00000148 17.27840042 [2800] Enter setWindowState
00000149 17.27925110 [2800] setWindowState (1) - About to call SetWindowPos
00000150 17.28639984 [2800] Enter setWindowState
00000151 17.28719139 [2800] setWindowState (1) - About to call SetWindowPos
00000152 17.29481888 [2800] Enter setWindowState
00000153 17.29596138 [2800] setWindowState (1) - About to call SetWindowPos
00000154 17.30243111 [2800] Enter setWindowState
00000155 17.30324554 [2800] setWindowState (1) - About to call SetWindowPos
00000156 17.31041527 [2800] Enter setWindowState
00000157 17.31122780 [2800] setWindowState (1) - About to call SetWindowPos
00000158 17.31841087 [2800] Enter setWindowState
00000159 17.31920433 [2800] setWindowState (1) - About to call SetWindowPos
00000160 17.32483292 [2800] Enter setWindowState
00000161 17.32571030 [2800] setWindowState (1) - About to call SetWindowPos
00000162 17.33281136 [2800] Enter setWindowState
00000163 17.33402634 [2800] setWindowState (1) - About to call SetWindowPos
00000164 17.34043694 [2800] Enter setWindowState
00000165 17.34065819 [2800] setWindowState (1) - About to call SetWindowPos
00000166 17.35646439 [2800] Enter setWindowState
00000167 17.35727501 [2800] setWindowState (1) - About to call SetWindowPos
00000168 17.37381172 [2800] Enter setWindowState
00000169 17.37472534 [2800] setWindowState (1) - About to call SetWindowPos
00000170 17.39638138 [2800] Enter setWindowState
00000171 17.39720154 [2800] setWindowState (1) - About to call SetWindowPos
00000172 17.42642784 [2800] Enter setWindowState
00000173 17.42729950 [2800] setWindowState (1) - About to call SetWindowPos
00000174 17.48241615 [2800] Enter setWindowState
00000175 17.48329353 [2800] setWindowState (1) - About to call SetWindowPos
00000176 17.52843285 [2800] Enter setWindowState
00000177 17.52906036 [2800] setWindowState (1) - About to call SetWindowPos
00000178 17.56840706 [2800] Enter setWindowState
00000179 17.56904030 [2800] setWindowState (1) - About to call SetWindowPos
00000180 17.61442947 [2800] Enter setWindowState
00000181 17.61468697 [2800] setWindowState (1) - About to call SetWindowPos
00000182 17.68441582 [2800] Enter setWindowState
00000183 17.68522263 [2800] setWindowState (1) - About to call SetWindowPos
00000184 17.75642014 [2800] Enter setWindowState
00000185 17.75706100 [2800] setWindowState (1) - About to call SetWindowPos
00000186 17.78641510 [2800] Enter setWindowState
00000187 17.78721809 [2800] setWindowState (1) - About to call SetWindowPos
00000188 17.81042099 [2800] Enter setWindowState
00000189 17.81129456 [2800] setWindowState (1) - About to call SetWindowPos
00000190 17.84242439 [2800] Enter setWindowState
00000191 17.84323311 [2800] setWindowState (1) - About to call SetWindowPos
00000192 17.87240219 [2800] Enter setWindowState
00000193 17.87322426 [2800] setWindowState (1) - About to call SetWindowPos
00000194 17.92044067 [2800] Enter setWindowState
00000195 17.92131615 [2800] setWindowState (1) - About to call SetWindowPos
00000196 17.97443390 [2800] Enter setWindowState
00000197 17.97526741 [2800] setWindowState (1) - About to call SetWindowPos
00000198 18.00645447 [2800] Enter setWindowState
00000199 18.00733185 [2800] setWindowState (1) - About to call SetWindowPos
00000200 18.29673767 [2800] Enter setWindowState
00000201 18.29766846 [2800] setWindowState (1) - About to call SetWindowPos
00000202 18.30446434 [2800] Enter setWindowState
00000203 18.30525780 [2800] setWindowState (1) - About to call SetWindowPos
00000204 18.31044579 [2800] Enter setWindowState
00000205 18.31123924 [2800] setWindowState (1) - About to call SetWindowPos
00000206 18.31843758 [2800] Enter setWindowState
00000207 18.31920815 [2800] setWindowState (1) - About to call SetWindowPos
00000208 18.32645607 [2800] Enter setWindowState
00000209 18.32731628 [2800] setWindowState (1) - About to call SetWindowPos
00000210 18.33444595 [2800] Enter setWindowState
00000211 18.33524895 [2800] setWindowState (1) - About to call SetWindowPos
00000212 18.34243965 [2800] Enter setWindowState
00000213 18.34325600 [2800] setWindowState (1) - About to call SetWindowPos
00000214 18.35044670 [2800] Enter setWindowState
00000215 18.35129929 [2800] setWindowState (1) - About to call SetWindowPos
00000216 18.35893250 [2800] Enter setWindowState
00000217 18.35981750 [2800] setWindowState (1) - About to call SetWindowPos
00000218 18.36646080 [2800] Enter setWindowState
00000219 18.36724663 [2800] setWindowState (1) - About to call SetWindowPos
00000220 18.37489128 [2800] Enter setWindowState
00000221 18.37580681 [2800] setWindowState (1) - About to call SetWindowPos
00000222 18.38247490 [2800] Enter setWindowState
00000223 18.38280296 [2800] setWindowState (1) - About to call SetWindowPos
00000224 18.39045525 [2800] Enter setWindowState
00000225 18.39132309 [2800] setWindowState (1) - About to call SetWindowPos
00000226 18.39644623 [2800] Enter setWindowState
00000227 18.39723587 [2800] setWindowState (1) - About to call SetWindowPos
00000228 18.40444565 [2800] Enter setWindowState
00000229 18.40528488 [2800] setWindowState (1) - About to call SetWindowPos
00000230 18.41245842 [2800] Enter setWindowState
00000231 18.41331673 [2800] setWindowState (1) - About to call SetWindowPos
00000232 18.42074966 [2800] Enter setWindowState
00000233 18.42167473 [2800] setWindowState (1) - About to call SetWindowPos
00000234 18.42847252 [2800] Enter setWindowState
00000235 18.42926216 [2800] setWindowState (1) - About to call SetWindowPos
00000236 18.43644524 [2800] Enter setWindowState
00000237 18.43730354 [2800] setWindowState (1) - About to call SetWindowPos
00000238 18.44443893 [2800] Enter setWindowState
00000239 18.44521141 [2800] setWindowState (1) - About to call SetWindowPos
00000240 18.45245743 [2800] Enter setWindowState
00000241 18.45331001 [2800] setWindowState (1) - About to call SetWindowPos
00000242 18.46044922 [2800] Enter setWindowState
00000243 18.46122360 [2800] setWindowState (1) - About to call SetWindowPos
00000244 18.49049568 [2800] Enter setWindowState
00000245 18.49140549 [2800] setWindowState (1) - About to call SetWindowPos
00000246 18.60044861 [2800] Enter setWindowState
00000247 18.60128212 [2800] setWindowState (1) - About to call SetWindowPos
00000248 18.61646461 [2800] Enter setWindowState
00000249 18.61734009 [2800] setWindowState (1) - About to call SetWindowPos
00000250 18.63244438 [2800] Enter setWindowState
00000251 18.63324547 [2800] setWindowState (1) - About to call SetWindowPos
00000252 18.64046288 [2800] Enter setWindowState
00000253 18.64131927 [2800] setWindowState (1) - About to call SetWindowPos
00000254 18.65646744 [2800] Enter setWindowState
00000255 18.65724182 [2800] setWindowState (1) - About to call SetWindowPos
00000256 18.68642998 [2800] Enter setWindowState
00000257 18.68667603 [2800] setWindowState (1) - About to call SetWindowPos
00000258 18.93652534 [2800] MOUSE BUTTON UP
00000259 18.93659019 [2800] bMouseDown == TRUE
00000260 18.93691254 [2800] fire gGestureComplete
00000261 18.94607735 [2800] gGestureComplete: Before EnterCriticalSection
00000262 18.94615364 [2800] Enter setWindowState
00000263 18.97590446 [2800] setWindowState (1) - About to call SetWindowPos
00000264 18.97603226 [2800] About to call GetClassName (owner)
00000265 18.97607422 [2800] About to call GetWindowText (owner)
00000266 18.97611046 [2800] About to call GetClassName (parent)
00000267 18.97614670 [2800] About to call GetWindowText (parent)
00000268 18.97618103 [2800] About to call GetClassName (control)
00000269 18.97621727 [2800] About to call GetWindowText (control)
00000270 18.97625351 [2800] About to call GetWindowThreadProcessId
00000271 18.97628593 [2800] About to call GetDlgCtrlID
00000272 18.97636795 [2800] About to call OpenProcess
00000273 18.97640991 [2800] About to call GetProcessImageFileName
00000274 18.97718430 [2800] About to call CloseHandle (process)
00000275 18.97722816 [2800] gGestureComplete: Main script - Using state 1
00000276 18.97727203 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00000277 18.97731018 [2800] DrawnGestureName Cleared - clearCaptureVars()
00000278 18.97735214 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00000279 18.97738838 [2800] gGestureComplete: (After script) Release Lua state 1
00000280 18.97742271 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00000281 18.97745705 [2800] Enter setWindowState
00000282 18.97817993 [2800] setWindowState (1) - About to call SetWindowPos
00000283 20.71263695 [2800] MOUSE BUTTON DOWN
00000284 20.71271706 [2800] bOnlyAllowDefinedApps == false
00000285 20.71276283 [2800] About to call GetClassName (owner)
00000286 20.71282768 [2800] About to call GetWindowText (owner)
00000287 20.71286964 [2800] About to call GetClassName (parent)
00000288 20.71290588 [2800] About to call GetWindowText (parent)
00000289 20.71294594 [2800] About to call GetClassName (control)
00000290 20.71298409 [2800] About to call GetWindowText (control)
00000291 20.71345520 [2800] About to call GetWindowThreadProcessId
00000292 20.71351814 [2800] About to call GetDlgCtrlID
00000293 20.71356392 [2800] About to call OpenProcess
00000294 20.71362114 [2800] About to call GetProcessImageFileName
00000295 20.71390152 [2800] About to call CloseHandle (process)
00000296 20.71395493 [2800] bCancel == FALSE && bMouseDown == FALSE
00000297 20.80652809 [2800] Enter setWindowState
00000298 20.80740356 [2800] setWindowState (1) - About to call SetWindowPos
00000299 20.82251167 [2800] Enter setWindowState
00000300 20.82330704 [2800] setWindowState (1) - About to call SetWindowPos
00000301 20.83053207 [2800] Enter setWindowState
00000302 20.83138466 [2800] setWindowState (1) - About to call SetWindowPos
00000303 20.84651947 [2800] Enter setWindowState
00000304 20.84735107 [2800] setWindowState (1) - About to call SetWindowPos
00000305 20.85452080 [2800] Enter setWindowState
00000306 20.85530472 [2800] setWindowState (1) - About to call SetWindowPos
00000307 20.86253357 [2800] Enter setWindowState
00000308 20.86339569 [2800] setWindowState (1) - About to call SetWindowPos
00000309 20.87053108 [2800] Enter setWindowState
00000310 20.87133217 [2800] setWindowState (1) - About to call SetWindowPos
00000311 20.87653732 [2800] Enter setWindowState
00000312 20.87735939 [2800] setWindowState (1) - About to call SetWindowPos
00000313 20.88451767 [2800] Enter setWindowState
00000314 20.88535690 [2800] setWindowState (1) - About to call SetWindowPos
00000315 20.89252090 [2800] Enter setWindowState
00000316 20.89345932 [2800] setWindowState (1) - About to call SetWindowPos
00000317 20.90053177 [2800] Enter setWindowState
00000318 20.90134048 [2800] setWindowState (1) - About to call SetWindowPos
00000319 20.90852928 [2800] Enter setWindowState
00000320 20.90938377 [2800] setWindowState (1) - About to call SetWindowPos
00000321 20.91653633 [2800] Enter setWindowState
00000322 20.91737938 [2800] setWindowState (1) - About to call SetWindowPos
00000323 20.92453957 [2800] Enter setWindowState
00000324 20.92542076 [2800] setWindowState (1) - About to call SetWindowPos
00000325 20.93253326 [2800] Enter setWindowState
00000326 20.93334579 [2800] setWindowState (1) - About to call SetWindowPos
00000327 20.94102287 [2800] Enter setWindowState
00000328 20.94211197 [2800] setWindowState (1) - About to call SetWindowPos
00000329 20.94855499 [2800] Enter setWindowState
00000330 20.94941521 [2800] setWindowState (1) - About to call SetWindowPos
00000331 20.95653915 [2800] Enter setWindowState
00000332 20.95742607 [2800] setWindowState (1) - About to call SetWindowPos
00000333 20.96253777 [2800] Enter setWindowState
00000334 20.96334457 [2800] setWindowState (1) - About to call SetWindowPos
00000335 20.97052956 [2800] Enter setWindowState
00000336 20.97134018 [2800] setWindowState (1) - About to call SetWindowPos
00000337 20.97854614 [2800] Enter setWindowState
00000338 20.97940826 [2800] setWindowState (1) - About to call SetWindowPos
00000339 20.98653793 [2800] Enter setWindowState
00000340 20.98681641 [2800] setWindowState (1) - About to call SetWindowPos
00000341 20.99453163 [2800] Enter setWindowState
00000342 20.99538612 [2800] setWindowState (1) - About to call SetWindowPos
00000343 21.00254059 [2800] Enter setWindowState
00000344 21.00342941 [2800] setWindowState (1) - About to call SetWindowPos
00000345 21.01052475 [2800] Enter setWindowState
00000346 21.01133347 [2800] setWindowState (1) - About to call SetWindowPos
00000347 21.01852798 [2800] Enter setWindowState
00000348 21.01940155 [2800] setWindowState (1) - About to call SetWindowPos
00000349 21.02654076 [2800] Enter setWindowState
00000350 21.02734947 [2800] setWindowState (1) - About to call SetWindowPos
00000351 21.03452873 [2800] Enter setWindowState
00000352 21.03531075 [2800] setWindowState (1) - About to call SetWindowPos
00000353 21.04251289 [2800] Enter setWindowState
00000354 21.04336739 [2800] setWindowState (1) - About to call SetWindowPos
00000355 21.04853821 [2800] Enter setWindowState
00000356 21.04940987 [2800] setWindowState (1) - About to call SetWindowPos
00000357 21.05657578 [2800] Enter setWindowState
00000358 21.05738449 [2800] setWindowState (1) - About to call SetWindowPos
00000359 21.06452751 [2800] Enter setWindowState
00000360 21.06532288 [2800] setWindowState (1) - About to call SetWindowPos
00000361 21.07252312 [2800] Enter setWindowState
00000362 21.07331085 [2800] setWindowState (1) - About to call SetWindowPos
00000363 21.08054161 [2800] Enter setWindowState
00000364 21.08079529 [2800] setWindowState (1) - About to call SetWindowPos
00000365 21.08879280 [2800] Enter setWindowState
00000366 21.08949852 [2800] setWindowState (1) - About to call SetWindowPos
00000367 21.09651756 [2800] Enter setWindowState
00000368 21.09710503 [2800] setWindowState (1) - About to call SetWindowPos
00000369 21.10449409 [2800] Enter setWindowState
00000370 21.10503006 [2800] setWindowState (1) - About to call SetWindowPos
00000371 21.12078285 [2800] Enter setWindowState
00000372 21.12142372 [2800] setWindowState (1) - About to call SetWindowPos
00000373 21.12850571 [2800] Enter setWindowState
00000374 21.12904549 [2800] setWindowState (1) - About to call SetWindowPos
00000375 21.13448906 [2800] Enter setWindowState
00000376 21.13482094 [2800] setWindowState (1) - About to call SetWindowPos
00000377 21.15048790 [2800] Enter setWindowState
00000378 21.15080261 [2800] setWindowState (1) - About to call SetWindowPos
00000379 21.16643906 [2800] Enter setWindowState
00000380 21.16669655 [2800] setWindowState (1) - About to call SetWindowPos
00000381 21.41170311 [2800] Enter setWindowState
00000382 21.41194153 [2800] setWindowState (1) - About to call SetWindowPos
00000383 21.44059944 [2800] Enter setWindowState
00000384 21.44095802 [2800] setWindowState (1) - About to call SetWindowPos
00000385 21.47280884 [2800] Enter setWindowState
00000386 21.47345924 [2800] setWindowState (1) - About to call SetWindowPos
00000387 21.49635124 [2800] Enter setWindowState
00000388 21.49707794 [2800] setWindowState (1) - About to call SetWindowPos
00000389 21.51858902 [2800] Enter setWindowState
00000390 21.51924896 [2800] setWindowState (1) - About to call SetWindowPos
00000391 21.53459167 [2800] Enter setWindowState
00000392 21.53525734 [2800] setWindowState (1) - About to call SetWindowPos
00000393 21.55909538 [2800] Enter setWindowState
00000394 21.55986023 [2800] setWindowState (1) - About to call SetWindowPos
00000395 21.56658936 [2800] Enter setWindowState
00000396 21.56721115 [2800] setWindowState (1) - About to call SetWindowPos
00000397 21.57498360 [2800] Enter setWindowState
00000398 21.57563591 [2800] setWindowState (1) - About to call SetWindowPos
00000399 21.59009552 [2800] Enter setWindowState
00000400 21.59083366 [2800] setWindowState (1) - About to call SetWindowPos
00000401 21.59658241 [2800] Enter setWindowState
00000402 21.59726143 [2800] setWindowState (1) - About to call SetWindowPos
00000403 21.60457802 [2800] Enter setWindowState
00000404 21.60519791 [2800] setWindowState (1) - About to call SetWindowPos
00000405 21.62159729 [2800] Enter setWindowState
00000406 21.62235069 [2800] setWindowState (1) - About to call SetWindowPos
00000407 21.62858200 [2800] Enter setWindowState
00000408 21.62920189 [2800] setWindowState (1) - About to call SetWindowPos
00000409 21.63656807 [2800] Enter setWindowState
00000410 21.63718605 [2800] setWindowState (1) - About to call SetWindowPos
00000411 21.66867638 [2800] Enter setWindowState
00000412 21.66953850 [2800] setWindowState (1) - About to call SetWindowPos
00000413 21.66960907 [2800] Enter setWindowState
00000414 21.67013359 [2800] setWindowState (1) - About to call SetWindowPos
00000415 21.67457008 [2800] Enter setWindowState
00000416 21.67518806 [2800] setWindowState (1) - About to call SetWindowPos
00000417 21.69917297 [2800] Enter setWindowState
00000418 21.69989777 [2800] setWindowState (1) - About to call SetWindowPos
00000419 21.70658302 [2800] Enter setWindowState
00000420 21.70685768 [2800] setWindowState (1) - About to call SetWindowPos
00000421 21.72256470 [2800] Enter setWindowState
00000422 21.72318459 [2800] setWindowState (1) - About to call SetWindowPos
00000423 21.74604797 [2800] Enter setWindowState
00000424 21.74687195 [2800] setWindowState (1) - About to call SetWindowPos
00000425 21.76054382 [2800] Enter setWindowState
00000426 21.76119423 [2800] setWindowState (1) - About to call SetWindowPos
00000427 21.79260445 [2800] Enter setWindowState
00000428 21.79327774 [2800] setWindowState (1) - About to call SetWindowPos
00000429 21.82420921 [2800] Enter setWindowState
00000430 21.82510757 [2800] setWindowState (1) - About to call SetWindowPos
00000431 21.83258629 [2800] Enter setWindowState
00000432 21.83325005 [2800] setWindowState (1) - About to call SetWindowPos
00000433 21.84057617 [2800] Enter setWindowState
00000434 21.84123039 [2800] setWindowState (1) - About to call SetWindowPos
00000435 21.85595322 [2800] Enter setWindowState
00000436 21.85675240 [2800] setWindowState (1) - About to call SetWindowPos
00000437 21.86257362 [2800] Enter setWindowState
00000438 21.86282730 [2800] setWindowState (1) - About to call SetWindowPos
00000439 21.87060928 [2800] Enter setWindowState
00000440 21.87122726 [2800] setWindowState (1) - About to call SetWindowPos
00000441 21.90244865 [2800] Enter setWindowState
00000442 21.90319633 [2800] setWindowState (1) - About to call SetWindowPos
00000443 22.16881561 [2800] MOUSE BUTTON UP
00000444 22.16889954 [2800] bMouseDown == TRUE
00000445 22.16996384 [2800] fire gGestureComplete
00000446 22.18627930 [2800] gGestureComplete: Before EnterCriticalSection
00000447 22.18635941 [2800] Enter setWindowState
00000448 22.21536064 [2800] setWindowState (1) - About to call SetWindowPos
00000449 22.21542740 [2800] About to call GetClassName (owner)
00000450 22.21546936 [2800] About to call GetWindowText (owner)
00000451 22.23048401 [2800] About to call GetClassName (parent)
00000452 22.23065948 [2800] About to call GetWindowText (parent)
00000453 22.23071098 [2800] About to call GetClassName (control)
00000454 22.23075485 [2800] About to call GetWindowText (control)
00000455 22.23079109 [2800] About to call GetWindowThreadProcessId
00000456 22.23082542 [2800] About to call GetDlgCtrlID
00000457 22.24615288 [2800] About to call OpenProcess
00000458 22.24632454 [2800] About to call GetProcessImageFileName
00000459 22.24704361 [2800] About to call CloseHandle (process)
00000460 22.24709511 [2800] gGestureComplete: Main script - Using state 1
00000461 22.24713516 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00000462 22.24717140 [2800] DrawnGestureName Cleared - clearCaptureVars()
00000463 22.25252151 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00000464 22.25266647 [2800] gGestureComplete: (After script) Release Lua state 1
00000465 22.25271034 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00000466 22.25274467 [2800] Enter setWindowState
00000467 22.25330162 [2800] setWindowState (1) - About to call SetWindowPos
00000468 23.57669640 [2800] MOUSE BUTTON DOWN
00000469 23.57678032 [2800] bOnlyAllowDefinedApps == false
00000470 23.57682610 [2800] About to call GetClassName (owner)
00000471 23.57689095 [2800] About to call GetWindowText (owner)
00000472 23.57692719 [2800] About to call GetClassName (parent)
00000473 23.57696342 [2800] About to call GetWindowText (parent)
00000474 23.57700729 [2800] About to call GetClassName (control)
00000475 23.57704353 [2800] About to call GetWindowText (control)
00000476 23.57707977 [2800] About to call GetWindowThreadProcessId
00000477 23.57711411 [2800] About to call GetDlgCtrlID
00000478 23.57715988 [2800] About to call OpenProcess
00000479 23.57721329 [2800] About to call GetProcessImageFileName
00000480 23.57748413 [2800] About to call CloseHandle (process)
00000481 23.57753372 [2800] bCancel == FALSE && bMouseDown == FALSE
00000482 23.67862701 [2800] Enter setWindowState
00000483 23.67959023 [2800] setWindowState (1) - About to call SetWindowPos
00000484 23.69260025 [2800] Enter setWindowState
00000485 23.69338417 [2800] setWindowState (1) - About to call SetWindowPos
00000486 23.70105553 [2800] Enter setWindowState
00000487 23.70192719 [2800] setWindowState (1) - About to call SetWindowPos
00000488 23.70870399 [2800] Enter setWindowState
00000489 23.70963287 [2800] setWindowState (1) - About to call SetWindowPos
00000490 23.71662331 [2800] Enter setWindowState
00000491 23.71746445 [2800] setWindowState (1) - About to call SetWindowPos
00000492 23.72461510 [2800] Enter setWindowState
00000493 23.72542000 [2800] setWindowState (1) - About to call SetWindowPos
00000494 23.73502159 [2800] Enter setWindowState
00000495 23.73589706 [2800] setWindowState (1) - About to call SetWindowPos
00000496 23.74063683 [2800] Enter setWindowState
00000497 23.74142647 [2800] setWindowState (1) - About to call SetWindowPos
00000498 23.74860001 [2800] Enter setWindowState
00000499 23.74883652 [2800] setWindowState (1) - About to call SetWindowPos
00000500 23.75661659 [2800] Enter setWindowState
00000501 23.75742149 [2800] setWindowState (1) - About to call SetWindowPos
00000502 23.76507187 [2800] Enter setWindowState
00000503 23.76598740 [2800] setWindowState (1) - About to call SetWindowPos
00000504 23.77265549 [2800] Enter setWindowState
00000505 23.77351952 [2800] setWindowState (1) - About to call SetWindowPos
00000506 23.78062057 [2800] Enter setWindowState
00000507 23.78142548 [2800] setWindowState (1) - About to call SetWindowPos
00000508 23.78660393 [2800] Enter setWindowState
00000509 23.78738785 [2800] setWindowState (1) - About to call SetWindowPos
00000510 23.79462624 [2800] Enter setWindowState
00000511 23.79549789 [2800] setWindowState (1) - About to call SetWindowPos
00000512 23.80261993 [2800] Enter setWindowState
00000513 23.80339813 [2800] setWindowState (1) - About to call SetWindowPos
00000514 23.81065559 [2800] Enter setWindowState
00000515 23.81144905 [2800] setWindowState (1) - About to call SetWindowPos
00000516 23.81859398 [2800] Enter setWindowState
00000517 23.81941986 [2800] setWindowState (1) - About to call SetWindowPos
00000518 23.82663345 [2800] Enter setWindowState
00000519 23.82756233 [2800] setWindowState (1) - About to call SetWindowPos
00000520 23.83661842 [2800] Enter setWindowState
00000521 23.83740807 [2800] setWindowState (1) - About to call SetWindowPos
00000522 23.84265709 [2800] Enter setWindowState
00000523 23.84351158 [2800] setWindowState (1) - About to call SetWindowPos
00000524 23.85061646 [2800] Enter setWindowState
00000525 23.85144234 [2800] setWindowState (1) - About to call SetWindowPos
00000526 23.85862732 [2800] Enter setWindowState
00000527 23.85949707 [2800] setWindowState (1) - About to call SetWindowPos
00000528 23.86661720 [2800] Enter setWindowState
00000529 23.86741066 [2800] setWindowState (1) - About to call SetWindowPos
00000530 23.87266350 [2800] Enter setWindowState
00000531 23.87363052 [2800] setWindowState (1) - About to call SetWindowPos
00000532 23.88063431 [2800] Enter setWindowState
00000533 23.88148880 [2800] setWindowState (1) - About to call SetWindowPos
00000534 23.88915634 [2800] Enter setWindowState
00000535 23.88943672 [2800] setWindowState (1) - About to call SetWindowPos
00000536 23.89665413 [2800] Enter setWindowState
00000537 23.89750671 [2800] setWindowState (1) - About to call SetWindowPos
00000538 23.90462112 [2800] Enter setWindowState
00000539 23.90576363 [2800] setWindowState (1) - About to call SetWindowPos
00000540 23.91267586 [2800] Enter setWindowState
00000541 23.91358948 [2800] setWindowState (1) - About to call SetWindowPos
00000542 23.92063332 [2800] Enter setWindowState
00000543 23.92150116 [2800] setWindowState (1) - About to call SetWindowPos
00000544 23.92863274 [2800] Enter setWindowState
00000545 23.92949486 [2800] setWindowState (1) - About to call SetWindowPos
00000546 23.93863106 [2800] Enter setWindowState
00000547 23.93944168 [2800] setWindowState (1) - About to call SetWindowPos
00000548 23.94461823 [2800] Enter setWindowState
00000549 23.94543076 [2800] setWindowState (1) - About to call SetWindowPos
00000550 23.95275307 [2800] Enter setWindowState
00000551 23.95361328 [2800] setWindowState (1) - About to call SetWindowPos
00000552 23.96067429 [2800] Enter setWindowState
00000553 23.96146774 [2800] setWindowState (1) - About to call SetWindowPos
00000554 23.96668816 [2800] Enter setWindowState
00000555 23.96748161 [2800] setWindowState (1) - About to call SetWindowPos
00000556 23.97463989 [2800] Enter setWindowState
00000557 23.97546959 [2800] setWindowState (1) - About to call SetWindowPos
00000558 23.99063301 [2800] Enter setWindowState
00000559 23.99150467 [2800] setWindowState (1) - About to call SetWindowPos
00000560 24.07663345 [2800] Enter setWindowState
00000561 24.07750511 [2800] setWindowState (1) - About to call SetWindowPos
00000562 24.10863686 [2800] Enter setWindowState
00000563 24.10950851 [2800] setWindowState (1) - About to call SetWindowPos
00000564 24.12461662 [2800] Enter setWindowState
00000565 24.12543297 [2800] setWindowState (1) - About to call SetWindowPos
00000566 24.13261795 [2800] Enter setWindowState
00000567 24.13341331 [2800] setWindowState (1) - About to call SetWindowPos
00000568 24.13863754 [2800] Enter setWindowState
00000569 24.13946533 [2800] setWindowState (1) - About to call SetWindowPos
00000570 24.14663506 [2800] Enter setWindowState
00000571 24.14742661 [2800] setWindowState (1) - About to call SetWindowPos
00000572 24.19460106 [2800] Enter setWindowState
00000573 24.19541550 [2800] setWindowState (1) - About to call SetWindowPos
00000574 24.23308754 [2800] Enter setWindowState
00000575 24.23397446 [2800] setWindowState (1) - About to call SetWindowPos
00000576 24.25662422 [2800] Enter setWindowState
00000577 24.25733185 [2800] setWindowState (1) - About to call SetWindowPos
00000578 24.56264305 [2800] Enter setWindowState
00000579 24.56346512 [2800] setWindowState (1) - About to call SetWindowPos
00000580 24.57063484 [2800] Enter setWindowState
00000581 24.57149887 [2800] setWindowState (1) - About to call SetWindowPos
00000582 24.57865715 [2800] Enter setWindowState
00000583 24.57962227 [2800] setWindowState (1) - About to call SetWindowPos
00000584 24.58468056 [2800] Enter setWindowState
00000585 24.58554649 [2800] setWindowState (1) - About to call SetWindowPos
00000586 24.59289360 [2800] Enter setWindowState
00000587 24.59369087 [2800] setWindowState (1) - About to call SetWindowPos
00000588 24.60063744 [2800] Enter setWindowState
00000589 24.60141754 [2800] setWindowState (1) - About to call SetWindowPos
00000590 24.60865593 [2800] Enter setWindowState
00000591 24.60977936 [2800] setWindowState (1) - About to call SetWindowPos
00000592 24.61663628 [2800] Enter setWindowState
00000593 24.61742783 [2800] setWindowState (1) - About to call SetWindowPos
00000594 24.62462997 [2800] Enter setWindowState
00000595 24.62486076 [2800] setWindowState (1) - About to call SetWindowPos
00000596 24.63265419 [2800] Enter setWindowState
00000597 24.63347244 [2800] setWindowState (1) - About to call SetWindowPos
00000598 24.64066696 [2800] Enter setWindowState
00000599 24.64157867 [2800] setWindowState (1) - About to call SetWindowPos
00000600 24.64864731 [2800] Enter setWindowState
00000601 24.64943695 [2800] setWindowState (1) - About to call SetWindowPos
00000602 24.65692139 [2800] Enter setWindowState
00000603 24.65772820 [2800] setWindowState (1) - About to call SetWindowPos
00000604 24.66464615 [2800] Enter setWindowState
00000605 24.66543579 [2800] setWindowState (1) - About to call SetWindowPos
00000606 24.67065811 [2800] Enter setWindowState
00000607 24.67153740 [2800] setWindowState (1) - About to call SetWindowPos
00000608 24.67865372 [2800] Enter setWindowState
00000609 24.67941666 [2800] setWindowState (1) - About to call SetWindowPos
00000610 24.68664169 [2800] Enter setWindowState
00000611 24.68742371 [2800] setWindowState (1) - About to call SetWindowPos
00000612 24.69463730 [2800] Enter setWindowState
00000613 24.69542885 [2800] setWindowState (1) - About to call SetWindowPos
00000614 24.70265198 [2800] Enter setWindowState
00000615 24.70350838 [2800] setWindowState (1) - About to call SetWindowPos
00000616 24.71863174 [2800] Enter setWindowState
00000617 24.71942329 [2800] setWindowState (1) - About to call SetWindowPos
00000618 24.73465919 [2800] Enter setWindowState
00000619 24.73553658 [2800] setWindowState (1) - About to call SetWindowPos
00000620 24.75065041 [2800] Enter setWindowState
00000621 24.75143623 [2800] setWindowState (1) - About to call SetWindowPos
00000622 24.77267838 [2800] Enter setWindowState
00000623 24.77353477 [2800] setWindowState (1) - About to call SetWindowPos
00000624 24.78863907 [2800] Enter setWindowState
00000625 24.78943253 [2800] setWindowState (1) - About to call SetWindowPos
00000626 24.81264687 [2800] Enter setWindowState
00000627 24.81344795 [2800] setWindowState (1) - About to call SetWindowPos
00000628 24.82865715 [2800] Enter setWindowState
00000629 24.82951355 [2800] setWindowState (1) - About to call SetWindowPos
00000630 24.84464073 [2800] Enter setWindowState
00000631 24.84548187 [2800] setWindowState (1) - About to call SetWindowPos
00000632 24.85064888 [2800] Enter setWindowState
00000633 24.85143089 [2800] setWindowState (1) - About to call SetWindowPos
00000634 24.86665344 [2800] Enter setWindowState
00000635 24.86747169 [2800] setWindowState (1) - About to call SetWindowPos
00000636 24.87467575 [2800] Enter setWindowState
00000637 24.87590408 [2800] setWindowState (1) - About to call SetWindowPos
00000638 24.88267136 [2800] Enter setWindowState
00000639 24.88347244 [2800] setWindowState (1) - About to call SetWindowPos
00000640 24.89066887 [2800] Enter setWindowState
00000641 24.89157486 [2800] setWindowState (1) - About to call SetWindowPos
00000642 24.89865685 [2800] Enter setWindowState
00000643 24.89945030 [2800] setWindowState (1) - About to call SetWindowPos
00000644 24.90667343 [2800] Enter setWindowState
00000645 24.90695953 [2800] setWindowState (1) - About to call SetWindowPos
00000646 24.91467476 [2800] Enter setWindowState
00000647 24.91551018 [2800] setWindowState (1) - About to call SetWindowPos
00000648 24.92266655 [2800] Enter setWindowState
00000649 24.92352104 [2800] setWindowState (1) - About to call SetWindowPos
00000650 24.93072891 [2800] Enter setWindowState
00000651 24.93156433 [2800] setWindowState (1) - About to call SetWindowPos
00000652 24.94469452 [2800] Enter setWindowState
00000653 24.94559288 [2800] setWindowState (1) - About to call SetWindowPos
00000654 24.95325279 [2800] Enter setWindowState
00000655 24.95413208 [2800] setWindowState (1) - About to call SetWindowPos
00000656 24.96868706 [2800] Enter setWindowState
00000657 24.96951103 [2800] setWindowState (1) - About to call SetWindowPos
00000658 25.25067902 [2800] MOUSE BUTTON UP
00000659 25.25073814 [2800] bMouseDown == TRUE
00000660 25.25105476 [2800] fire gGestureComplete
00000661 25.26510239 [2800] gGestureComplete: Before EnterCriticalSection
00000662 25.26518822 [2800] Enter setWindowState
00000663 25.29498863 [2800] setWindowState (1) - About to call SetWindowPos
00000664 25.29506874 [2800] About to call GetClassName (owner)
00000665 25.29511261 [2800] About to call GetWindowText (owner)
00000666 25.29520798 [2800] About to call GetClassName (parent)
00000667 25.29524803 [2800] About to call GetWindowText (parent)
00000668 25.29528427 [2800] About to call GetClassName (control)
00000669 25.29532051 [2800] About to call GetWindowText (control)
00000670 25.29535866 [2800] About to call GetWindowThreadProcessId
00000671 25.29539108 [2800] About to call GetDlgCtrlID
00000672 25.29546928 [2800] About to call OpenProcess
00000673 25.29551125 [2800] About to call GetProcessImageFileName
00000674 25.29611969 [2800] About to call CloseHandle (process)
00000675 25.29616165 [2800] gGestureComplete: Main script - Using state 1
00000676 25.29621124 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00000677 25.29624748 [2800] DrawnGestureName Cleared - clearCaptureVars()
00000678 25.29628372 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00000679 25.29631615 [2800] gGestureComplete: (After script) Release Lua state 1
00000680 25.29635048 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00000681 25.29638672 [2800] Enter setWindowState
00000682 25.29704666 [2800] setWindowState (1) - About to call SetWindowPos
00000683 26.96482658 [2800] MOUSE BUTTON DOWN
00000684 26.96490860 [2800] bOnlyAllowDefinedApps == false
00000685 26.96495247 [2800] About to call GetClassName (owner)
00000686 26.96501732 [2800] About to call GetWindowText (owner)
00000687 26.96505356 [2800] About to call GetClassName (parent)
00000688 26.96509171 [2800] About to call GetWindowText (parent)
00000689 26.96512985 [2800] About to call GetClassName (control)
00000690 26.96516800 [2800] About to call GetWindowText (control)
00000691 26.96520424 [2800] About to call GetWindowThreadProcessId
00000692 26.96523857 [2800] About to call GetDlgCtrlID
00000693 26.96528244 [2800] About to call OpenProcess
00000694 26.96533775 [2800] About to call GetProcessImageFileName
00000695 26.96620750 [2800] About to call CloseHandle (process)
00000696 26.96625710 [2800] bCancel == FALSE && bMouseDown == FALSE
00000697 27.08073616 [2800] Enter setWindowState
00000698 27.08169746 [2800] setWindowState (1) - About to call SetWindowPos
00000699 27.08876991 [2800] Enter setWindowState
00000700 27.08914566 [2800] setWindowState (1) - About to call SetWindowPos
00000701 27.09677315 [2800] Enter setWindowState
00000702 27.09766960 [2800] setWindowState (1) - About to call SetWindowPos
00000703 27.10472298 [2800] Enter setWindowState
00000704 27.10577393 [2800] setWindowState (1) - About to call SetWindowPos
00000705 27.11274338 [2800] Enter setWindowState
00000706 27.11363220 [2800] setWindowState (1) - About to call SetWindowPos
00000707 27.12072372 [2800] Enter setWindowState
00000708 27.12152290 [2800] setWindowState (1) - About to call SetWindowPos
00000709 27.12872696 [2800] Enter setWindowState
00000710 27.12952614 [2800] setWindowState (1) - About to call SetWindowPos
00000711 27.13714981 [2800] Enter setWindowState
00000712 27.13811493 [2800] setWindowState (1) - About to call SetWindowPos
00000713 27.14473534 [2800] Enter setWindowState
00000714 27.14554977 [2800] setWindowState (1) - About to call SetWindowPos
00000715 27.15072823 [2800] Enter setWindowState
00000716 27.15156937 [2800] setWindowState (1) - About to call SetWindowPos
00000717 27.15871239 [2800] Enter setWindowState
00000718 27.15949440 [2800] setWindowState (1) - About to call SetWindowPos
00000719 27.16672516 [2800] Enter setWindowState
00000720 27.16751289 [2800] setWindowState (1) - About to call SetWindowPos
00000721 27.17474365 [2800] Enter setWindowState
00000722 27.17561531 [2800] setWindowState (1) - About to call SetWindowPos
00000723 27.18277168 [2800] Enter setWindowState
00000724 27.18304825 [2800] setWindowState (1) - About to call SetWindowPos
00000725 27.19074440 [2800] Enter setWindowState
00000726 27.19154930 [2800] setWindowState (1) - About to call SetWindowPos
00000727 27.19871712 [2800] Enter setWindowState
00000728 27.19957733 [2800] setWindowState (1) - About to call SetWindowPos
00000729 27.20674896 [2800] Enter setWindowState
00000730 27.20760727 [2800] setWindowState (1) - About to call SetWindowPos
00000731 27.21473694 [2800] Enter setWindowState
00000732 27.21557808 [2800] setWindowState (1) - About to call SetWindowPos
00000733 27.22271729 [2800] Enter setWindowState
00000734 27.22350883 [2800] setWindowState (1) - About to call SetWindowPos
00000735 27.23114586 [2800] Enter setWindowState
00000736 27.23212242 [2800] setWindowState (1) - About to call SetWindowPos
00000737 27.23874474 [2800] Enter setWindowState
00000738 27.23957062 [2800] setWindowState (1) - About to call SetWindowPos
00000739 27.24473000 [2800] Enter setWindowState
00000740 27.24553871 [2800] setWindowState (1) - About to call SetWindowPos
00000741 27.25273705 [2800] Enter setWindowState
00000742 27.25354576 [2800] setWindowState (1) - About to call SetWindowPos
00000743 27.26076317 [2800] Enter setWindowState
00000744 27.26157951 [2800] setWindowState (1) - About to call SetWindowPos
00000745 27.26877785 [2800] Enter setWindowState
00000746 27.26968193 [2800] setWindowState (1) - About to call SetWindowPos
00000747 27.27672958 [2800] Enter setWindowState
00000748 27.27693939 [2800] setWindowState (1) - About to call SetWindowPos
00000749 27.28473854 [2800] Enter setWindowState
00000750 27.28554344 [2800] setWindowState (1) - About to call SetWindowPos
00000751 27.29325676 [2800] Enter setWindowState
00000752 27.29412460 [2800] setWindowState (1) - About to call SetWindowPos
00000753 27.30076790 [2800] Enter setWindowState
00000754 27.30159950 [2800] setWindowState (1) - About to call SetWindowPos
00000755 27.30877113 [2800] Enter setWindowState
00000756 27.30958748 [2800] setWindowState (1) - About to call SetWindowPos
00000757 27.31672287 [2800] Enter setWindowState
00000758 27.31755638 [2800] setWindowState (1) - About to call SetWindowPos
00000759 27.32516098 [2800] Enter setWindowState
00000760 27.32602882 [2800] setWindowState (1) - About to call SetWindowPos
00000761 27.33076096 [2800] Enter setWindowState
00000762 27.33154678 [2800] setWindowState (1) - About to call SetWindowPos
00000763 27.33872604 [2800] Enter setWindowState
00000764 27.33971405 [2800] setWindowState (1) - About to call SetWindowPos
00000765 27.34675789 [2800] Enter setWindowState
00000766 27.34765053 [2800] setWindowState (1) - About to call SetWindowPos
00000767 27.35473442 [2800] Enter setWindowState
00000768 27.35554314 [2800] setWindowState (1) - About to call SetWindowPos
00000769 27.37072754 [2800] Enter setWindowState
00000770 27.37155914 [2800] setWindowState (1) - About to call SetWindowPos
00000771 27.48117065 [2800] Enter setWindowState
00000772 27.48222160 [2800] setWindowState (1) - About to call SetWindowPos
00000773 27.49674988 [2800] Enter setWindowState
00000774 27.49768066 [2800] setWindowState (1) - About to call SetWindowPos
00000775 27.51073647 [2800] Enter setWindowState
00000776 27.51154709 [2800] setWindowState (1) - About to call SetWindowPos
00000777 27.52674103 [2800] Enter setWindowState
00000778 27.52763939 [2800] setWindowState (1) - About to call SetWindowPos
00000779 27.54323196 [2800] Enter setWindowState
00000780 27.54412270 [2800] setWindowState (1) - About to call SetWindowPos
00000781 27.56673050 [2800] Enter setWindowState
00000782 27.56754112 [2800] setWindowState (1) - About to call SetWindowPos
00000783 27.61273384 [2800] Enter setWindowState
00000784 27.61360931 [2800] setWindowState (1) - About to call SetWindowPos
00000785 27.66924095 [2800] Enter setWindowState
00000786 27.66954803 [2800] setWindowState (1) - About to call SetWindowPos
00000787 28.05876350 [2800] Enter setWindowState
00000788 28.05960274 [2800] setWindowState (1) - About to call SetWindowPos
00000789 28.07517242 [2800] Enter setWindowState
00000790 28.07604408 [2800] setWindowState (1) - About to call SetWindowPos
00000791 28.08280754 [2800] Enter setWindowState
00000792 28.08367729 [2800] setWindowState (1) - About to call SetWindowPos
00000793 28.09077835 [2800] Enter setWindowState
00000794 28.09157181 [2800] setWindowState (1) - About to call SetWindowPos
00000795 28.09874916 [2800] Enter setWindowState
00000796 28.09954262 [2800] setWindowState (1) - About to call SetWindowPos
00000797 28.10725975 [2800] Enter setWindowState
00000798 28.10821915 [2800] setWindowState (1) - About to call SetWindowPos
00000799 28.11478233 [2800] Enter setWindowState
00000800 28.11557770 [2800] setWindowState (1) - About to call SetWindowPos
00000801 28.12276077 [2800] Enter setWindowState
00000802 28.12353706 [2800] setWindowState (1) - About to call SetWindowPos
00000803 28.13075829 [2800] Enter setWindowState
00000804 28.13155365 [2800] setWindowState (1) - About to call SetWindowPos
00000805 28.13718987 [2800] Enter setWindowState
00000806 28.13804817 [2800] setWindowState (1) - About to call SetWindowPos
00000807 28.14478111 [2800] Enter setWindowState
00000808 28.14557076 [2800] setWindowState (1) - About to call SetWindowPos
00000809 28.15276337 [2800] Enter setWindowState
00000810 28.15358353 [2800] setWindowState (1) - About to call SetWindowPos
00000811 28.16074944 [2800] Enter setWindowState
00000812 28.16162682 [2800] setWindowState (1) - About to call SetWindowPos
00000813 28.16878510 [2800] Enter setWindowState
00000814 28.16965103 [2800] setWindowState (1) - About to call SetWindowPos
00000815 28.17692566 [2800] Enter setWindowState
00000816 28.17806625 [2800] setWindowState (1) - About to call SetWindowPos
00000817 28.18483162 [2800] Enter setWindowState
00000818 28.18567467 [2800] setWindowState (1) - About to call SetWindowPos
00000819 28.19275475 [2800] Enter setWindowState
00000820 28.19354057 [2800] setWindowState (1) - About to call SetWindowPos
00000821 28.20079613 [2800] Enter setWindowState
00000822 28.20166016 [2800] setWindowState (1) - About to call SetWindowPos
00000823 28.20877647 [2800] Enter setWindowState
00000824 28.20903015 [2800] setWindowState (1) - About to call SetWindowPos
00000825 28.21480370 [2800] Enter setWindowState
00000826 28.21562004 [2800] setWindowState (1) - About to call SetWindowPos
00000827 28.23135185 [2800] Enter setWindowState
00000828 28.23223114 [2800] setWindowState (1) - About to call SetWindowPos
00000829 28.24675560 [2800] Enter setWindowState
00000830 28.24754524 [2800] setWindowState (1) - About to call SetWindowPos
00000831 28.26277351 [2800] Enter setWindowState
00000832 28.26363373 [2800] setWindowState (1) - About to call SetWindowPos
00000833 28.27882004 [2800] Enter setWindowState
00000834 28.27969170 [2800] setWindowState (1) - About to call SetWindowPos
00000835 28.28681374 [2800] Enter setWindowState
00000836 28.28770256 [2800] setWindowState (1) - About to call SetWindowPos
00000837 28.30278587 [2800] Enter setWindowState
00000838 28.30367088 [2800] setWindowState (1) - About to call SetWindowPos
00000839 28.30876923 [2800] Enter setWindowState
00000840 28.30959511 [2800] setWindowState (1) - About to call SetWindowPos
00000841 28.31675911 [2800] Enter setWindowState
00000842 28.31754494 [2800] setWindowState (1) - About to call SetWindowPos
00000843 28.33283615 [2800] Enter setWindowState
00000844 28.33375931 [2800] setWindowState (1) - About to call SetWindowPos
00000845 28.34281349 [2800] Enter setWindowState
00000846 28.34382057 [2800] setWindowState (1) - About to call SetWindowPos
00000847 28.35723305 [2800] Enter setWindowState
00000848 28.35811615 [2800] setWindowState (1) - About to call SetWindowPos
00000849 28.37306213 [2800] Enter setWindowState
00000850 28.37395287 [2800] setWindowState (1) - About to call SetWindowPos
00000851 28.38080978 [2800] Enter setWindowState
00000852 28.38166809 [2800] setWindowState (1) - About to call SetWindowPos
00000853 28.38919640 [2800] Enter setWindowState
00000854 28.39005661 [2800] setWindowState (1) - About to call SetWindowPos
00000855 28.39479065 [2800] Enter setWindowState
00000856 28.39557838 [2800] setWindowState (1) - About to call SetWindowPos
00000857 28.40276718 [2800] Enter setWindowState
00000858 28.40359116 [2800] setWindowState (1) - About to call SetWindowPos
00000859 28.41878700 [2800] Enter setWindowState
00000860 28.41967392 [2800] setWindowState (1) - About to call SetWindowPos
00000861 28.43477821 [2800] Enter setWindowState
00000862 28.43560219 [2800] setWindowState (1) - About to call SetWindowPos
00000863 28.45122337 [2800] Enter setWindowState
00000864 28.45209885 [2800] setWindowState (1) - About to call SetWindowPos
00000865 28.48277664 [2800] Enter setWindowState
00000866 28.48365784 [2800] setWindowState (1) - About to call SetWindowPos
00000867 28.94284630 [2800] MOUSE BUTTON UP
00000868 28.94290733 [2800] bMouseDown == TRUE
00000869 28.94323158 [2800] fire gGestureComplete
00000870 28.95638657 [2800] gGestureComplete: Before EnterCriticalSection
00000871 28.95647621 [2800] Enter setWindowState
00000872 28.98680115 [2800] setWindowState (1) - About to call SetWindowPos
00000873 28.98688126 [2800] About to call GetClassName (owner)
00000874 28.98692513 [2800] About to call GetWindowText (owner)
00000875 28.98696518 [2800] About to call GetClassName (parent)
00000876 28.98699951 [2800] About to call GetWindowText (parent)
00000877 28.98703575 [2800] About to call GetClassName (control)
00000878 28.98707199 [2800] About to call GetWindowText (control)
00000879 28.98710823 [2800] About to call GetWindowThreadProcessId
00000880 28.98714256 [2800] About to call GetDlgCtrlID
00000881 28.98718262 [2800] About to call OpenProcess
00000882 28.98811150 [2800] About to call GetProcessImageFileName
00000883 28.98877907 [2800] About to call CloseHandle (process)
00000884 28.98882103 [2800] gGestureComplete: Main script - Using state 1
00000885 28.98885918 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00000886 28.98890305 [2800] DrawnGestureName Cleared - clearCaptureVars()
00000887 28.98893547 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00000888 28.98913002 [2800] gGestureComplete: (After script) Release Lua state 1
00000889 28.98917961 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00000890 28.98921585 [2800] Enter setWindowState
00000891 28.98962402 [2800] setWindowState (1) - About to call SetWindowPos
00000892 32.13149643 [2800] Call next hook 998
00000893 32.14325333 [2800] Call next hook 998
00000894 32.26408768 [2800] Call next hook 998
00000895 32.30934906 [2800] Call next hook 998
00000896 36.79124451 [2800] Call next hook 998
00000897 36.79141235 [2800] Enter WinEventProc
00000898 36.79146194 [2800] About to call GetClassName (owner)
00000899 36.79151917 [2800] About to call GetWindowText (owner)
00000900 36.79155350 [2800] About to call GetClassName (parent)
00000901 36.79159164 [2800] About to call GetWindowText (parent)
00000902 36.79162598 [2800] About to call GetClassName (control)
00000903 36.79166412 [2800] About to call GetWindowText (control)
00000904 36.79170227 [2800] About to call GetWindowThreadProcessId
00000905 36.79173660 [2800] About to call GetDlgCtrlID
00000906 36.79177856 [2800] About to call OpenProcess
00000907 36.79275513 [2800] About to call GetProcessImageFileName
00000908 36.79307938 [2800] About to call CloseHandle (process)
00000909 36.87837982 [2800] Call next hook 998
00000910 36.99879456 [2800] About to call GetClassName (owner)
00000911 36.99887848 [2800] About to call GetWindowText (owner)
00000912 37.27726364 [2800] About to call GetClassName (parent)
00000913 37.27739334 [2800] About to call GetWindowText (parent)
00000914 37.50495911 [2800] About to call GetWindowText (control)
00000915 37.50502014 [2800] About to call GetWindowThreadProcessId
00000916 37.72448349 [2800] About to call GetDlgCtrlID
00000917 37.72462845 [2800] About to call OpenProcess
00000918 37.91839218 [2800] About to call CloseHandle (process)
00000919 37.91841888 [2800] About to call CloseHandle (process)
00000920 40.52325821 [2800] Call next hook 998
00000921 41.02396774 [2800] Call next hook 998
00000922 41.05315018 [2800] Enter WinEventProc
00000923 41.05322266 [2800] About to call GetClassName (owner)
00000924 41.05328751 [2800] About to call GetWindowText (owner)
00000925 41.05332565 [2800] About to call GetClassName (parent)
00000926 41.05335999 [2800] About to call GetWindowText (parent)
00000927 41.05339813 [2800] About to call GetClassName (control)
00000928 41.05343628 [2800] About to call GetWindowText (control)
00000929 41.05347061 [2800] About to call GetWindowThreadProcessId
00000930 41.05350876 [2800] About to call GetDlgCtrlID
00000931 41.05354691 [2800] About to call OpenProcess
00000932 41.05360031 [2800] About to call GetProcessImageFileName
00000933 41.05386734 [2800] About to call CloseHandle (process)
00000934 41.85327911 [2800] MOUSE BUTTON DOWN
00000935 41.85335922 [2800] bOnlyAllowDefinedApps == false
00000936 41.85340500 [2800] About to call GetClassName (owner)
00000937 41.85346603 [2800] About to call GetWindowText (owner)
00000938 41.85350418 [2800] About to call GetClassName (parent)
00000939 41.85354233 [2800] About to call GetWindowText (parent)
00000940 41.85358429 [2800] About to call GetClassName (control)
00000941 41.85362244 [2800] About to call GetWindowText (control)
00000942 41.85366440 [2800] About to call GetWindowThreadProcessId
00000943 41.85369492 [2800] About to call GetDlgCtrlID
00000944 41.85374069 [2800] About to call OpenProcess
00000945 41.85379410 [2800] About to call GetProcessImageFileName
00000946 41.85408020 [2800] About to call CloseHandle (process)
00000947 41.85413361 [2800] bCancel == FALSE && bMouseDown == FALSE
00000948 41.99304581 [2800] Enter setWindowState
00000949 42.02146149 [2800] setWindowState (1) - About to call SetWindowPos
00000950 42.02525711 [2800] Enter setWindowState
00000951 42.02635193 [2800] setWindowState (1) - About to call SetWindowPos
00000952 42.03321838 [2800] Enter setWindowState
00000953 42.03346634 [2800] setWindowState (1) - About to call SetWindowPos
00000954 42.04121399 [2800] Enter setWindowState
00000955 42.04204941 [2800] setWindowState (1) - About to call SetWindowPos
00000956 42.04922485 [2800] Enter setWindowState
00000957 42.05011368 [2800] setWindowState (1) - About to call SetWindowPos
00000958 42.05721664 [2800] Enter setWindowState
00000959 42.05805969 [2800] setWindowState (1) - About to call SetWindowPos
00000960 42.06564713 [2800] Enter setWindowState
00000961 42.06654358 [2800] setWindowState (1) - About to call SetWindowPos
00000962 42.09543991 [2800] Enter setWindowState
00000963 42.15027618 [2800] setWindowState (1) - About to call SetWindowPos
00000964 42.15036774 [2800] Enter setWindowState
00000965 42.15161896 [2800] setWindowState (1) - About to call SetWindowPos
00000966 42.15169907 [2800] Enter setWindowState
00000967 42.15263367 [2800] setWindowState (1) - About to call SetWindowPos
00000968 42.16769791 [2800] Enter setWindowState
00000969 42.16859818 [2800] setWindowState (1) - About to call SetWindowPos
00000970 42.18334198 [2800] Enter setWindowState
00000971 42.18424225 [2800] setWindowState (1) - About to call SetWindowPos
00000972 42.20526505 [2800] Enter setWindowState
00000973 42.20594025 [2800] setWindowState (1) - About to call SetWindowPos
00000974 42.33122635 [2800] Enter setWindowState
00000975 42.33210373 [2800] setWindowState (1) - About to call SetWindowPos
00000976 42.36323929 [2800] Enter setWindowState
00000977 42.36350632 [2800] setWindowState (1) - About to call SetWindowPos
00000978 42.55123520 [2800] Enter setWindowState
00000979 42.55211639 [2800] setWindowState (1) - About to call SetWindowPos
00000980 42.56520844 [2800] Enter setWindowState
00000981 42.56602097 [2800] setWindowState (1) - About to call SetWindowPos
00000982 42.57581711 [2800] Enter setWindowState
00000983 42.57686996 [2800] setWindowState (1) - About to call SetWindowPos
00000984 42.58124542 [2800] Enter setWindowState
00000985 42.58202744 [2800] setWindowState (1) - About to call SetWindowPos
00000986 42.58926392 [2800] Enter setWindowState
00000987 42.59006119 [2800] setWindowState (1) - About to call SetWindowPos
00000988 42.59722137 [2800] Enter setWindowState
00000989 42.59802628 [2800] setWindowState (1) - About to call SetWindowPos
00000990 42.60521317 [2800] Enter setWindowState
00000991 42.60606766 [2800] setWindowState (1) - About to call SetWindowPos
00000992 42.61324310 [2800] Enter setWindowState
00000993 42.61409378 [2800] setWindowState (1) - About to call SetWindowPos
00000994 42.62123489 [2800] Enter setWindowState
00000995 42.62201691 [2800] setWindowState (1) - About to call SetWindowPos
00000996 42.62922287 [2800] Enter setWindowState
00000997 42.63000488 [2800] setWindowState (1) - About to call SetWindowPos
00000998 42.63769150 [2800] Enter setWindowState
00000999 42.63856506 [2800] setWindowState (1) - About to call SetWindowPos
00001000 42.64521790 [2800] Enter setWindowState
00001001 42.64599991 [2800] setWindowState (1) - About to call SetWindowPos
00001002 42.65322495 [2800] Enter setWindowState
00001003 42.65406418 [2800] setWindowState (1) - About to call SetWindowPos
00001004 42.66125488 [2800] Enter setWindowState
00001005 42.66211319 [2800] setWindowState (1) - About to call SetWindowPos
00001006 42.66766357 [2800] Enter setWindowState
00001007 42.66853714 [2800] setWindowState (1) - About to call SetWindowPos
00001008 42.67724228 [2800] Enter setWindowState
00001009 42.67803574 [2800] setWindowState (1) - About to call SetWindowPos
00001010 42.68328857 [2800] Enter setWindowState
00001011 42.68411636 [2800] setWindowState (1) - About to call SetWindowPos
00001012 42.69122314 [2800] Enter setWindowState
00001013 42.69201660 [2800] setWindowState (1) - About to call SetWindowPos
00001014 42.69976044 [2800] Enter setWindowState
00001015 42.70065308 [2800] setWindowState (1) - About to call SetWindowPos
00001016 42.70724869 [2800] Enter setWindowState
00001017 42.70808792 [2800] setWindowState (1) - About to call SetWindowPos
00001018 42.71532059 [2800] Enter setWindowState
00001019 42.71614075 [2800] setWindowState (1) - About to call SetWindowPos
00001020 42.72323227 [2800] Enter setWindowState
00001021 42.72402191 [2800] setWindowState (1) - About to call SetWindowPos
00001022 42.73174667 [2800] Enter setWindowState
00001023 42.73261261 [2800] setWindowState (1) - About to call SetWindowPos
00001024 42.73725891 [2800] Enter setWindowState
00001025 42.73804092 [2800] setWindowState (1) - About to call SetWindowPos
00001026 42.74528885 [2800] Enter setWindowState
00001027 42.74608612 [2800] setWindowState (1) - About to call SetWindowPos
00001028 42.75329590 [2800] Enter setWindowState
00001029 42.75416183 [2800] setWindowState (1) - About to call SetWindowPos
00001030 42.76165771 [2800] Enter setWindowState
00001031 42.76253510 [2800] setWindowState (1) - About to call SetWindowPos
00001032 42.76924515 [2800] Enter setWindowState
00001033 42.77003860 [2800] setWindowState (1) - About to call SetWindowPos
00001034 42.77922440 [2800] Enter setWindowState
00001035 42.78002930 [2800] setWindowState (1) - About to call SetWindowPos
00001036 42.78522873 [2800] Enter setWindowState
00001037 42.78601074 [2800] setWindowState (1) - About to call SetWindowPos
00001038 42.80124283 [2800] Enter setWindowState
00001039 42.80156326 [2800] setWindowState (1) - About to call SetWindowPos
00001040 42.81722641 [2800] Enter setWindowState
00001041 42.81801987 [2800] setWindowState (1) - About to call SetWindowPos
00001042 42.83124542 [2800] Enter setWindowState
00001043 42.83210373 [2800] setWindowState (1) - About to call SetWindowPos
00001044 42.87128830 [2800] Enter setWindowState
00001045 42.87210464 [2800] setWindowState (1) - About to call SetWindowPos
00001046 43.11508560 [2800] MOUSE BUTTON UP
00001047 43.11517715 [2800] bMouseDown == TRUE
00001048 43.11551666 [2800] fire gGestureComplete
00001049 43.13154221 [2800] gGestureComplete: Before EnterCriticalSection
00001050 43.13162994 [2800] Enter setWindowState
00001051 43.16243744 [2800] setWindowState (1) - About to call SetWindowPos
00001052 43.16253281 [2800] About to call GetClassName (owner)
00001053 43.16257477 [2800] About to call GetWindowText (owner)
00001054 43.16261292 [2800] About to call GetClassName (parent)
00001055 43.16264725 [2800] About to call GetWindowText (parent)
00001056 43.16267776 [2800] About to call GetClassName (control)
00001057 43.16271973 [2800] About to call GetWindowText (control)
00001058 43.16275024 [2800] About to call GetWindowThreadProcessId
00001059 43.16278458 [2800] About to call GetDlgCtrlID
00001060 43.16282654 [2800] About to call OpenProcess
00001061 43.16418457 [2800] About to call GetProcessImageFileName
00001062 43.16486359 [2800] About to call CloseHandle (process)
00001063 43.16490936 [2800] gGestureComplete: Main script - Using state 1
00001064 43.16494370 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00001065 43.16498566 [2800] DrawnGestureName Cleared - clearCaptureVars()
00001066 43.16501999 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00001067 43.16516876 [2800] gGestureComplete: (After script) Release Lua state 1
00001068 43.16521835 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00001069 43.16525269 [2800] Enter setWindowState
00001070 43.16564560 [2800] setWindowState (1) - About to call SetWindowPos
00001071 45.92529678 [2800] Call next hook 998
00001072 45.92556000 [2800] Enter WinEventProc
00001073 45.92561340 [2800] About to call GetClassName (owner)
00001074 45.92569351 [2800] About to call GetWindowText (owner)
00001075 45.92644501 [2800] About to call GetClassName (parent)
00001076 45.92652893 [2800] About to call GetWindowText (parent)
00001077 45.92660522 [2800] About to call GetClassName (control)
00001078 45.92664719 [2800] About to call GetWindowText (control)
00001079 45.92668152 [2800] About to call GetWindowThreadProcessId
00001080 45.92672348 [2800] About to call GetDlgCtrlID
00001081 45.92864227 [2800] About to call OpenProcess
00001082 45.92876816 [2800] About to call GetProcessImageFileName
00001083 45.92905045 [2800] About to call CloseHandle (process)
00001084 46.05792236 [2800] Call next hook 998
00001085 46.05801010 [2800] StrokesPlus.cpp WndProc: ID_ICONPOPUP_DISABLED - getGesturesDisabled() returned false
00001086 46.08676910 [2800] Enter clearMyHook
00001087 46.40185165 [2800] hListTree: 11499032
00001088 46.40185165 [2800] hList: 0
00001089 46.40744781 [2800] StrokesPlus.cpp WndProc: ID_ICONPOPUP_DISABLED - getGesturesDisabled() returned false
00001090 46.40753937 [2800] keyboardhook: 984191
00001091 46.40757370 [2800] Enter setWindowState
00001092 46.68007660 [2800] setWindowState (1) - About to call SetWindowPos
00001093 46.68039703 [2800] DrawnGestureName Cleared - clearCaptureVars()
00001094 46.76934814 [2800] Enter TimerStrokeSwatch
00001095 54.66462326 [2800] Call next hook 998
00001096 54.66565323 [2800] Call next hook 998
00001097 55.56319046 [2800] Call next hook 998
00001098 55.73803711 [2800] Call next hook 998
00001099 59.82536697 [2800] Call next hook 998
00001100 60.94124222 [2800] Enter TimerStrokeSwatch
00001101 61.43289566 [2800] Call next hook 998
00001102 63.57402039 [2800] Call next hook 998
00001103 64.65802002 [2800] Call next hook 998
00001104 66.19500732 [2800] Call next hook 998
00001105 67.37859344 [2800] Call next hook 998
00001106 67.39221954 [2800] Enter TimerStrokeSwatch
00001107 68.66864014 [2800] Call next hook 998
00001108 70.64823151 [2800] Call next hook 998
00001109 70.82825470 [2800] Call next hook 998
00001110 74.28623199 [2800] Call next hook 998
00001111 74.44773865 [2800] Call next hook 998
00001112 74.50445557 [2800] Call next hook 998
00001113 82.22108459 [2800] Call next hook 998
00001114 86.29878235 [2800] Call next hook 998
00001115 89.61589813 [2800] Call next hook 998
00001116 89.82943726 [2800] Call next hook 998
00001117 89.82997894 [2800] Enter setWindowState
00001118 89.85903931 [2800] setWindowState (1) - About to call SetWindowPos
00001119 89.85912323 [2800] Enter setWindowState
00001120 89.85931396 [2800] setWindowState (1) - About to call SetWindowPos
00001121 89.85935974 [2800] Enter setWindowState
00001122 89.86206818 [2800] setWindowState (1) - About to call SetWindowPos
00001123 89.86212921 [2800] sLuaPath
00001124 89.86265564 [2800] C:\Documents and Settings\George\Application Data\StrokesPlus\StrokesPlus.lua
00001125 89.86271667 [2800] About to call SendLuaEditor to get length
00001126 89.86275482 [2800] 2305
00001127 89.86281586 [2800] In buffer loop, calling SendLuaEditor(SCI_GETTEXT, buflen,(long)pBuffer);
00001128 89.86287689 [2800] In buffer loop, calling file.write(pBuffer, buflen-1);
00001129 89.86343384 [2800] In buffer loop, calling delete [] pBuffer;
00001130 89.86350250 [2800] Exited buffer loop, about to: file << ends
00001131 89.86393738 [2800] About to call file.close()
00001132 89.86669159 [2800] Enter reloadLuaState
00001133 91.63363647 [2800] Call next hook 998
00001134 91.81037903 [2800] Call next hook 998
00001135 91.81047058 [2800] Enter setWindowState
00001136 91.83911133 [2800] setWindowState (1) - About to call SetWindowPos
00001137 91.83920288 [2800] Enter setWindowState
00001138 91.83940125 [2800] setWindowState (1) - About to call SetWindowPos
00001139 91.83944702 [2800] Enter setWindowState
00001140 91.84194946 [2800] setWindowState (1) - About to call SetWindowPos
00001141 91.84201050 [2800] sLuaPath
00001142 91.84251404 [2800] C:\Documents and Settings\George\Application Data\StrokesPlus\StrokesPlus.lua
00001143 91.84258270 [2800] About to call SendLuaEditor to get length
00001144 91.84262848 [2800] 2305
00001145 91.84268951 [2800] In buffer loop, calling SendLuaEditor(SCI_GETTEXT, buflen,(long)pBuffer);
00001146 91.84275055 [2800] In buffer loop, calling file.write(pBuffer, buflen-1);
00001147 91.84278870 [2800] In buffer loop, calling delete [] pBuffer;
00001148 91.84283447 [2800] Exited buffer loop, about to: file << ends
00001149 91.84323120 [2800] About to call file.close()
00001150 91.84560394 [2800] Enter reloadLuaState
00001151 91.90811920 [2800] Enter saveConfig
00001152 91.90834045 [2800] In loadHookConfig
00001153 91.90844727 [2800] About to open lang file
00001154 91.90856934 [2800] About to open config file
00001155 91.90859985 [2800] About to see if we need to prompt for password
00001156 91.96023560 [2800] About to delete copied file (when password exists)
00001157 91.96046448 [2800] About to load all settings
00001158 91.96050262 [2800] Enter setWindowState
00001159 91.96102142 [2800] setWindowState (1) - About to call SetWindowPos
00001160 91.96269226 [2800] About to set draw window as topmost (if setting active)
00001161 91.98472595 [2800] About call read_xml for action help
00001162 91.98493195 [2800] About to load hotkeys
00001163 91.98636627 [2800] About to test and load for Synaptics
00001164 91.99548340 [2800] Synatpics Destroyed
00001165 91.99558258 [2800] Enter WinEventProc
00001166 91.99594879 [2800] About to call GetClassName (owner)
00001167 91.99602509 [2800] About to call GetWindowText (owner)
00001168 91.99636078 [2800] About to call GetClassName (parent)
00001169 91.99641418 [2800] About to call GetWindowText (parent)
00001170 91.99673462 [2800] About to call GetClassName (control)
00001171 91.99678040 [2800] About to call GetWindowText (control)
00001172 91.99851990 [2800] About to call GetWindowThreadProcessId
00001173 91.99864960 [2800] About to call GetDlgCtrlID
00001174 91.99911499 [2800] About to call OpenProcess
00001175 91.99919128 [2800] About to call GetProcessImageFileName
00001176 91.99968719 [2800] About to call CloseHandle (process)
00001177 94.92813873 [2800] MOUSE BUTTON DOWN
00001178 94.92823029 [2800] bOnlyAllowDefinedApps == false
00001179 94.92828369 [2800] About to call GetClassName (owner)
00001180 94.92834473 [2800] About to call GetWindowText (owner)
00001181 94.92838287 [2800] About to call GetClassName (parent)
00001182 94.92842102 [2800] About to call GetWindowText (parent)
00001183 94.92845154 [2800] About to call GetClassName (control)
00001184 94.92849731 [2800] About to call GetWindowText (control)
00001185 94.95929718 [2800] About to call GetWindowThreadProcessId
00001186 94.95941925 [2800] About to call GetDlgCtrlID
00001187 94.95947266 [2800] About to call OpenProcess
00001188 94.95952606 [2800] About to call GetProcessImageFileName
00001189 94.95982361 [2800] About to call CloseHandle (process)
00001190 94.96179962 [2800] bCancel == FALSE && bMouseDown == FALSE
00001191 94.96695709 [2800] Enter setWindowState
00001192 94.99570465 [2800] setWindowState (1) - About to call SetWindowPos
00001193 94.99897003 [2800] Enter setWindowState
00001194 94.99927521 [2800] setWindowState (1) - About to call SetWindowPos
00001195 95.00693512 [2800] Enter setWindowState
00001196 95.00772858 [2800] setWindowState (1) - About to call SetWindowPos
00001197 95.02094269 [2800] Enter setWindowState
00001198 95.02180481 [2800] setWindowState (1) - About to call SetWindowPos
00001199 95.02893829 [2800] Enter setWindowState
00001200 95.02980042 [2800] setWindowState (1) - About to call SetWindowPos
00001201 95.03692627 [2800] Enter setWindowState
00001202 95.03770447 [2800] setWindowState (1) - About to call SetWindowPos
00001203 95.04492188 [2800] Enter setWindowState
00001204 95.04569244 [2800] setWindowState (1) - About to call SetWindowPos
00001205 95.05290985 [2800] Enter setWindowState
00001206 95.05374908 [2800] setWindowState (1) - About to call SetWindowPos
00001207 95.06094360 [2800] Enter setWindowState
00001208 95.06180573 [2800] setWindowState (1) - About to call SetWindowPos
00001209 95.07689667 [2800] Enter setWindowState
00001210 95.07782745 [2800] setWindowState (1) - About to call SetWindowPos
00001211 95.09094238 [2800] Enter setWindowState
00001212 95.09181976 [2800] setWindowState (1) - About to call SetWindowPos
00001213 95.10696411 [2800] Enter setWindowState
00001214 95.10776520 [2800] setWindowState (1) - About to call SetWindowPos
00001215 95.12294006 [2800] Enter setWindowState
00001216 95.12379456 [2800] setWindowState (1) - About to call SetWindowPos
00001217 95.13890839 [2800] Enter setWindowState
00001218 95.13915253 [2800] setWindowState (1) - About to call SetWindowPos
00001219 95.15495300 [2800] Enter setWindowState
00001220 95.15582275 [2800] setWindowState (1) - About to call SetWindowPos
00001221 95.17091370 [2800] Enter setWindowState
00001222 95.17173004 [2800] setWindowState (1) - About to call SetWindowPos
00001223 95.18493652 [2800] Enter setWindowState
00001224 95.18582153 [2800] setWindowState (1) - About to call SetWindowPos
00001225 95.19291687 [2800] Enter setWindowState
00001226 95.19370270 [2800] setWindowState (1) - About to call SetWindowPos
00001227 95.20092773 [2800] Enter setWindowState
00001228 95.20178223 [2800] setWindowState (1) - About to call SetWindowPos
00001229 95.20893097 [2800] Enter setWindowState
00001230 95.20970154 [2800] setWindowState (1) - About to call SetWindowPos
00001231 95.21697998 [2800] Enter setWindowState
00001232 95.21789551 [2800] setWindowState (1) - About to call SetWindowPos
00001233 95.22496796 [2800] Enter setWindowState
00001234 95.22576904 [2800] setWindowState (1) - About to call SetWindowPos
00001235 95.23294067 [2800] Enter setWindowState
00001236 95.23373413 [2800] setWindowState (1) - About to call SetWindowPos
00001237 95.24096680 [2800] Enter setWindowState
00001238 95.24183655 [2800] setWindowState (1) - About to call SetWindowPos
00001239 95.24894714 [2800] Enter setWindowState
00001240 95.24980927 [2800] setWindowState (1) - About to call SetWindowPos
00001241 95.25693512 [2800] Enter setWindowState
00001242 95.25772095 [2800] setWindowState (1) - About to call SetWindowPos
00001243 95.26492310 [2800] Enter setWindowState
00001244 95.26573944 [2800] setWindowState (1) - About to call SetWindowPos
00001245 95.27894592 [2800] Enter setWindowState
00001246 95.27922058 [2800] setWindowState (1) - About to call SetWindowPos
00001247 95.29492950 [2800] Enter setWindowState
00001248 95.29570770 [2800] setWindowState (1) - About to call SetWindowPos
00001249 95.31094360 [2800] Enter setWindowState
00001250 95.31182098 [2800] setWindowState (1) - About to call SetWindowPos
00001251 95.32699585 [2800] Enter setWindowState
00001252 95.32782745 [2800] setWindowState (1) - About to call SetWindowPos
00001253 95.34294128 [2800] Enter setWindowState
00001254 95.34387970 [2800] setWindowState (1) - About to call SetWindowPos
00001255 95.35693359 [2800] Enter setWindowState
00001256 95.35773468 [2800] setWindowState (1) - About to call SetWindowPos
00001257 95.36492157 [2800] Enter setWindowState
00001258 95.36571503 [2800] setWindowState (1) - About to call SetWindowPos
00001259 95.38094330 [2800] Enter setWindowState
00001260 95.38177490 [2800] setWindowState (1) - About to call SetWindowPos
00001261 95.41296387 [2800] Enter setWindowState
00001262 95.41379547 [2800] setWindowState (1) - About to call SetWindowPos
00001263 95.42099762 [2800] Enter setWindowState
00001264 95.42191315 [2800] setWindowState (1) - About to call SetWindowPos
00001265 95.43694305 [2800] Enter setWindowState
00001266 95.43721008 [2800] setWindowState (1) - About to call SetWindowPos
00001267 95.45892334 [2800] Enter setWindowState
00001268 95.45915985 [2800] setWindowState (1) - About to call SetWindowPos
00001269 95.82693481 [2800] Enter setWindowState
00001270 95.82776642 [2800] setWindowState (1) - About to call SetWindowPos
00001271 95.84302521 [2800] Enter setWindowState
00001272 95.84389496 [2800] setWindowState (1) - About to call SetWindowPos
00001273 95.85095978 [2800] Enter setWindowState
00001274 95.85173798 [2800] setWindowState (1) - About to call SetWindowPos
00001275 95.85894775 [2800] Enter setWindowState
00001276 95.85974884 [2800] setWindowState (1) - About to call SetWindowPos
00001277 95.86694336 [2800] Enter setWindowState
00001278 95.86771393 [2800] setWindowState (1) - About to call SetWindowPos
00001279 95.87501526 [2800] Enter setWindowState
00001280 95.87527466 [2800] setWindowState (1) - About to call SetWindowPos
00001281 95.88294983 [2800] Enter setWindowState
00001282 95.88376617 [2800] setWindowState (1) - About to call SetWindowPos
00001283 95.89339447 [2800] Enter setWindowState
00001284 95.89418030 [2800] setWindowState (1) - About to call SetWindowPos
00001285 95.89699554 [2800] Enter setWindowState
00001286 95.89794159 [2800] setWindowState (1) - About to call SetWindowPos
00001287 95.92964172 [2800] Enter setWindowState
00001288 95.98589325 [2800] setWindowState (1) - About to call SetWindowPos
00001289 95.98598480 [2800] Enter setWindowState
00001290 95.98684692 [2800] setWindowState (1) - About to call SetWindowPos
00001291 95.99099731 [2800] Enter setWindowState
00001292 95.99186707 [2800] setWindowState (1) - About to call SetWindowPos
00001293 96.00695801 [2800] Enter setWindowState
00001294 96.00777435 [2800] setWindowState (1) - About to call SetWindowPos
00001295 96.03095245 [2800] Enter setWindowState
00001296 96.03175354 [2800] setWindowState (1) - About to call SetWindowPos
00001297 96.09294891 [2800] Enter setWindowState
00001298 96.09378052 [2800] setWindowState (1) - About to call SetWindowPos
00001299 96.12494659 [2800] Enter setWindowState
00001300 96.12575531 [2800] setWindowState (1) - About to call SetWindowPos
00001301 96.14096832 [2800] Enter setWindowState
00001302 96.14183807 [2800] setWindowState (1) - About to call SetWindowPos
00001303 96.14897156 [2800] Enter setWindowState
00001304 96.14976501 [2800] setWindowState (1) - About to call SetWindowPos
00001305 96.16296387 [2800] Enter setWindowState
00001306 96.16374969 [2800] setWindowState (1) - About to call SetWindowPos
00001307 96.18696594 [2800] Enter setWindowState
00001308 96.18759155 [2800] setWindowState (1) - About to call SetWindowPos
00001309 96.24298859 [2800] Enter setWindowState
00001310 96.24386597 [2800] setWindowState (1) - About to call SetWindowPos
00001311 96.26498413 [2800] Enter setWindowState
00001312 96.26584625 [2800] setWindowState (1) - About to call SetWindowPos
00001313 96.28096008 [2800] Enter setWindowState
00001314 96.28174591 [2800] setWindowState (1) - About to call SetWindowPos
00001315 96.28896332 [2800] Enter setWindowState
00001316 96.28974152 [2800] setWindowState (1) - About to call SetWindowPos
00001317 96.30496216 [2800] Enter setWindowState
00001318 96.30585480 [2800] setWindowState (1) - About to call SetWindowPos
00001319 96.31295776 [2800] Enter setWindowState
00001320 96.31378174 [2800] setWindowState (1) - About to call SetWindowPos
00001321 96.32094574 [2800] Enter setWindowState
00001322 96.32177734 [2800] setWindowState (1) - About to call SetWindowPos
00001323 96.32901764 [2800] Enter setWindowState
00001324 96.32987976 [2800] setWindowState (1) - About to call SetWindowPos
00001325 96.33497620 [2800] Enter setWindowState
00001326 96.33576202 [2800] setWindowState (1) - About to call SetWindowPos
00001327 96.34296417 [2800] Enter setWindowState
00001328 96.34378815 [2800] setWindowState (1) - About to call SetWindowPos
00001329 96.35897064 [2800] Enter setWindowState
00001330 96.35984802 [2800] setWindowState (1) - About to call SetWindowPos
00001331 96.37494659 [2800] Enter setWindowState
00001332 96.37574005 [2800] setWindowState (1) - About to call SetWindowPos
00001333 96.40011597 [2800] Enter setWindowState
00001334 96.40098572 [2800] setWindowState (1) - About to call SetWindowPos
00001335 96.41498566 [2800] Enter setWindowState
00001336 96.41584015 [2800] setWindowState (1) - About to call SetWindowPos
00001337 96.43697357 [2800] Enter setWindowState
00001338 96.43778229 [2800] setWindowState (1) - About to call SetWindowPos
00001339 96.83700562 [2800] MOUSE BUTTON UP
00001340 96.83706665 [2800] bMouseDown == TRUE
00001341 96.83738708 [2800] fire gGestureComplete
00001342 96.84510040 [2800] gGestureComplete: Before EnterCriticalSection
00001343 96.84525299 [2800] Enter setWindowState
00001344 96.87473297 [2800] setWindowState (1) - About to call SetWindowPos
00001345 96.87480927 [2800] About to call GetClassName (owner)
00001346 96.87485504 [2800] About to call GetWindowText (owner)
00001347 96.87489319 [2800] About to call GetClassName (parent)
00001348 96.87492371 [2800] About to call GetWindowText (parent)
00001349 96.87496948 [2800] About to call GetClassName (control)
00001350 96.87500763 [2800] About to call GetWindowText (control)
00001351 96.87504578 [2800] About to call GetWindowThreadProcessId
00001352 96.87507629 [2800] About to call GetDlgCtrlID
00001353 96.87512207 [2800] About to call OpenProcess
00001354 96.87516022 [2800] About to call GetProcessImageFileName
00001355 96.87562561 [2800] About to call CloseHandle (process)
00001356 96.87567139 [2800] gGestureComplete: Main script - Using state 1
00001357 96.87570190 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00001358 96.87613678 [2800] DrawnGestureName Cleared - clearCaptureVars()
00001359 96.87695313 [2800] in KeyboardProc
00001360 96.87744141 [2800] in KeyboardProc
00001361 96.97302246 [2800] in KeyboardProc
00001362 96.97319794 [2800] in KeyboardProc
00001363 96.97911835 [2800] in KeyboardProc
00001364 96.97926331 [2800] in KeyboardProc
00001365 97.02757263 [2800] in KeyboardProc
00001366 97.02827454 [2800] in KeyboardProc
00001367 97.02997589 [2800] in KeyboardProc
00001368 97.04390717 [2800] gGestureComplete: (After script) Release Lua state 1
00001369 97.04396057 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00001370 97.04399109 [2800] Enter setWindowState
00001371 97.04439545 [2800] setWindowState (1) - About to call SetWindowPos
00001372 98.34757996 [2800] Call next hook 998
00001373 99.46169281 [2800] Call next hook 998
00001374 100.44318390 [2800] MOUSE BUTTON DOWN
00001375 100.44326782 [2800] bOnlyAllowDefinedApps == false
00001376 100.44330597 [2800] About to call GetClassName (owner)
00001377 100.44337463 [2800] About to call GetWindowText (owner)
00001378 100.44340515 [2800] About to call GetClassName (parent)
00001379 100.44344330 [2800] About to call GetWindowText (parent)
00001380 100.44348907 [2800] About to call GetClassName (control)
00001381 100.44352722 [2800] About to call GetWindowText (control)
00001382 100.44355774 [2800] About to call GetWindowThreadProcessId
00001383 100.44359589 [2800] About to call GetDlgCtrlID
00001384 100.44364166 [2800] About to call OpenProcess
00001385 100.44369507 [2800] About to call GetProcessImageFileName
00001386 100.44397736 [2800] About to call CloseHandle (process)
00001387 100.44403076 [2800] bCancel == FALSE && bMouseDown == FALSE
00001388 100.45948792 [2800] gGestureComplete: Before EnterCriticalSection
00001389 100.45953369 [2800] Enter setWindowState
00001390 100.45973969 [2800] setWindowState (1) - About to call SetWindowPos
00001391 100.45993042 [2800] DrawnGestureName Cleared - gGestureComplete()
00001392 100.45996094 [2800] About to call GetClassName (owner)
00001393 100.46000671 [2800] About to call GetWindowText (owner)
00001394 100.46004486 [2800] About to call GetClassName (parent)
00001395 100.46012115 [2800] About to call GetWindowText (parent)
00001396 100.46015930 [2800] About to call GetClassName (control)
00001397 100.46019745 [2800] About to call GetWindowText (control)
00001398 100.46022797 [2800] About to call GetWindowThreadProcessId
00001399 100.46026611 [2800] About to call GetDlgCtrlID
00001400 100.46031189 [2800] About to call OpenProcess
00001401 100.46035004 [2800] About to call GetProcessImageFileName
00001402 100.46076202 [2800] About to call CloseHandle (process)
00001403 100.46080017 [2800] gGestureComplete: Main script - Using state 1
00001404 100.46083832 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00001405 100.46112823 [2800] gGestureComplete: (After script) Release Lua state 1
00001406 101.56350708 [2800] MOUSE BUTTON UP
00001407 101.56358337 [2800] bMouseDown == TRUE
00001408 101.56362915 [2800] fire gGestureComplete
00001409 101.56366730 [2800] DrawnGestureName Cleared - clearCaptureVars()
00001410 101.56369781 [2800] Enter setWindowState
00001411 101.56379700 [2800] setWindowState (1) - About to call SetWindowPos
00001412 102.61122131 [2800] MOUSE BUTTON DOWN
00001413 102.61129761 [2800] bOnlyAllowDefinedApps == false
00001414 102.61134338 [2800] About to call GetClassName (owner)
00001415 102.61140442 [2800] About to call GetWindowText (owner)
00001416 102.61144257 [2800] About to call GetClassName (parent)
00001417 102.61148071 [2800] About to call GetWindowText (parent)
00001418 102.61151886 [2800] About to call GetClassName (control)
00001419 102.61155701 [2800] About to call GetWindowText (control)
00001420 102.61159515 [2800] About to call GetWindowThreadProcessId
00001421 102.61162567 [2800] About to call GetDlgCtrlID
00001422 102.61167145 [2800] About to call OpenProcess
00001423 102.61172485 [2800] About to call GetProcessImageFileName
00001424 102.61201477 [2800] About to call CloseHandle (process)
00001425 102.61206055 [2800] bCancel == FALSE && bMouseDown == FALSE
00001426 102.79919434 [2800] Enter setWindowState
00001427 102.80013275 [2800] setWindowState (1) - About to call SetWindowPos
00001428 102.81317139 [2800] Enter setWindowState
00001429 102.81397247 [2800] setWindowState (1) - About to call SetWindowPos
00001430 102.82920837 [2800] Enter setWindowState
00001431 102.83002472 [2800] setWindowState (1) - About to call SetWindowPos
00001432 102.84515381 [2800] Enter setWindowState
00001433 102.84594727 [2800] setWindowState (1) - About to call SetWindowPos
00001434 102.85361481 [2800] Enter setWindowState
00001435 102.85448456 [2800] setWindowState (1) - About to call SetWindowPos
00001436 102.86122131 [2800] Enter setWindowState
00001437 102.86203766 [2800] setWindowState (1) - About to call SetWindowPos
00001438 102.86916351 [2800] Enter setWindowState
00001439 102.86998749 [2800] setWindowState (1) - About to call SetWindowPos
00001440 102.87718201 [2800] Enter setWindowState
00001441 102.87800598 [2800] setWindowState (1) - About to call SetWindowPos
00001442 102.88519287 [2800] Enter setWindowState
00001443 102.88607025 [2800] setWindowState (1) - About to call SetWindowPos
00001444 102.89317322 [2800] Enter setWindowState
00001445 102.89403534 [2800] setWindowState (1) - About to call SetWindowPos
00001446 102.89935303 [2800] Enter setWindowState
00001447 102.90032959 [2800] setWindowState (1) - About to call SetWindowPos
00001448 102.91181183 [2800] Enter setWindowState
00001449 102.91258240 [2800] setWindowState (1) - About to call SetWindowPos
00001450 102.91521454 [2800] Enter setWindowState
00001451 102.91609955 [2800] setWindowState (1) - About to call SetWindowPos
00001452 102.92319489 [2800] Enter setWindowState
00001453 102.92405701 [2800] setWindowState (1) - About to call SetWindowPos
00001454 102.93117523 [2800] Enter setWindowState
00001455 102.93197632 [2800] setWindowState (1) - About to call SetWindowPos
00001456 102.93917084 [2800] Enter setWindowState
00001457 102.93995667 [2800] setWindowState (1) - About to call SetWindowPos
00001458 102.95520020 [2800] Enter setWindowState
00001459 102.95608521 [2800] setWindowState (1) - About to call SetWindowPos
00001460 102.97122192 [2800] Enter setWindowState
00001461 102.97212219 [2800] setWindowState (1) - About to call SetWindowPos
00001462 102.98519897 [2800] Enter setWindowState
00001463 102.98608398 [2800] setWindowState (1) - About to call SetWindowPos
00001464 103.01718903 [2800] Enter setWindowState
00001465 103.01782227 [2800] setWindowState (1) - About to call SetWindowPos
00001466 103.04920197 [2800] Enter setWindowState
00001467 103.05006409 [2800] setWindowState (1) - About to call SetWindowPos
00001468 103.07163239 [2800] Enter setWindowState
00001469 103.07192993 [2800] setWindowState (1) - About to call SetWindowPos
00001470 103.09516907 [2800] Enter setWindowState
00001471 103.09580994 [2800] setWindowState (1) - About to call SetWindowPos
00001472 103.11918640 [2800] Enter setWindowState
00001473 103.11989594 [2800] setWindowState (1) - About to call SetWindowPos
00001474 103.15122223 [2800] Enter setWindowState
00001475 103.15211487 [2800] setWindowState (1) - About to call SetWindowPos
00001476 103.18127441 [2800] Enter setWindowState
00001477 103.18209839 [2800] setWindowState (1) - About to call SetWindowPos
00001478 103.20520020 [2800] Enter setWindowState
00001479 103.20606995 [2800] setWindowState (1) - About to call SetWindowPos
00001480 103.22118378 [2800] Enter setWindowState
00001481 103.22206116 [2800] setWindowState (1) - About to call SetWindowPos
00001482 103.23719788 [2800] Enter setWindowState
00001483 103.23806000 [2800] setWindowState (1) - About to call SetWindowPos
00001484 103.25122070 [2800] Enter setWindowState
00001485 103.25208282 [2800] setWindowState (1) - About to call SetWindowPos
00001486 103.25920105 [2800] Enter setWindowState
00001487 103.26006317 [2800] setWindowState (1) - About to call SetWindowPos
00001488 103.27518463 [2800] Enter setWindowState
00001489 103.27600098 [2800] setWindowState (1) - About to call SetWindowPos
00001490 103.28318787 [2800] Enter setWindowState
00001491 103.28404236 [2800] setWindowState (1) - About to call SetWindowPos
00001492 103.29122925 [2800] Enter setWindowState
00001493 103.29203033 [2800] setWindowState (1) - About to call SetWindowPos
00001494 103.30719757 [2800] Enter setWindowState
00001495 103.30802155 [2800] setWindowState (1) - About to call SetWindowPos
00001496 103.31789398 [2800] gGestureComplete: Before EnterCriticalSection
00001497 103.31806946 [2800] Enter setWindowState
00001498 103.34893036 [2800] setWindowState (1) - About to call SetWindowPos
00001499 103.34902954 [2800] About to call GetClassName (owner)
00001500 103.34906006 [2800] About to call GetWindowText (owner)
00001501 103.34909821 [2800] About to call GetClassName (parent)
00001502 103.34914398 [2800] About to call GetWindowText (parent)
00001503 103.34918976 [2800] About to call GetClassName (control)
00001504 103.34922791 [2800] About to call GetWindowText (control)
00001505 103.34925842 [2800] About to call GetWindowThreadProcessId
00001506 103.34929657 [2800] About to call GetDlgCtrlID
00001507 103.34933472 [2800] About to call OpenProcess
00001508 103.34937286 [2800] About to call GetProcessImageFileName
00001509 103.34976959 [2800] About to call CloseHandle (process)
00001510 103.34981537 [2800] gGestureComplete: Main script - Using state 1
00001511 103.34985352 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00001512 103.35016632 [2800] gGestureComplete: (After script) Release Lua state 1
00001513 103.91905212 [2800] gGestureComplete: Before EnterCriticalSection
00001514 103.91912842 [2800] Enter setWindowState
00001515 103.94764709 [2800] setWindowState (1) - About to call SetWindowPos
00001516 103.94773102 [2800] About to call GetClassName (owner)
00001517 103.94776917 [2800] About to call GetWindowText (owner)
00001518 103.94781494 [2800] About to call GetClassName (parent)
00001519 103.94785309 [2800] About to call GetWindowText (parent)
00001520 103.94789124 [2800] About to call GetClassName (control)
00001521 103.94792175 [2800] About to call GetWindowText (control)
00001522 103.94795990 [2800] About to call GetWindowThreadProcessId
00001523 103.94799805 [2800] About to call GetDlgCtrlID
00001524 103.94802856 [2800] About to call OpenProcess
00001525 103.94808197 [2800] About to call GetProcessImageFileName
00001526 103.94841766 [2800] About to call CloseHandle (process)
00001527 103.94844818 [2800] gGestureComplete: Main script - Using state 1
00001528 103.94848633 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00001529 103.94877625 [2800] gGestureComplete: (After script) Release Lua state 1
00001530 104.04924011 [2800] MOUSE BUTTON UP
00001531 104.04930115 [2800] bMouseDown == TRUE
00001532 104.04933929 [2800] fire gGestureComplete
00001533 104.04936981 [2800] DrawnGestureName Cleared - clearCaptureVars()
00001534 104.04940796 [2800] Enter setWindowState
00001535 104.04951477 [2800] setWindowState (1) - About to call SetWindowPos
00001536 105.02736664 [2800] MOUSE BUTTON DOWN
00001537 105.02744293 [2800] bOnlyAllowDefinedApps == false
00001538 105.02749634 [2800] About to call GetClassName (owner)
00001539 105.02755737 [2800] About to call GetWindowText (owner)
00001540 105.02759552 [2800] About to call GetClassName (parent)
00001541 105.02763367 [2800] About to call GetWindowText (parent)
00001542 105.02767181 [2800] About to call GetClassName (control)
00001543 105.02770996 [2800] About to call GetWindowText (control)
00001544 105.02774811 [2800] About to call GetWindowThreadProcessId
00001545 105.02777863 [2800] About to call GetDlgCtrlID
00001546 105.02783203 [2800] About to call OpenProcess
00001547 105.02788544 [2800] About to call GetProcessImageFileName
00001548 105.02816772 [2800] About to call CloseHandle (process)
00001549 105.02821350 [2800] bCancel == FALSE && bMouseDown == FALSE
00001550 105.15324402 [2800] Enter setWindowState
00001551 105.15412903 [2800] setWindowState (1) - About to call SetWindowPos
00001552 105.17730713 [2800] Enter setWindowState
00001553 105.17759705 [2800] setWindowState (1) - About to call SetWindowPos
00001554 105.19327545 [2800] Enter setWindowState
00001555 105.19414520 [2800] setWindowState (1) - About to call SetWindowPos
00001556 105.19926453 [2800] Enter setWindowState
00001557 105.20018768 [2800] setWindowState (1) - About to call SetWindowPos
00001558 105.20724487 [2800] Enter setWindowState
00001559 105.20804596 [2800] setWindowState (1) - About to call SetWindowPos
00001560 105.21524048 [2800] Enter setWindowState
00001561 105.21605682 [2800] setWindowState (1) - About to call SetWindowPos
00001562 105.22328949 [2800] Enter setWindowState
00001563 105.22415924 [2800] setWindowState (1) - About to call SetWindowPos
00001564 105.23126221 [2800] Enter setWindowState
00001565 105.23210144 [2800] setWindowState (1) - About to call SetWindowPos
00001566 105.24124908 [2800] Enter setWindowState
00001567 105.24205780 [2800] setWindowState (1) - About to call SetWindowPos
00001568 105.24756622 [2800] Enter setWindowState
00001569 105.24835968 [2800] setWindowState (1) - About to call SetWindowPos
00001570 105.25527954 [2800] Enter setWindowState
00001571 105.25616455 [2800] setWindowState (1) - About to call SetWindowPos
00001572 105.26326752 [2800] Enter setWindowState
00001573 105.26448822 [2800] setWindowState (1) - About to call SetWindowPos
00001574 105.27125549 [2800] Enter setWindowState
00001575 105.27204895 [2800] setWindowState (1) - About to call SetWindowPos
00001576 105.27925110 [2800] Enter setWindowState
00001577 105.28006744 [2800] setWindowState (1) - About to call SetWindowPos
00001578 105.28524780 [2800] Enter setWindowState
00001579 105.28604126 [2800] setWindowState (1) - About to call SetWindowPos
00001580 105.29326630 [2800] Enter setWindowState
00001581 105.29413605 [2800] setWindowState (1) - About to call SetWindowPos
00001582 105.30127716 [2800] Enter setWindowState
00001583 105.30208588 [2800] setWindowState (1) - About to call SetWindowPos
00001584 105.30926514 [2800] Enter setWindowState
00001585 105.31009674 [2800] setWindowState (1) - About to call SetWindowPos
00001586 105.31725311 [2800] Enter setWindowState
00001587 105.31814575 [2800] setWindowState (1) - About to call SetWindowPos
00001588 105.32529449 [2800] Enter setWindowState
00001589 105.32621002 [2800] setWindowState (1) - About to call SetWindowPos
00001590 105.33325958 [2800] Enter setWindowState
00001591 105.33407593 [2800] setWindowState (1) - About to call SetWindowPos
00001592 105.34125519 [2800] Enter setWindowState
00001593 105.34214783 [2800] setWindowState (1) - About to call SetWindowPos
00001594 105.34926605 [2800] Enter setWindowState
00001595 105.35005188 [2800] setWindowState (1) - About to call SetWindowPos
00001596 105.35726166 [2800] Enter setWindowState
00001597 105.35813904 [2800] setWindowState (1) - About to call SetWindowPos
00001598 105.36525726 [2800] Enter setWindowState
00001599 105.36614227 [2800] setWindowState (1) - About to call SetWindowPos
00001600 105.37325287 [2800] Enter setWindowState
00001601 105.37406158 [2800] setWindowState (1) - About to call SetWindowPos
00001602 105.37925720 [2800] Enter setWindowState
00001603 105.38005066 [2800] setWindowState (1) - About to call SetWindowPos
00001604 105.38727570 [2800] Enter setWindowState
00001605 105.38816071 [2800] setWindowState (1) - About to call SetWindowPos
00001606 105.39525604 [2800] Enter setWindowState
00001607 105.39614105 [2800] setWindowState (1) - About to call SetWindowPos
00001608 105.42211914 [2800] Enter setWindowState
00001609 105.42298126 [2800] setWindowState (1) - About to call SetWindowPos
00001610 105.42729187 [2800] Enter setWindowState
00001611 105.42812347 [2800] setWindowState (1) - About to call SetWindowPos
00001612 105.43527222 [2800] Enter setWindowState
00001613 105.43611908 [2800] setWindowState (1) - About to call SetWindowPos
00001614 105.44325256 [2800] Enter setWindowState
00001615 105.44348907 [2800] setWindowState (1) - About to call SetWindowPos
00001616 105.45125580 [2800] Enter setWindowState
00001617 105.45213318 [2800] setWindowState (1) - About to call SetWindowPos
00001618 105.46726227 [2800] Enter setWindowState
00001619 105.46807098 [2800] setWindowState (1) - About to call SetWindowPos
00001620 105.53725433 [2800] Enter setWindowState
00001621 105.53750610 [2800] setWindowState (1) - About to call SetWindowPos
00001622 105.59126282 [2800] Enter setWindowState
00001623 105.59210205 [2800] setWindowState (1) - About to call SetWindowPos
00001624 105.81926727 [2800] Enter setWindowState
00001625 105.82007599 [2800] setWindowState (1) - About to call SetWindowPos
00001626 105.82528687 [2800] Enter setWindowState
00001627 105.82614136 [2800] setWindowState (1) - About to call SetWindowPos
00001628 105.83326721 [2800] Enter setWindowState
00001629 105.83406067 [2800] setWindowState (1) - About to call SetWindowPos
00001630 105.84127808 [2800] Enter setWindowState
00001631 105.84207916 [2800] setWindowState (1) - About to call SetWindowPos
00001632 105.84931183 [2800] Enter setWindowState
00001633 105.85012054 [2800] setWindowState (1) - About to call SetWindowPos
00001634 105.85727692 [2800] Enter setWindowState
00001635 105.85813904 [2800] setWindowState (1) - About to call SetWindowPos
00001636 105.86527252 [2800] Enter setWindowState
00001637 105.86608887 [2800] setWindowState (1) - About to call SetWindowPos
00001638 105.87332916 [2800] Enter setWindowState
00001639 105.87418365 [2800] setWindowState (1) - About to call SetWindowPos
00001640 105.88127136 [2800] Enter setWindowState
00001641 105.88208771 [2800] setWindowState (1) - About to call SetWindowPos
00001642 105.88928223 [2800] Enter setWindowState
00001643 105.89013672 [2800] setWindowState (1) - About to call SetWindowPos
00001644 105.89727020 [2800] Enter setWindowState
00001645 105.89807892 [2800] setWindowState (1) - About to call SetWindowPos
00001646 105.91249084 [2800] Enter setWindowState
00001647 105.91333771 [2800] setWindowState (1) - About to call SetWindowPos
00001648 105.91929626 [2800] Enter setWindowState
00001649 105.92018127 [2800] setWindowState (1) - About to call SetWindowPos
00001650 105.92727661 [2800] Enter setWindowState
00001651 105.92806244 [2800] setWindowState (1) - About to call SetWindowPos
00001652 105.93524933 [2800] Enter setWindowState
00001653 105.93606567 [2800] setWindowState (1) - About to call SetWindowPos
00001654 105.94329071 [2800] Enter setWindowState
00001655 105.94412231 [2800] setWindowState (1) - About to call SetWindowPos
00001656 105.95128632 [2800] Enter setWindowState
00001657 105.95214844 [2800] setWindowState (1) - About to call SetWindowPos
00001658 105.95927429 [2800] Enter setWindowState
00001659 105.96017456 [2800] setWindowState (1) - About to call SetWindowPos
00001660 105.96726227 [2800] Enter setWindowState
00001661 105.96811676 [2800] setWindowState (1) - About to call SetWindowPos
00001662 105.97527313 [2800] Enter setWindowState
00001663 105.97605896 [2800] setWindowState (1) - About to call SetWindowPos
00001664 105.98328400 [2800] Enter setWindowState
00001665 105.98416138 [2800] setWindowState (1) - About to call SetWindowPos
00001666 105.99927521 [2800] Enter setWindowState
00001667 106.00016022 [2800] setWindowState (1) - About to call SetWindowPos
00001668 106.01329803 [2800] Enter setWindowState
00001669 106.01395416 [2800] setWindowState (1) - About to call SetWindowPos
00001670 106.05329132 [2800] Enter setWindowState
00001671 106.05418396 [2800] setWindowState (1) - About to call SetWindowPos
00001672 106.06927490 [2800] Enter setWindowState
00001673 106.07006836 [2800] setWindowState (1) - About to call SetWindowPos
00001674 106.07729340 [2800] Enter setWindowState
00001675 106.07754517 [2800] setWindowState (1) - About to call SetWindowPos
00001676 106.09127045 [2800] Enter setWindowState
00001677 106.09204102 [2800] setWindowState (1) - About to call SetWindowPos
00001678 106.10733032 [2800] Enter setWindowState
00001679 106.10826874 [2800] setWindowState (1) - About to call SetWindowPos
00001680 106.41333008 [2800] MOUSE BUTTON UP
00001681 106.41337585 [2800] bMouseDown == TRUE
00001682 106.41371155 [2800] fire gGestureComplete
00001683 106.42741394 [2800] gGestureComplete: Before EnterCriticalSection
00001684 106.42750549 [2800] Enter setWindowState
00001685 106.45689392 [2800] setWindowState (1) - About to call SetWindowPos
00001686 106.45696259 [2800] About to call GetClassName (owner)
00001687 106.45700836 [2800] About to call GetWindowText (owner)
00001688 106.45710754 [2800] About to call GetClassName (parent)
00001689 106.45715332 [2800] About to call GetWindowText (parent)
00001690 106.45718384 [2800] About to call GetClassName (control)
00001691 106.45722198 [2800] About to call GetWindowText (control)
00001692 106.45726013 [2800] About to call GetWindowThreadProcessId
00001693 106.45729065 [2800] About to call GetDlgCtrlID
00001694 106.45784760 [2800] About to call OpenProcess
00001695 106.45793152 [2800] About to call GetProcessImageFileName
00001696 106.45838165 [2800] About to call CloseHandle (process)
00001697 106.45843506 [2800] gGestureComplete: Main script - Using state 1
00001698 106.45847321 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00001699 106.45889282 [2800] DrawnGestureName Cleared - clearCaptureVars()
00001700 106.46002960 [2800] in KeyboardProc
00001701 106.46065521 [2800] in KeyboardProc
00001702 106.49765015 [2800] in KeyboardProc
00001703 106.49800110 [2800] in KeyboardProc
00001704 106.49816895 [2800] in KeyboardProc
00001705 106.49831390 [2800] in KeyboardProc
00001706 106.49887848 [2800] in KeyboardProc
00001707 106.61844635 [2800] in KeyboardProc
00001708 106.61882782 [2800] in KeyboardProc
00001709 106.61891174 [2800] in KeyboardProc
00001710 106.63435364 [2800] gGestureComplete: (After script) Release Lua state 1
00001711 106.63440704 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00001712 106.63444519 [2800] Enter setWindowState
00001713 106.63648224 [2800] setWindowState (1) - About to call SetWindowPos
00001714 111.41282654 [2800] Call next hook 998
00001715 111.64233398 [2800] Call next hook 998
00001716 111.64246368 [2800] Enter WinEventProc
00001717 111.64251709 [2800] About to call GetClassName (owner)
00001718 111.67848206 [2800] About to call GetWindowText (owner)
00001719 111.67858887 [2800] About to call GetClassName (parent)
00001720 111.67863464 [2800] About to call GetWindowText (parent)
00001721 111.67866516 [2800] About to call GetClassName (control)
00001722 111.67870331 [2800] About to call GetWindowText (control)
00001723 111.77204895 [2800] About to call GetWindowThreadProcessId
00001724 111.77219391 [2800] About to call GetDlgCtrlID
00001725 111.77223969 [2800] About to call OpenProcess
00001726 111.77230072 [2800] About to call GetProcessImageFileName
00001727 111.77261353 [2800] About to call CloseHandle (process)
00001728 113.67577362 [2800] Call next hook 998
00001729 113.81446838 [2800] Call next hook 998
00001730 114.26033783 [2800] Enter WinEventProc
00001731 114.26049805 [2800] About to call GetClassName (owner)
00001732 114.26056671 [2800] About to call GetWindowText (owner)
00001733 114.26059723 [2800] About to call GetClassName (parent)
00001734 114.26063538 [2800] About to call GetWindowText (parent)
00001735 114.26067352 [2800] About to call GetClassName (control)
00001736 114.26077271 [2800] About to call GetWindowThreadProcessId
00001737 114.26085663 [2800] About to call GetDlgCtrlID
00001738 114.56553650 [2800] About to call OpenProcess
00001739 114.56571960 [2800] About to call GetProcessImageFileName
00001740 114.78704071 [2800] About to call CloseHandle (process)
00001741 117.10531616 [2800] Call next hook 998
00001742 117.15025330 [2800] Call next hook 998
00001743 118.89694977 [2800] Call next hook 998
00001744 118.89723969 [2800] Call next hook 998
00001745 119.07012939 [2800] Enter WinEventProc
00001746 119.07030487 [2800] About to call GetClassName (owner)
00001747 119.28260803 [2800] About to call GetWindowText (owner)
00001748 119.28275299 [2800] About to call GetClassName (parent)
00001749 119.45445251 [2800] About to call GetWindowText (parent)
00001750 119.45458984 [2800] About to call GetClassName (control)
00001751 119.66541290 [2800] About to call GetWindowText (control)
00001752 119.66555786 [2800] About to call GetWindowThreadProcessId
00001753 119.86669922 [2800] About to call GetDlgCtrlID
00001754 119.86685181 [2800] About to call OpenProcess
00001755 120.13280487 [2800] About to call GetProcessImageFileName
00001756 120.13491058 [2800] About to call CloseHandle (process)
00001757 123.37232208 [2800] Call next hook 998
00001758 123.37302399 [2800] Call next hook 998
00001759 127.02289581 [2800] in KeyboardProc
00001760 127.02300262 [2800] WM_KEYDOWN
00001761 128.65174866 [2800] in KeyboardProc
00001762 128.65184021 [2800] WM_KEYDOWN
00001763 129.83401489 [2800] in KeyboardProc
00001764 129.83464050 [2800] WM_KEYDOWN
00001765 135.19091797 [2800] in KeyboardProc
00001766 135.19102478 [2800] WM_KEYDOWN
00001767 138.45295715 [2800] in KeyboardProc
00001768 138.45355225 [2800] WM_KEYDOWN
00001769 144.49815369 [2800] in KeyboardProc
00001770 144.49826050 [2800] WM_KEYDOWN
00001771 148.58599854 [2800] in KeyboardProc
00001772 148.58609009 [2800] WM_KEYDOWN
00001773 148.79174805 [2800] in KeyboardProc
00001774 148.79187012 [2800] WM_KEYDOWN
00001775 149.13043213 [2800] in KeyboardProc
00001776 149.13059998 [2800] WM_KEYUP
00001777 153.30543518 [2800] in KeyboardProc
00001778 153.30564880 [2800] WM_KEYDOWN

Go to Top of Page

Rob

USA
2615 Posts

Posted - 09/28/2018 :  10:42:21  Show Profile  Visit Rob's Homepage
Send me your StrokesPlus.xml file, the one with the application definition that's giving you problems.

I should note that the bullseye thing captures ALL of the fields it finds data for. However, you usually do not need all of them. For example, clear all of the fields out except the EXE name, for example.
Go to Top of Page

Castor

USA
12 Posts

Posted - 09/28/2018 :  13:32:43  Show Profile
"Send me your StrokesPlus.xml file, the one with the application definition that's giving you problems..."

Rob:
Sure, but I don't see a "StrokesPlus.xml" file in the applications directory, or anywhere for that matter. Where does "StrokePlus.xml" live on a WinXP machine?
thanks
ghb

Go to Top of Page

Rob

USA
2615 Posts

Posted - 09/28/2018 :  13:37:59  Show Profile  Visit Rob's Homepage
It should default to your appdata folder.

Click Start > Run and enter: %APPDATA%
When you press Enter/click OK it should open the location, then go to the StrokesPlus folder.

Also, did you try only using the EXE name, clearing out all other fields?
Go to Top of Page

Castor

USA
12 Posts

Posted - 10/03/2018 :  08:17:26  Show Profile
Rob:
I apologize for the delay, the WinXP machine is in the basement and difficult to access. Sigh.

Here's the strokesplus.xml, I have the actionhelp.xml and strokesplus.lua file, if you want them:

<?xml version="1.0" encoding="utf-8"?>
<config><settings><DrawOpacity>150</DrawOpacity><ActionsWidth>1030</ActionsWidth><ActionsHeight>776</ActionsHeight><GesturesDisabled>0</GesturesDisabled><MouseButton>1</MouseButton><IgnoreKey>0</IgnoreKey><CancelDelay>500</CancelDelay><DrawGestures>1</DrawGestures><DrawColorR>255</DrawColorR><DrawColorG>0</DrawColorG><DrawColorB>255</DrawColorB><DrawWidth>5</DrawWidth><AggressivelyTrimMemory>1</AggressivelyTrimMemory><CheckForegroundTimeout>0</CheckForegroundTimeout><CheckForOtherGesturePrograms>1</CheckForOtherGesturePrograms><MaxDrawPoints>0</MaxDrawPoints><MatchProbabilityThreshold>75</MatchProbabilityThreshold><MatchPrecision>100</MatchPrecision><Autosave>1</Autosave><ReInitOnResume>0</ReInitOnResume><DrawWindowAlwaysOnTop>1</DrawWindowAlwaysOnTop><ResetCancelDelayOnMovement>1</ResetCancelDelayOnMovement><TrayIconVisible>1</TrayIconVisible><FireOnMouseWheel>1</FireOnMouseWheel><CaptureModifiersOnMouseDown>1</CaptureModifiersOnMouseDown><NoMatchSound>0</NoMatchSound><NoMatchSoundFile/><MinSegmentLength>6</MinSegmentLength><GestureWindowToBottom>1</GestureWindowToBottom><AllowAfterActionScript>0</AllowAfterActionScript><CheckCursorFlags>0</CheckCursorFlags><MouseWheelFocus>1</MouseWheelFocus><SettingsMaximized>0</SettingsMaximized><ActionLuaZoomFactor>0</ActionLuaZoomFactor><HotkeyLuaZoomFactor>0</HotkeyLuaZoomFactor><GlobalLuaZoomFactor>0</GlobalLuaZoomFactor><SawAdminModeMessage>1</SawAdminModeMessage><SawWin8LauncherMessage>0</SawWin8LauncherMessage><MinGestureStartDistance>6</MinGestureStartDistance><AllowReleaseScript>0</AllowReleaseScript><SynapticFingers>1</SynapticFingers><DisableSynaptics>1</DisableSynaptics><SynapticsMovementSensitivity>25</SynapticsMovementSensitivity><TouchPadThresholdDelta>1</TouchPadThresholdDelta><TouchPadHoldThresholdDelta>4</TouchPadHoldThresholdDelta><TouchPadHoldDelay>500</TouchPadHoldDelay><UseTouchCustomCursor>0</UseTouchCustomCursor><TouchCustomCursor/><ResumeDelay>5000</ResumeDelay><HideNewGestureMessage>0</HideNewGestureMessage><HideAdditionalInstanceMessage>0</HideAdditionalInstanceMessage><OnlyAllowDefinedApps>0</OnlyAllowDefinedApps><AllowRightClickScript>0</AllowRightClickScript><AllowMiddleClickScript>0</AllowMiddleClickScript><AllowLeftClickScript>0</AllowLeftClickScript><AllowX1ClickScript>0</AllowX1ClickScript><AllowX2ClickScript>0</AllowX2ClickScript><AllowWheelTickScript>0</AllowWheelTickScript><AllowHorzWheelTickScript>0</AllowHorzWheelTickScript><ShowCopyData>0</ShowCopyData><RelayGestureOnNoMatch>0</RelayGestureOnNoMatch><EnableOnNoIgnore>0</EnableOnNoIgnore></settings><Gestures><Gesture name="Left"><PointPatterns><PointPattern><Point x="998" y="417"/><Point x="992" y="416"/><Point x="986" y="415"/><Point x="979" y="415"/><Point x="973" y="414"/><Point x="967" y="413"/><Point x="960" y="413"/><Point x="952" y="413"/><Point x="944" y="413"/><Point x="916" y="412"/><Point x="907" y="411"/><Point x="900" y="411"/><Point x="893" y="410"/><Point x="885" y="410"/><Point x="878" y="410"/><Point x="871" y="410"/><Point x="864" y="410"/><Point x="857" y="410"/><Point x="850" y="409"/><Point x="843" y="409"/><Point x="835" y="409"/><Point x="828" y="409"/><Point x="821" y="409"/><Point x="815" y="408"/><Point x="808" y="408"/><Point x="801" y="408"/><Point x="794" y="407"/><Point x="787" y="407"/><Point x="780" y="407"/><Point x="773" y="407"/><Point x="766" y="407"/><Point x="757" y="407"/><Point x="749" y="407"/><Point x="742" y="407"/><Point x="735" y="407"/><Point x="728" y="407"/><Point x="721" y="407"/></PointPattern></PointPatterns></Gesture><Gesture name="Right"><PointPatterns><PointPattern><Point x="655" y="505"/><Point x="662" y="505"/><Point x="670" y="505"/><Point x="678" y="505"/><Point x="685" y="504"/><Point x="693" y="504"/><Point x="701" y="504"/><Point x="709" y="504"/><Point x="716" y="503"/><Point x="723" y="503"/><Point x="730" y="503"/><Point x="736" y="502"/><Point x="743" y="502"/><Point x="750" y="502"/><Point x="757" y="502"/><Point x="765" y="503"/><Point x="772" y="503"/><Point x="780" y="503"/><Point x="788" y="503"/><Point x="795" y="503"/><Point x="803" y="503"/><Point x="811" y="503"/><Point x="817" y="504"/><Point x="824" y="505"/><Point x="831" y="505"/><Point x="838" y="505"/><Point x="846" y="505"/><Point x="854" y="504"/><Point x="861" y="504"/><Point x="867" y="503"/><Point x="874" y="503"/><Point x="882" y="503"/><Point x="890" y="503"/><Point x="897" y="503"/><Point x="904" y="503"/><Point x="911" y="503"/><Point x="918" y="503"/><Point x="924" y="502"/><Point x="931" y="502"/><Point x="937" y="501"/><Point x="944" y="501"/><Point x="951" y="501"/></PointPattern></PointPatterns></Gesture><Gesture name="/ Up"><PointPatterns><PointPattern><Point x="871" y="644"/><Point x="876" y="639"/><Point x="880" y="634"/><Point x="884" y="628"/><Point x="887" y="622"/><Point x="891" y="616"/><Point x="895" y="611"/><Point x="898" y="605"/><Point x="902" y="600"/><Point x="906" y="594"/><Point x="910" y="588"/><Point x="914" y="581"/><Point x="918" y="575"/><Point x="922" y="569"/><Point x="926" y="564"/><Point x="931" y="559"/><Point x="935" y="554"/><Point x="940" y="549"/><Point x="945" y="543"/><Point x="950" y="539"/><Point x="956" y="534"/><Point x="961" y="529"/><Point x="966" y="523"/><Point x="971" y="519"/><Point x="975" y="514"/><Point x="981" y="510"/><Point x="985" y="505"/><Point x="991" y="500"/><Point x="996" y="495"/><Point x="1001" y="489"/><Point x="1006" y="484"/><Point x="1011" y="479"/><Point x="1016" y="474"/><Point x="1020" y="469"/><Point x="1025" y="465"/><Point x="1029" y="460"/><Point x="1034" y="455"/><Point x="1038" y="449"/><Point x="1042" y="444"/><Point x="1047" y="439"/><Point x="1051" y="433"/><Point x="1055" y="428"/><Point x="1059" y="423"/><Point x="1063" y="417"/><Point x="1067" y="412"/><Point x="1071" y="407"/><Point x="1075" y="401"/><Point x="1078" y="395"/></PointPattern></PointPatterns></Gesture><Gesture/><Gesture name="/ Down"><PointPatterns><PointPattern><Point x="1164" y="269"/><Point x="1160" y="274"/><Point x="1155" y="278"/><Point x="1151" y="283"/><Point x="1146" y="288"/><Point x="1139" y="293"/><Point x="1134" y="300"/><Point x="1128" y="306"/><Point x="1122" y="312"/><Point x="1117" y="317"/><Point x="1111" y="322"/><Point x="1106" y="326"/><Point x="1101" y="332"/><Point x="1096" y="337"/><Point x="1090" y="341"/><Point x="1086" y="346"/><Point x="1081" y="351"/><Point x="1076" y="356"/><Point x="1071" y="361"/><Point x="1067" y="366"/><Point x="1063" y="371"/><Point x="1059" y="377"/><Point x="1054" y="382"/><Point x="1049" y="389"/><Point x="1046" y="395"/><Point x="1041" y="400"/><Point x="1037" y="408"/><Point x="1033" y="413"/><Point x="1028" y="418"/><Point x="1024" y="424"/><Point x="1019" y="429"/><Point x="1015" y="435"/><Point x="1010" y="441"/><Point x="1006" y="448"/><Point x="1001" y="454"/><Point x="997" y="459"/><Point x="992" y="464"/><Point x="988" y="469"/><Point x="984" y="475"/><Point x="981" y="481"/><Point x="976" y="485"/><Point x="971" y="492"/><Point x="967" y="497"/><Point x="962" y="503"/><Point x="958" y="509"/><Point x="953" y="514"/><Point x="949" y="520"/><Point x="944" y="525"/><Point x="940" y="531"/><Point x="936" y="536"/><Point x="932" y="542"/><Point x="927" y="547"/><Point x="923" y="552"/><Point x="918" y="556"/><Point x="914" y="561"/><Point x="909" y="565"/><Point x="905" y="570"/></PointPattern></PointPatterns></Gesture><Gesture name="Right - Up"><PointPatterns><PointPattern><Point x="946" y="665"/><Point x="953" y="665"/><Point x="960" y="665"/><Point x="968" y="665"/><Point x="978" y="665"/><Point x="987" y="665"/><Point x="997" y="665"/><Point x="1008" y="665"/><Point x="1015" y="665"/><Point x="1022" y="665"/><Point x="1029" y="665"/><Point x="1036" y="664"/><Point x="1044" y="664"/><Point x="1053" y="663"/><Point x="1060" y="663"/><Point x="1069" y="662"/><Point x="1078" y="662"/><Point x="1086" y="661"/><Point x="1096" y="661"/><Point x="1104" y="660"/><Point x="1113" y="660"/><Point x="1122" y="659"/><Point x="1131" y="659"/><Point x="1141" y="658"/><Point x="1149" y="658"/><Point x="1158" y="657"/><Point x="1167" y="656"/><Point x="1175" y="656"/><Point x="1184" y="655"/><Point x="1192" y="655"/><Point x="1200" y="654"/><Point x="1209" y="653"/><Point x="1217" y="652"/><Point x="1225" y="652"/><Point x="1232" y="651"/><Point x="1241" y="651"/><Point x="1253" y="650"/><Point x="1265" y="649"/><Point x="1276" y="648"/><Point x="1282" y="647"/><Point x="1289" y="646"/><Point x="1295" y="645"/><Point x="1302" y="644"/><Point x="1308" y="643"/><Point x="1310" y="636"/><Point x="1309" y="629"/><Point x="1307" y="622"/><Point x="1306" y="615"/><Point x="1306" y="606"/><Point x="1305" y="596"/><Point x="1304" y="585"/><Point x="1304" y="573"/><Point x="1303" y="561"/><Point x="1303" y="554"/><Point x="1303" y="547"/><Point x="1302" y="535"/><Point x="1301" y="528"/><Point x="1300" y="515"/><Point x="1299" y="508"/><Point x="1298" y="501"/><Point x="1298" y="494"/><Point x="1297" y="487"/><Point x="1297" y="480"/><Point x="1297" y="473"/><Point x="1296" y="461"/><Point x="1296" y="454"/><Point x="1296" y="447"/><Point x="1296" y="435"/><Point x="1296" y="422"/><Point x="1295" y="411"/><Point x="1295" y="398"/><Point x="1294" y="387"/><Point x="1293" y="376"/><Point x="1292" y="364"/><Point x="1292" y="352"/><Point x="1291" y="341"/><Point x="1290" y="329"/><Point x="1290" y="320"/><Point x="1289" y="314"/><Point x="1289" y="304"/><Point x="1288" y="295"/><Point x="1288" y="288"/><Point x="1288" y="280"/><Point x="1288" y="273"/><Point x="1289" y="265"/><Point x="1289" y="258"/></PointPattern></PointPatterns></Gesture><Gesture name="Up"><PointPatterns><PointPattern><Point x="984" y="630"/><Point x="983" y="624"/><Point x="983" y="617"/><Point x="982" y="611"/><Point x="981" y="605"/><Point x="981" y="598"/><Point x="980" y="592"/><Point x="980" y="585"/><Point x="979" y="579"/><Point x="978" y="573"/><Point x="978" y="566"/><Point x="977" y="560"/><Point x="976" y="554"/><Point x="975" y="548"/><Point x="974" y="542"/><Point x="972" y="536"/><Point x="972" y="529"/><Point x="971" y="523"/><Point x="970" y="516"/><Point x="969" y="509"/><Point x="969" y="502"/><Point x="968" y="496"/><Point x="968" y="489"/><Point x="968" y="482"/><Point x="968" y="475"/><Point x="968" y="468"/><Point x="968" y="461"/><Point x="968" y="454"/><Point x="968" y="446"/><Point x="967" y="440"/><Point x="966" y="434"/><Point x="966" y="427"/><Point x="966" y="420"/><Point x="966" y="413"/><Point x="966" y="406"/><Point x="966" y="399"/></PointPattern></PointPatterns></Gesture><Gesture name="Down"><PointPatterns><PointPattern><Point x="1003" y="325"/><Point x="1004" y="331"/><Point x="1005" y="337"/><Point x="1006" y="343"/><Point x="1007" y="349"/><Point x="1008" y="355"/><Point x="1008" y="362"/><Point x="1009" y="368"/><Point x="1010" y="374"/><Point x="1011" y="380"/><Point x="1011" y="387"/><Point x="1011" y="394"/><Point x="1011" y="401"/><Point x="1011" y="408"/><Point x="1012" y="414"/><Point x="1012" y="421"/><Point x="1012" y="428"/><Point x="1012" y="436"/><Point x="1013" y="442"/><Point x="1014" y="448"/><Point x="1014" y="455"/><Point x="1015" y="461"/><Point x="1015" y="468"/><Point x="1016" y="475"/><Point x="1017" y="481"/><Point x="1017" y="488"/><Point x="1018" y="494"/><Point x="1018" y="501"/><Point x="1019" y="507"/><Point x="1019" y="514"/><Point x="1019" y="521"/><Point x="1019" y="528"/><Point x="1019" y="535"/><Point x="1019" y="542"/><Point x="1019" y="549"/><Point x="1019" y="556"/><Point x="1019" y="563"/></PointPattern></PointPatterns></Gesture><Gesture name="X"><PointPatterns><PointPattern><Point x="817" y="604"/><Point x="823" y="603"/><Point x="830" y="601"/><Point x="837" y="597"/><Point x="843" y="593"/><Point x="849" y="590"/><Point x="856" y="585"/><Point x="862" y="581"/><Point x="869" y="577"/><Point x="877" y="572"/><Point x="884" y="567"/><Point x="891" y="561"/><Point x="899" y="556"/><Point x="906" y="551"/><Point x="912" y="548"/><Point x="918" y="544"/><Point x="925" y="539"/><Point x="932" y="534"/><Point x="937" y="529"/><Point x="943" y="525"/><Point x="947" y="520"/><Point x="953" y="515"/><Point x="958" y="509"/><Point x="963" y="505"/><Point x="968" y="499"/><Point x="972" y="492"/><Point x="976" y="487"/><Point x="980" y="482"/><Point x="984" y="475"/><Point x="987" y="469"/><Point x="991" y="462"/><Point x="994" y="455"/><Point x="997" y="449"/><Point x="1000" y="443"/><Point x="1003" y="437"/><Point x="1005" y="431"/><Point x="1007" y="425"/><Point x="1008" y="419"/><Point x="1010" y="413"/><Point x="1010" y="405"/><Point x="1011" y="398"/><Point x="1011" y="390"/><Point x="1010" y="383"/><Point x="1009" y="376"/><Point x="1007" y="370"/><Point x="1004" y="364"/><Point x="1000" y="359"/><Point x="995" y="355"/><Point x="989" y="353"/><Point x="982" y="353"/><Point x="975" y="353"/><Point x="969" y="355"/><Point x="963" y="357"/><Point x="957" y="359"/><Point x="951" y="361"/><Point x="945" y="363"/><Point x="939" y="366"/><Point x="933" y="369"/><Point x="927" y="371"/><Point x="921" y="375"/><Point x="916" y="379"/><Point x="912" y="384"/><Point x="908" y="389"/><Point x="904" y="396"/><Point x="901" y="402"/><Point x="898" y="409"/><Point x="897" y="415"/><Point x="896" y="421"/><Point x="896" y="429"/><Point x="896" y="436"/><Point x="896" y="443"/><Point x="896" y="451"/><Point x="897" y="457"/><Point x="899" y="463"/><Point x="900" y="469"/><Point x="902" y="475"/><Point x="905" y="481"/><Point x="909" y="486"/><Point x="911" y="492"/><Point x="915" y="498"/><Point x="919" y="503"/><Point x="923" y="509"/><Point x="927" y="514"/><Point x="930" y="520"/><Point x="934" y="525"/><Point x="937" y="531"/><Point x="941" y="536"/><Point x="945" y="541"/><Point x="950" y="547"/><Point x="955" y="552"/><Point x="960" y="557"/><Point x="966" y="562"/><Point x="971" y="566"/><Point x="977" y="571"/><Point x="983" y="575"/><Point x="988" y="579"/><Point x="994" y="583"/><Point x="1000" y="587"/><Point x="1005" y="591"/><Point x="1011" y="595"/><Point x="1017" y="598"/></PointPattern></PointPatterns></Gesture><Gesture name="Up - Down"><PointPatterns><PointPattern><Point x="923" y="694"/><Point x="924" y="687"/><Point x="925" y="681"/><Point x="927" y="673"/><Point x="928" y="665"/><Point x="930" y="657"/><Point x="931" y="649"/><Point x="932" y="643"/><Point x="933" y="637"/><Point x="933" y="628"/><Point x="934" y="620"/><Point x="935" y="614"/><Point x="936" y="608"/><Point x="937" y="601"/><Point x="938" y="593"/><Point x="939" y="583"/><Point x="942" y="573"/><Point x="944" y="563"/><Point x="945" y="557"/><Point x="948" y="547"/><Point x="950" y="538"/><Point x="952" y="529"/><Point x="954" y="521"/><Point x="956" y="515"/><Point x="958" y="506"/><Point x="960" y="499"/><Point x="962" y="492"/><Point x="965" y="485"/><Point x="967" y="478"/><Point x="969" y="472"/><Point x="970" y="466"/><Point x="972" y="460"/><Point x="973" y="453"/><Point x="975" y="447"/><Point x="976" y="453"/><Point x="977" y="460"/><Point x="977" y="468"/><Point x="977" y="475"/><Point x="978" y="485"/><Point x="978" y="492"/><Point x="978" y="499"/><Point x="979" y="508"/><Point x="979" y="517"/><Point x="979" y="528"/><Point x="980" y="539"/><Point x="980" y="550"/><Point x="980" y="561"/><Point x="980" y="572"/><Point x="981" y="584"/><Point x="981" y="591"/><Point x="981" y="600"/><Point x="982" y="612"/><Point x="983" y="622"/><Point x="983" y="631"/><Point x="984" y="640"/><Point x="984" y="649"/><Point x="985" y="657"/><Point x="985" y="666"/><Point x="986" y="676"/><Point x="986" y="684"/><Point x="987" y="690"/><Point x="988" y="698"/><Point x="989" y="705"/><Point x="989" y="712"/><Point x="990" y="718"/></PointPattern></PointPatterns></Gesture><Gesture name="e"><PointPatterns><PointPattern><Point x="747" y="522"/><Point x="754" y="522"/><Point x="761" y="522"/><Point x="768" y="522"/><Point x="775" y="522"/><Point x="783" y="522"/><Point x="790" y="522"/><Point x="798" y="522"/><Point x="805" y="522"/><Point x="812" y="522"/><Point x="819" y="522"/><Point x="825" y="520"/><Point x="832" y="520"/><Point x="838" y="518"/><Point x="844" y="517"/><Point x="850" y="516"/><Point x="856" y="515"/><Point x="862" y="513"/><Point x="869" y="512"/><Point x="875" y="510"/><Point x="881" y="509"/><Point x="887" y="508"/><Point x="893" y="506"/><Point x="900" y="505"/><Point x="907" y="503"/><Point x="913" y="502"/><Point x="919" y="500"/><Point x="926" y="498"/><Point x="933" y="496"/><Point x="940" y="495"/><Point x="946" y="493"/><Point x="952" y="490"/><Point x="959" y="488"/><Point x="965" y="485"/><Point x="971" y="483"/><Point x="976" y="479"/><Point x="981" y="475"/><Point x="985" y="470"/><Point x="987" y="464"/><Point x="987" y="457"/><Point x="987" y="450"/><Point x="985" y="444"/><Point x="982" y="438"/><Point x="979" y="432"/><Point x="975" y="426"/><Point x="971" y="420"/><Point x="967" y="415"/><Point x="963" y="410"/><Point x="958" y="405"/><Point x="953" y="401"/><Point x="948" y="397"/><Point x="942" y="393"/><Point x="936" y="391"/><Point x="930" y="388"/><Point x="924" y="387"/><Point x="918" y="385"/><Point x="911" y="385"/><Point x="905" y="384"/><Point x="898" y="384"/><Point x="892" y="385"/><Point x="886" y="386"/><Point x="879" y="386"/><Point x="873" y="387"/><Point x="867" y="388"/><Point x="860" y="389"/><Point x="854" y="391"/><Point x="847" y="393"/><Point x="841" y="394"/><Point x="835" y="396"/><Point x="828" y="398"/><Point x="822" y="401"/><Point x="815" y="403"/><Point x="809" y="405"/><Point x="802" y="407"/><Point x="796" y="409"/><Point x="790" y="411"/><Point x="783" y="413"/><Point x="777" y="416"/><Point x="770" y="419"/><Point x="764" y="422"/><Point x="758" y="425"/><Point x="752" y="428"/><Point x="746" y="433"/><Point x="741" y="438"/><Point x="736" y="443"/><Point x="732" y="448"/><Point x="727" y="453"/><Point x="723" y="458"/><Point x="720" y="465"/><Point x="717" y="472"/><Point x="714" y="478"/><Point x="712" y="484"/><Point x="711" y="490"/><Point x="709" y="496"/><Point x="708" y="502"/><Point x="707" y="508"/><Point x="706" y="514"/><Point x="706" y="521"/><Point x="706" y="529"/><Point x="706" y="536"/><Point x="707" y="542"/><Point x="708" y="548"/><Point x="710" y="554"/><Point x="712" y="561"/><Point x="714" y="567"/><Point x="717" y="574"/><Point x="721" y="581"/><Point x="724" y="589"/><Point x="728" y="596"/><Point x="732" y="603"/><Point x="734" y="610"/><Point x="738" y="616"/><Point x="742" y="623"/><Point x="746" y="629"/><Point x="750" y="634"/><Point x="754" y="639"/><Point x="759" y="643"/><Point x="764" y="647"/><Point x="770" y="651"/><Point x="777" y="654"/><Point x="783" y="656"/><Point x="789" y="659"/><Point x="795" y="661"/><Point x="802" y="662"/><Point x="808" y="665"/><Point x="815" y="666"/><Point x="822" y="668"/><Point x="828" y="669"/><Point x="834" y="670"/><Point x="841" y="671"/><Point x="849" y="671"/><Point x="856" y="672"/><Point x="863" y="672"/><Point x="870" y="673"/><Point x="877" y="673"/><Point x="886" y="673"/><Point x="894" y="673"/><Point x="901" y="673"/><Point x="908" y="673"/><Point x="915" y="672"/><Point x="923" y="671"/><Point x="930" y="670"/><Point x="939" y="669"/><Point x="947" y="669"/><Point x="954" y="668"/><Point x="960" y="667"/><Point x="966" y="666"/><Point x="973" y="666"/><Point x="979" y="665"/><Point x="985" y="664"/><Point x="992" y="664"/><Point x="999" y="663"/><Point x="1005" y="661"/><Point x="1011" y="658"/></PointPattern></PointPatterns></Gesture><Gesture name="G"><PointPatterns><PointPattern><Point x="1071" y="371"/><Point x="1071" y="364"/><Point x="1068" y="358"/><Point x="1064" y="353"/><Point x="1059" y="348"/><Point x="1054" y="344"/><Point x="1048" y="340"/><Point x="1042" y="337"/><Point x="1035" y="333"/><Point x="1027" y="330"/><Point x="1019" y="327"/><Point x="1011" y="325"/><Point x="1004" y="324"/><Point x="998" y="323"/><Point x="992" y="322"/><Point x="985" y="321"/><Point x="975" y="321"/><Point x="967" y="320"/><Point x="959" y="320"/><Point x="950" y="320"/><Point x="942" y="320"/><Point x="935" y="320"/><Point x="927" y="321"/><Point x="921" y="322"/><Point x="914" y="324"/><Point x="906" y="327"/><Point x="900" y="329"/><Point x="894" y="331"/><Point x="888" y="334"/><Point x="881" y="339"/><Point x="874" y="343"/><Point x="869" y="347"/><Point x="864" y="352"/><Point x="858" y="356"/><Point x="851" y="361"/><Point x="846" y="367"/><Point x="840" y="373"/><Point x="834" y="379"/><Point x="828" y="387"/><Point x="821" y="393"/><Point x="814" y="399"/><Point x="808" y="406"/><Point x="803" y="413"/><Point x="797" y="419"/><Point x="791" y="424"/><Point x="786" y="429"/><Point x="781" y="433"/><Point x="776" y="440"/><Point x="770" y="445"/><Point x="767" y="451"/><Point x="763" y="456"/><Point x="761" y="462"/><Point x="759" y="468"/><Point x="756" y="475"/><Point x="754" y="483"/><Point x="753" y="490"/><Point x="753" y="497"/><Point x="752" y="503"/><Point x="751" y="509"/><Point x="750" y="515"/><Point x="750" y="523"/><Point x="750" y="530"/><Point x="750" y="538"/><Point x="750" y="546"/><Point x="750" y="555"/><Point x="750" y="562"/><Point x="751" y="568"/><Point x="752" y="576"/><Point x="752" y="583"/><Point x="754" y="591"/><Point x="756" y="597"/><Point x="758" y="603"/><Point x="761" y="610"/><Point x="764" y="617"/><Point x="767" y="625"/><Point x="771" y="633"/><Point x="775" y="638"/><Point x="778" y="644"/><Point x="782" y="649"/><Point x="786" y="654"/><Point x="790" y="659"/><Point x="795" y="665"/><Point x="802" y="673"/><Point x="809" y="680"/><Point x="817" y="687"/><Point x="823" y="693"/><Point x="830" y="698"/><Point x="837" y="703"/><Point x="843" y="707"/><Point x="851" y="711"/><Point x="856" y="715"/><Point x="874" y="721"/><Point x="880" y="722"/><Point x="888" y="725"/><Point x="895" y="726"/><Point x="903" y="726"/><Point x="911" y="727"/><Point x="918" y="727"/><Point x="926" y="727"/><Point x="934" y="727"/><Point x="942" y="727"/><Point x="950" y="725"/><Point x="958" y="724"/><Point x="967" y="723"/><Point x="975" y="721"/><Point x="984" y="720"/><Point x="990" y="719"/><Point x="996" y="717"/><Point x="1005" y="715"/><Point x="1011" y="713"/><Point x="1020" y="710"/><Point x="1026" y="709"/><Point x="1032" y="707"/><Point x="1039" y="705"/><Point x="1047" y="701"/><Point x="1053" y="699"/><Point x="1061" y="697"/><Point x="1069" y="694"/><Point x="1076" y="691"/><Point x="1083" y="689"/><Point x="1089" y="686"/><Point x="1096" y="684"/><Point x="1102" y="681"/><Point x="1109" y="678"/><Point x="1115" y="675"/><Point x="1120" y="671"/><Point x="1126" y="668"/><Point x="1133" y="663"/><Point x="1140" y="659"/><Point x="1147" y="654"/><Point x="1152" y="649"/><Point x="1157" y="643"/><Point x="1161" y="638"/><Point x="1165" y="633"/><Point x="1168" y="626"/><Point x="1171" y="620"/><Point x="1173" y="614"/><Point x="1174" y="608"/><Point x="1175" y="602"/><Point x="1175" y="595"/><Point x="1175" y="588"/><Point x="1173" y="582"/><Point x="1171" y="575"/><Point x="1167" y="569"/><Point x="1164" y="563"/><Point x="1160" y="558"/><Point x="1156" y="552"/><Point x="1152" y="547"/><Point x="1148" y="541"/><Point x="1145" y="535"/><Point x="1141" y="529"/><Point x="1136" y="525"/><Point x="1130" y="523"/><Point x="1124" y="522"/><Point x="1117" y="521"/><Point x="1110" y="521"/><Point x="1103" y="521"/><Point x="1096" y="520"/><Point x="1089" y="520"/><Point x="1082" y="520"/><Point x="1074" y="520"/><Point x="1067" y="520"/><Point x="1060" y="520"/><Point x="1053" y="520"/><Point x="1046" y="520"/><Point x="1038" y="520"/><Point x="1031" y="520"/><Point x="1024" y="520"/><Point x="1017" y="520"/><Point x="1011" y="521"/><Point x="1005" y="522"/><Point x="998" y="522"/></PointPattern></PointPatterns></Gesture><Gesture name="U"><PointPatterns><PointPattern><Point x="748" y="346"/><Point x="749" y="352"/><Point x="749" y="362"/><Point x="749" y="370"/><Point x="749" y="377"/><Point x="748" y="385"/><Point x="747" y="392"/><Point x="746" y="398"/><Point x="746" y="406"/><Point x="746" y="413"/><Point x="746" y="420"/><Point x="746" y="427"/><Point x="746" y="436"/><Point x="746" y="445"/><Point x="747" y="454"/><Point x="749" y="461"/><Point x="750" y="470"/><Point x="751" y="478"/><Point x="753" y="485"/><Point x="754" y="491"/><Point x="755" y="498"/><Point x="756" y="506"/><Point x="758" y="516"/><Point x="760" y="525"/><Point x="762" y="532"/><Point x="764" y="540"/><Point x="766" y="546"/><Point x="768" y="552"/><Point x="772" y="561"/><Point x="775" y="567"/><Point x="780" y="574"/><Point x="784" y="581"/><Point x="787" y="588"/><Point x="792" y="594"/><Point x="797" y="601"/><Point x="801" y="608"/><Point x="805" y="613"/><Point x="810" y="618"/><Point x="816" y="623"/><Point x="821" y="628"/><Point x="827" y="632"/><Point x="833" y="635"/><Point x="840" y="637"/><Point x="847" y="637"/><Point x="854" y="637"/><Point x="860" y="635"/><Point x="866" y="631"/><Point x="871" y="627"/><Point x="876" y="623"/><Point x="882" y="618"/><Point x="888" y="612"/><Point x="892" y="607"/><Point x="897" y="601"/><Point x="901" y="596"/><Point x="905" y="589"/><Point x="909" y="584"/><Point x="912" y="578"/><Point x="916" y="573"/><Point x="918" y="567"/><Point x="922" y="558"/><Point x="926" y="550"/><Point x="928" y="543"/><Point x="931" y="537"/><Point x="933" y="531"/><Point x="935" y="525"/><Point x="936" y="518"/><Point x="938" y="512"/><Point x="940" y="506"/><Point x="940" y="499"/><Point x="942" y="493"/><Point x="943" y="486"/><Point x="944" y="480"/><Point x="944" y="473"/><Point x="944" y="465"/><Point x="945" y="459"/><Point x="946" y="452"/><Point x="947" y="446"/><Point x="947" y="439"/><Point x="948" y="433"/><Point x="950" y="426"/><Point x="950" y="419"/><Point x="952" y="413"/><Point x="953" y="407"/><Point x="953" y="400"/><Point x="954" y="394"/><Point x="956" y="388"/><Point x="956" y="381"/><Point x="956" y="374"/><Point x="956" y="367"/></PointPattern></PointPatterns></Gesture><Gesture name="R"><PointPatterns><PointPattern><Point x="857" y="669"/><Point x="857" y="661"/><Point x="857" y="654"/><Point x="856" y="648"/><Point x="855" y="642"/><Point x="854" y="636"/><Point x="854" y="628"/><Point x="853" y="620"/><Point x="852" y="614"/><Point x="851" y="608"/><Point x="851" y="600"/><Point x="850" y="594"/><Point x="849" y="588"/><Point x="849" y="580"/><Point x="849" y="573"/><Point x="849" y="565"/><Point x="850" y="559"/><Point x="852" y="552"/><Point x="854" y="546"/><Point x="856" y="538"/><Point x="857" y="532"/><Point x="858" y="526"/><Point x="859" y="519"/><Point x="861" y="512"/><Point x="862" y="506"/><Point x="863" y="500"/><Point x="866" y="494"/><Point x="868" y="488"/><Point x="869" y="482"/><Point x="872" y="476"/><Point x="874" y="469"/><Point x="877" y="462"/><Point x="880" y="456"/><Point x="883" y="450"/><Point x="886" y="444"/><Point x="891" y="439"/><Point x="897" y="435"/><Point x="904" y="432"/><Point x="910" y="431"/><Point x="916" y="430"/><Point x="922" y="428"/><Point x="930" y="428"/><Point x="936" y="427"/><Point x="943" y="429"/><Point x="949" y="431"/><Point x="955" y="434"/><Point x="961" y="437"/><Point x="967" y="441"/><Point x="972" y="445"/><Point x="977" y="450"/><Point x="982" y="454"/><Point x="986" y="459"/><Point x="990" y="465"/><Point x="994" y="470"/><Point x="998" y="477"/><Point x="1002" y="482"/><Point x="1005" y="488"/><Point x="1008" y="494"/><Point x="1010" y="501"/><Point x="1011" y="507"/><Point x="1012" y="514"/><Point x="1011" y="521"/><Point x="1008" y="527"/><Point x="1004" y="533"/><Point x="1000" y="538"/><Point x="995" y="542"/><Point x="988" y="546"/><Point x="981" y="549"/><Point x="974" y="552"/><Point x="968" y="554"/><Point x="961" y="556"/><Point x="955" y="558"/><Point x="949" y="560"/><Point x="943" y="561"/><Point x="937" y="562"/><Point x="930" y="562"/><Point x="922" y="562"/><Point x="915" y="562"/><Point x="909" y="561"/><Point x="902" y="561"/><Point x="895" y="561"/><Point x="888" y="561"/><Point x="882" y="563"/><Point x="886" y="569"/><Point x="893" y="572"/><Point x="899" y="575"/><Point x="907" y="578"/><Point x="914" y="581"/><Point x="920" y="583"/><Point x="926" y="586"/><Point x="935" y="590"/><Point x="943" y="594"/><Point x="949" y="597"/><Point x="956" y="601"/><Point x="963" y="604"/><Point x="969" y="608"/><Point x="975" y="612"/><Point x="980" y="616"/><Point x="985" y="620"/><Point x="990" y="625"/><Point x="995" y="631"/><Point x="999" y="636"/><Point x="1003" y="642"/><Point x="1007" y="648"/><Point x="1011" y="655"/><Point x="1015" y="660"/><Point x="1018" y="666"/><Point x="1022" y="672"/><Point x="1025" y="678"/></PointPattern></PointPatterns></Gesture><Gesture name="D"><PointPatterns><PointPattern><Point x="917" y="715"/><Point x="917" y="708"/><Point x="918" y="702"/><Point x="918" y="695"/><Point x="919" y="689"/><Point x="920" y="683"/><Point x="920" y="676"/><Point x="920" y="669"/><Point x="921" y="663"/><Point x="921" y="656"/><Point x="921" y="649"/><Point x="922" y="643"/><Point x="922" y="636"/><Point x="923" y="630"/><Point x="923" y="623"/><Point x="924" y="617"/><Point x="924" y="610"/><Point x="925" y="604"/><Point x="925" y="597"/><Point x="925" y="590"/><Point x="926" y="584"/><Point x="927" y="578"/><Point x="927" y="571"/><Point x="928" y="565"/><Point x="928" y="558"/><Point x="930" y="552"/><Point x="931" y="546"/><Point x="932" y="540"/><Point x="933" y="534"/><Point x="934" y="528"/><Point x="935" y="522"/><Point x="937" y="516"/><Point x="939" y="510"/><Point x="941" y="504"/><Point x="943" y="498"/><Point x="945" y="492"/><Point x="948" y="486"/><Point x="951" y="480"/><Point x="955" y="475"/><Point x="961" y="476"/><Point x="968" y="477"/><Point x="975" y="478"/><Point x="982" y="480"/><Point x="988" y="481"/><Point x="995" y="482"/><Point x="1001" y="484"/><Point x="1008" y="485"/><Point x="1014" y="487"/><Point x="1020" y="490"/><Point x="1026" y="493"/><Point x="1032" y="497"/><Point x="1038" y="501"/><Point x="1044" y="504"/><Point x="1050" y="507"/><Point x="1056" y="509"/><Point x="1061" y="513"/><Point x="1067" y="517"/><Point x="1072" y="521"/><Point x="1076" y="526"/><Point x="1079" y="532"/><Point x="1081" y="538"/><Point x="1084" y="544"/><Point x="1086" y="551"/><Point x="1087" y="557"/><Point x="1087" y="564"/><Point x="1087" y="571"/><Point x="1087" y="578"/><Point x="1086" y="584"/><Point x="1085" y="590"/><Point x="1083" y="596"/><Point x="1081" y="602"/><Point x="1078" y="608"/><Point x="1076" y="614"/><Point x="1073" y="620"/><Point x="1070" y="626"/><Point x="1067" y="632"/><Point x="1063" y="638"/><Point x="1059" y="643"/><Point x="1055" y="649"/><Point x="1051" y="654"/><Point x="1046" y="659"/><Point x="1042" y="664"/><Point x="1038" y="669"/><Point x="1033" y="673"/><Point x="1029" y="678"/><Point x="1024" y="682"/><Point x="1019" y="686"/><Point x="1014" y="690"/><Point x="1009" y="694"/><Point x="1004" y="698"/><Point x="998" y="701"/><Point x="992" y="704"/><Point x="986" y="707"/><Point x="980" y="710"/><Point x="974" y="711"/><Point x="968" y="713"/><Point x="962" y="714"/><Point x="955" y="714"/><Point x="949" y="715"/><Point x="943" y="716"/><Point x="936" y="716"/><Point x="930" y="715"/><Point x="924" y="714"/></PointPattern></PointPatterns></Gesture><Gesture name="P"><PointPatterns><PointPattern><Point x="898" y="672"/><Point x="899" y="666"/><Point x="899" y="659"/><Point x="899" y="652"/><Point x="899" y="644"/><Point x="898" y="638"/><Point x="897" y="631"/><Point x="897" y="623"/><Point x="897" y="616"/><Point x="896" y="610"/><Point x="896" y="603"/><Point x="896" y="596"/><Point x="896" y="589"/><Point x="895" y="582"/><Point x="895" y="575"/><Point x="894" y="569"/><Point x="894" y="562"/><Point x="894" y="555"/><Point x="895" y="547"/><Point x="895" y="540"/><Point x="895" y="533"/><Point x="895" y="526"/><Point x="896" y="520"/><Point x="897" y="514"/><Point x="897" y="507"/><Point x="898" y="501"/><Point x="899" y="494"/><Point x="900" y="488"/><Point x="901" y="482"/><Point x="902" y="475"/><Point x="904" y="468"/><Point x="905" y="461"/><Point x="906" y="454"/><Point x="907" y="446"/><Point x="908" y="440"/><Point x="909" y="434"/><Point x="910" y="428"/><Point x="911" y="422"/><Point x="912" y="416"/><Point x="914" y="410"/><Point x="920" y="408"/><Point x="927" y="408"/><Point x="933" y="409"/><Point x="940" y="411"/><Point x="946" y="414"/><Point x="953" y="416"/><Point x="959" y="418"/><Point x="966" y="420"/><Point x="972" y="423"/><Point x="978" y="426"/><Point x="984" y="430"/><Point x="990" y="434"/><Point x="995" y="439"/><Point x="999" y="444"/><Point x="1004" y="449"/><Point x="1008" y="455"/><Point x="1012" y="460"/><Point x="1015" y="466"/><Point x="1019" y="473"/><Point x="1021" y="480"/><Point x="1022" y="486"/><Point x="1023" y="492"/><Point x="1023" y="499"/><Point x="1023" y="506"/><Point x="1022" y="513"/><Point x="1020" y="519"/><Point x="1017" y="525"/><Point x="1013" y="531"/><Point x="1008" y="535"/><Point x="1003" y="540"/><Point x="999" y="545"/><Point x="994" y="549"/><Point x="988" y="551"/><Point x="982" y="554"/><Point x="976" y="555"/><Point x="970" y="557"/><Point x="964" y="558"/><Point x="958" y="559"/><Point x="952" y="560"/><Point x="945" y="561"/><Point x="938" y="562"/><Point x="931" y="562"/><Point x="924" y="562"/><Point x="917" y="562"/><Point x="910" y="562"/><Point x="903" y="562"/></PointPattern></PointPatterns></Gesture><Gesture name="L"><PointPatterns><PointPattern><Point x="977" y="369"/><Point x="977" y="376"/><Point x="978" y="383"/><Point x="980" y="389"/><Point x="981" y="395"/><Point x="981" y="402"/><Point x="982" y="409"/><Point x="983" y="416"/><Point x="983" y="423"/><Point x="984" y="430"/><Point x="985" y="437"/><Point x="986" y="444"/><Point x="986" y="451"/><Point x="987" y="457"/><Point x="988" y="463"/><Point x="988" y="470"/><Point x="989" y="478"/><Point x="990" y="485"/><Point x="990" y="492"/><Point x="990" y="500"/><Point x="990" y="507"/><Point x="991" y="513"/><Point x="991" y="520"/><Point x="991" y="527"/><Point x="992" y="533"/><Point x="992" y="540"/><Point x="992" y="547"/><Point x="992" y="554"/><Point x="992" y="561"/><Point x="992" y="569"/><Point x="991" y="575"/><Point x="991" y="582"/><Point x="991" y="589"/><Point x="991" y="597"/><Point x="991" y="604"/><Point x="991" y="611"/><Point x="992" y="617"/><Point x="992" y="624"/><Point x="993" y="630"/><Point x="994" y="636"/><Point x="1001" y="638"/><Point x="1008" y="639"/><Point x="1016" y="640"/><Point x="1023" y="640"/><Point x="1030" y="640"/><Point x="1038" y="641"/><Point x="1046" y="641"/><Point x="1054" y="642"/><Point x="1060" y="643"/><Point x="1067" y="643"/><Point x="1073" y="644"/><Point x="1080" y="644"/><Point x="1087" y="644"/><Point x="1094" y="645"/><Point x="1101" y="646"/><Point x="1107" y="647"/><Point x="1114" y="648"/><Point x="1120" y="649"/><Point x="1127" y="649"/><Point x="1134" y="649"/><Point x="1141" y="649"/><Point x="1148" y="649"/><Point x="1155" y="649"/><Point x="1161" y="648"/><Point x="1168" y="647"/><Point x="1174" y="646"/><Point x="1181" y="646"/><Point x="1188" y="646"/><Point x="1194" y="645"/><Point x="1201" y="645"/></PointPattern></PointPatterns></Gesture><Gesture name="N"><PointPatterns><PointPattern><Point x="883" y="751"/><Point x="884" y="744"/><Point x="885" y="737"/><Point x="886" y="730"/><Point x="886" y="722"/><Point x="887" y="716"/><Point x="888" y="710"/><Point x="888" y="703"/><Point x="889" y="696"/><Point x="889" y="689"/><Point x="890" y="681"/><Point x="891" y="674"/><Point x="891" y="667"/><Point x="892" y="661"/><Point x="892" y="653"/><Point x="893" y="644"/><Point x="893" y="636"/><Point x="894" y="629"/><Point x="895" y="622"/><Point x="896" y="615"/><Point x="898" y="607"/><Point x="900" y="600"/><Point x="902" y="592"/><Point x="904" y="584"/><Point x="906" y="578"/><Point x="908" y="571"/><Point x="911" y="565"/><Point x="912" y="559"/><Point x="913" y="553"/><Point x="916" y="547"/><Point x="917" y="541"/><Point x="919" y="535"/><Point x="921" y="529"/><Point x="923" y="523"/><Point x="926" y="516"/><Point x="928" y="509"/><Point x="930" y="503"/><Point x="932" y="497"/><Point x="934" y="491"/><Point x="936" y="485"/><Point x="938" y="477"/><Point x="941" y="471"/><Point x="942" y="465"/><Point x="944" y="459"/><Point x="945" y="453"/><Point x="947" y="447"/><Point x="948" y="453"/><Point x="949" y="459"/><Point x="950" y="466"/><Point x="951" y="473"/><Point x="952" y="482"/><Point x="953" y="490"/><Point x="955" y="497"/><Point x="955" y="506"/><Point x="958" y="515"/><Point x="960" y="521"/><Point x="962" y="530"/><Point x="965" y="538"/><Point x="967" y="547"/><Point x="968" y="553"/><Point x="971" y="560"/><Point x="974" y="568"/><Point x="975" y="576"/><Point x="978" y="582"/><Point x="980" y="588"/><Point x="983" y="596"/><Point x="986" y="603"/><Point x="988" y="610"/><Point x="990" y="616"/><Point x="993" y="622"/><Point x="994" y="628"/><Point x="997" y="635"/><Point x="1000" y="642"/><Point x="1002" y="648"/><Point x="1004" y="654"/><Point x="1006" y="660"/><Point x="1008" y="666"/><Point x="1010" y="672"/><Point x="1012" y="678"/><Point x="1015" y="684"/><Point x="1018" y="691"/><Point x="1021" y="698"/><Point x="1025" y="704"/><Point x="1028" y="710"/><Point x="1031" y="716"/><Point x="1036" y="721"/><Point x="1040" y="726"/><Point x="1045" y="730"/><Point x="1050" y="734"/><Point x="1055" y="738"/><Point x="1059" y="743"/><Point x="1063" y="748"/><Point x="1068" y="752"/><Point x="1069" y="746"/><Point x="1072" y="739"/><Point x="1074" y="732"/><Point x="1076" y="726"/><Point x="1078" y="719"/><Point x="1080" y="713"/><Point x="1082" y="707"/><Point x="1084" y="700"/><Point x="1085" y="693"/><Point x="1086" y="687"/><Point x="1088" y="678"/><Point x="1089" y="672"/><Point x="1091" y="665"/><Point x="1093" y="657"/><Point x="1094" y="651"/><Point x="1095" y="643"/><Point x="1096" y="636"/><Point x="1097" y="629"/><Point x="1098" y="622"/><Point x="1098" y="615"/><Point x="1099" y="608"/><Point x="1101" y="602"/><Point x="1102" y="595"/><Point x="1103" y="587"/><Point x="1104" y="580"/><Point x="1105" y="574"/><Point x="1106" y="568"/><Point x="1107" y="562"/><Point x="1108" y="556"/><Point x="1110" y="550"/><Point x="1111" y="544"/><Point x="1113" y="537"/><Point x="1114" y="531"/><Point x="1116" y="524"/><Point x="1118" y="518"/><Point x="1121" y="512"/><Point x="1122" y="505"/><Point x="1124" y="499"/><Point x="1125" y="493"/><Point x="1125" y="486"/><Point x="1125" y="479"/><Point x="1124" y="473"/><Point x="1123" y="467"/></PointPattern></PointPatterns></Gesture><Gesture name="S"><PointPatterns><PointPattern><Point x="1029" y="486"/><Point x="1025" y="481"/><Point x="1020" y="476"/><Point x="1015" y="472"/><Point x="1008" y="468"/><Point x="1002" y="464"/><Point x="996" y="461"/><Point x="989" y="458"/><Point x="983" y="456"/><Point x="977" y="454"/><Point x="971" y="453"/><Point x="965" y="452"/><Point x="959" y="450"/><Point x="953" y="449"/><Point x="946" y="449"/><Point x="940" y="448"/><Point x="932" y="448"/><Point x="925" y="449"/><Point x="918" y="449"/><Point x="911" y="451"/><Point x="905" y="453"/><Point x="898" y="455"/><Point x="892" y="458"/><Point x="887" y="462"/><Point x="881" y="466"/><Point x="875" y="469"/><Point x="869" y="474"/><Point x="865" y="479"/><Point x="860" y="484"/><Point x="856" y="489"/><Point x="852" y="495"/><Point x="849" y="501"/><Point x="847" y="507"/><Point x="846" y="513"/><Point x="845" y="519"/><Point x="845" y="526"/><Point x="846" y="533"/><Point x="850" y="540"/><Point x="853" y="547"/><Point x="858" y="552"/><Point x="862" y="557"/><Point x="866" y="563"/><Point x="871" y="567"/><Point x="877" y="571"/><Point x="882" y="575"/><Point x="887" y="579"/><Point x="894" y="583"/><Point x="902" y="586"/><Point x="907" y="590"/><Point x="913" y="593"/><Point x="920" y="596"/><Point x="927" y="598"/><Point x="934" y="601"/><Point x="940" y="604"/><Point x="946" y="606"/><Point x="952" y="609"/><Point x="958" y="611"/><Point x="964" y="614"/><Point x="970" y="618"/><Point x="975" y="622"/><Point x="980" y="628"/><Point x="983" y="635"/><Point x="985" y="641"/><Point x="987" y="647"/><Point x="989" y="653"/><Point x="991" y="659"/><Point x="991" y="666"/><Point x="992" y="672"/><Point x="991" y="679"/><Point x="988" y="685"/><Point x="983" y="690"/><Point x="979" y="695"/><Point x="974" y="699"/><Point x="969" y="703"/><Point x="963" y="707"/><Point x="957" y="710"/><Point x="950" y="714"/><Point x="944" y="716"/><Point x="938" y="718"/><Point x="932" y="720"/><Point x="926" y="721"/><Point x="920" y="722"/><Point x="914" y="723"/><Point x="907" y="723"/><Point x="899" y="723"/><Point x="892" y="723"/><Point x="884" y="723"/><Point x="878" y="722"/><Point x="872" y="721"/><Point x="866" y="720"/><Point x="859" y="719"/><Point x="853" y="718"/><Point x="847" y="716"/><Point x="841" y="714"/><Point x="835" y="712"/><Point x="828" y="709"/><Point x="822" y="707"/><Point x="816" y="704"/><Point x="811" y="700"/></PointPattern></PointPatterns></Gesture><Gesture name="M"><PointPatterns><PointPattern><Point x="920" y="750"/><Point x="920" y="743"/><Point x="919" y="737"/><Point x="919" y="729"/><Point x="919" y="722"/><Point x="919" y="715"/><Point x="918" y="708"/><Point x="918" y="701"/><Point x="917" y="693"/><Point x="917" y="686"/><Point x="917" y="679"/><Point x="916" y="672"/><Point x="916" y="664"/><Point x="916" y="657"/><Point x="916" y="650"/><Point x="916" y="642"/><Point x="916" y="635"/><Point x="916" y="627"/><Point x="916" y="619"/><Point x="916" y="611"/><Point x="916" y="604"/><Point x="916" y="596"/><Point x="917" y="590"/><Point x="917" y="583"/><Point x="918" y="577"/><Point x="919" y="568"/><Point x="920" y="561"/><Point x="921" y="554"/><Point x="922" y="548"/><Point x="923" y="541"/><Point x="925" y="535"/><Point x="927" y="529"/><Point x="929" y="523"/><Point x="930" y="517"/><Point x="933" y="511"/><Point x="939" y="512"/><Point x="943" y="517"/><Point x="947" y="523"/><Point x="952" y="529"/><Point x="957" y="536"/><Point x="962" y="543"/><Point x="966" y="549"/><Point x="970" y="555"/><Point x="974" y="562"/><Point x="978" y="567"/><Point x="982" y="572"/><Point x="986" y="577"/><Point x="991" y="581"/><Point x="994" y="587"/><Point x="999" y="592"/><Point x="1003" y="597"/><Point x="1006" y="603"/><Point x="1010" y="608"/><Point x="1014" y="614"/><Point x="1017" y="620"/><Point x="1021" y="625"/><Point x="1027" y="623"/><Point x="1030" y="617"/><Point x="1034" y="611"/><Point x="1039" y="604"/><Point x="1043" y="598"/><Point x="1047" y="593"/><Point x="1050" y="586"/><Point x="1054" y="581"/><Point x="1058" y="576"/><Point x="1061" y="570"/><Point x="1065" y="565"/><Point x="1069" y="560"/><Point x="1073" y="553"/><Point x="1078" y="547"/><Point x="1082" y="541"/><Point x="1086" y="535"/><Point x="1090" y="530"/><Point x="1094" y="525"/><Point x="1100" y="522"/><Point x="1105" y="517"/><Point x="1109" y="512"/><Point x="1114" y="508"/><Point x="1116" y="515"/><Point x="1117" y="522"/><Point x="1117" y="530"/><Point x="1117" y="537"/><Point x="1117" y="545"/><Point x="1118" y="552"/><Point x="1120" y="560"/><Point x="1121" y="566"/><Point x="1122" y="575"/><Point x="1123" y="582"/><Point x="1124" y="588"/><Point x="1125" y="595"/><Point x="1126" y="602"/><Point x="1127" y="608"/><Point x="1127" y="615"/><Point x="1129" y="623"/><Point x="1130" y="629"/><Point x="1131" y="638"/><Point x="1132" y="644"/><Point x="1132" y="651"/><Point x="1133" y="658"/><Point x="1134" y="664"/><Point x="1134" y="671"/><Point x="1135" y="677"/><Point x="1136" y="683"/><Point x="1137" y="689"/><Point x="1139" y="695"/><Point x="1140" y="701"/><Point x="1141" y="707"/><Point x="1143" y="713"/><Point x="1144" y="719"/><Point x="1144" y="726"/><Point x="1146" y="732"/><Point x="1147" y="738"/><Point x="1148" y="744"/></PointPattern></PointPatterns></Gesture><Gesture name="\ Up"><PointPatterns><PointPattern><Point x="990" y="670"/><Point x="986" y="665"/><Point x="982" y="659"/><Point x="978" y="654"/><Point x="974" y="649"/><Point x="970" y="644"/><Point x="966" y="639"/><Point x="962" y="634"/><Point x="958" y="629"/><Point x="954" y="623"/><Point x="950" y="618"/><Point x="946" y="613"/><Point x="942" y="608"/><Point x="938" y="603"/><Point x="934" y="598"/><Point x="930" y="593"/><Point x="925" y="589"/><Point x="921" y="584"/><Point x="916" y="578"/><Point x="911" y="573"/><Point x="907" y="566"/><Point x="903" y="561"/><Point x="900" y="555"/><Point x="897" y="549"/><Point x="894" y="543"/><Point x="891" y="537"/><Point x="888" y="531"/><Point x="885" y="525"/><Point x="882" y="519"/><Point x="879" y="513"/><Point x="877" y="507"/><Point x="873" y="501"/><Point x="869" y="494"/><Point x="866" y="487"/><Point x="862" y="482"/><Point x="858" y="475"/><Point x="854" y="469"/><Point x="850" y="463"/><Point x="846" y="457"/><Point x="842" y="452"/><Point x="839" y="446"/><Point x="835" y="441"/><Point x="831" y="436"/><Point x="827" y="431"/><Point x="823" y="426"/><Point x="819" y="421"/><Point x="815" y="416"/><Point x="811" y="411"/><Point x="806" y="407"/><Point x="802" y="402"/><Point x="797" y="398"/><Point x="792" y="394"/></PointPattern></PointPatterns></Gesture><Gesture name="Right - Down"><PointPatterns><PointPattern><Point x="713" y="339"/><Point x="721" y="339"/><Point x="728" y="339"/><Point x="735" y="339"/><Point x="742" y="340"/><Point x="751" y="340"/><Point x="759" y="340"/><Point x="765" y="341"/><Point x="774" y="341"/><Point x="782" y="341"/><Point x="790" y="341"/><Point x="797" y="342"/><Point x="804" y="342"/><Point x="811" y="342"/><Point x="820" y="342"/><Point x="828" y="342"/><Point x="837" y="342"/><Point x="847" y="342"/><Point x="855" y="342"/><Point x="865" y="342"/><Point x="874" y="342"/><Point x="884" y="343"/><Point x="893" y="343"/><Point x="903" y="344"/><Point x="912" y="344"/><Point x="922" y="345"/><Point x="931" y="345"/><Point x="939" y="346"/><Point x="947" y="346"/><Point x="955" y="348"/><Point x="962" y="349"/><Point x="971" y="349"/><Point x="978" y="350"/><Point x="986" y="351"/><Point x="992" y="352"/><Point x="1000" y="352"/><Point x="1006" y="353"/><Point x="1012" y="354"/><Point x="1019" y="355"/><Point x="1025" y="356"/><Point x="1029" y="362"/><Point x="1029" y="370"/><Point x="1028" y="376"/><Point x="1027" y="383"/><Point x="1026" y="391"/><Point x="1026" y="398"/><Point x="1026" y="406"/><Point x="1026" y="415"/><Point x="1026" y="422"/><Point x="1025" y="430"/><Point x="1025" y="437"/><Point x="1025" y="444"/><Point x="1025" y="451"/><Point x="1025" y="458"/><Point x="1025" y="466"/><Point x="1025" y="474"/><Point x="1025" y="481"/><Point x="1024" y="487"/><Point x="1023" y="494"/><Point x="1023" y="501"/><Point x="1022" y="507"/><Point x="1021" y="514"/><Point x="1020" y="522"/><Point x="1020" y="530"/><Point x="1020" y="537"/><Point x="1020" y="544"/><Point x="1020" y="552"/><Point x="1020" y="559"/><Point x="1019" y="565"/><Point x="1018" y="571"/><Point x="1018" y="579"/><Point x="1018" y="586"/><Point x="1017" y="592"/><Point x="1017" y="599"/><Point x="1017" y="606"/><Point x="1018" y="612"/><Point x="1018" y="619"/></PointPattern></PointPatterns></Gesture><Gesture name="Z"><PointPatterns><PointPattern><Point x="711" y="424"/><Point x="717" y="425"/><Point x="724" y="425"/><Point x="731" y="425"/><Point x="738" y="425"/><Point x="745" y="425"/><Point x="752" y="425"/><Point x="760" y="425"/><Point x="766" y="426"/><Point x="774" y="426"/><Point x="783" y="426"/><Point x="791" y="426"/><Point x="801" y="426"/><Point x="810" y="426"/><Point x="819" y="426"/><Point x="830" y="426"/><Point x="836" y="427"/><Point x="847" y="427"/><Point x="858" y="427"/><Point x="865" y="427"/><Point x="871" y="428"/><Point x="882" y="429"/><Point x="889" y="429"/><Point x="895" y="430"/><Point x="906" y="430"/><Point x="916" y="430"/><Point x="922" y="431"/><Point x="930" y="431"/><Point x="938" y="431"/><Point x="946" y="431"/><Point x="955" y="431"/><Point x="964" y="431"/><Point x="971" y="432"/><Point x="978" y="432"/><Point x="984" y="433"/><Point x="977" y="437"/><Point x="971" y="439"/><Point x="965" y="442"/><Point x="958" y="445"/><Point x="952" y="447"/><Point x="943" y="452"/><Point x="934" y="458"/><Point x="926" y="462"/><Point x="916" y="468"/><Point x="908" y="475"/><Point x="903" y="479"/><Point x="894" y="486"/><Point x="885" y="493"/><Point x="880" y="497"/><Point x="869" y="504"/><Point x="859" y="510"/><Point x="851" y="515"/><Point x="843" y="521"/><Point x="834" y="525"/><Point x="826" y="530"/><Point x="819" y="533"/><Point x="813" y="536"/><Point x="806" y="539"/><Point x="797" y="543"/><Point x="790" y="547"/><Point x="784" y="549"/><Point x="777" y="552"/><Point x="771" y="555"/><Point x="764" y="559"/><Point x="757" y="563"/><Point x="751" y="566"/><Point x="744" y="570"/><Point x="738" y="574"/><Point x="731" y="577"/><Point x="725" y="582"/><Point x="719" y="585"/><Point x="713" y="588"/><Point x="707" y="592"/><Point x="701" y="595"/><Point x="695" y="598"/><Point x="690" y="602"/><Point x="685" y="606"/><Point x="691" y="610"/><Point x="698" y="611"/><Point x="705" y="612"/><Point x="712" y="613"/><Point x="718" y="614"/><Point x="724" y="615"/><Point x="732" y="615"/><Point x="738" y="616"/><Point x="746" y="616"/><Point x="754" y="617"/><Point x="762" y="617"/><Point x="772" y="617"/><Point x="781" y="618"/><Point x="790" y="618"/><Point x="800" y="619"/><Point x="810" y="619"/><Point x="816" y="620"/><Point x="827" y="621"/><Point x="837" y="622"/><Point x="847" y="622"/><Point x="855" y="622"/><Point x="865" y="623"/><Point x="875" y="623"/><Point x="884" y="623"/><Point x="892" y="624"/><Point x="901" y="625"/><Point x="908" y="625"/><Point x="914" y="626"/><Point x="925" y="626"/><Point x="933" y="626"/><Point x="940" y="627"/><Point x="948" y="627"/><Point x="956" y="627"/><Point x="963" y="627"/><Point x="970" y="627"/><Point x="977" y="627"/></PointPattern></PointPatterns></Gesture><Gesture name="h"><PointPatterns><PointPattern><Point x="849" y="353"/><Point x="848" y="361"/><Point x="848" y="368"/><Point x="847" y="374"/><Point x="846" y="380"/><Point x="845" y="386"/><Point x="845" y="393"/><Point x="844" y="400"/><Point x="842" y="407"/><Point x="842" y="416"/><Point x="842" y="424"/><Point x="842" y="431"/><Point x="841" y="438"/><Point x="840" y="447"/><Point x="840" y="454"/><Point x="839" y="461"/><Point x="839" y="468"/><Point x="839" y="477"/><Point x="839" y="484"/><Point x="839" y="492"/><Point x="839" y="500"/><Point x="839" y="507"/><Point x="839" y="514"/><Point x="839" y="521"/><Point x="839" y="528"/><Point x="839" y="536"/><Point x="840" y="542"/><Point x="840" y="550"/><Point x="841" y="557"/><Point x="842" y="563"/><Point x="843" y="570"/><Point x="844" y="576"/><Point x="845" y="582"/><Point x="846" y="588"/><Point x="847" y="594"/><Point x="847" y="601"/><Point x="848" y="608"/><Point x="849" y="614"/><Point x="850" y="620"/><Point x="851" y="626"/><Point x="851" y="633"/><Point x="852" y="639"/><Point x="852" y="646"/><Point x="853" y="652"/><Point x="854" y="658"/><Point x="855" y="664"/><Point x="857" y="658"/><Point x="858" y="652"/><Point x="858" y="645"/><Point x="859" y="639"/><Point x="860" y="632"/><Point x="860" y="624"/><Point x="861" y="618"/><Point x="862" y="611"/><Point x="863" y="604"/><Point x="864" y="596"/><Point x="865" y="590"/><Point x="865" y="583"/><Point x="867" y="576"/><Point x="869" y="570"/><Point x="870" y="564"/><Point x="872" y="558"/><Point x="874" y="552"/><Point x="875" y="546"/><Point x="876" y="540"/><Point x="878" y="534"/><Point x="879" y="528"/><Point x="881" y="522"/><Point x="883" y="515"/><Point x="886" y="509"/><Point x="890" y="504"/><Point x="895" y="499"/><Point x="900" y="495"/><Point x="906" y="491"/><Point x="912" y="489"/><Point x="919" y="489"/><Point x="926" y="489"/><Point x="933" y="489"/><Point x="940" y="490"/><Point x="947" y="491"/><Point x="954" y="495"/><Point x="960" y="498"/><Point x="965" y="502"/><Point x="971" y="506"/><Point x="977" y="509"/><Point x="982" y="514"/><Point x="986" y="519"/><Point x="990" y="524"/><Point x="994" y="530"/><Point x="997" y="537"/><Point x="1001" y="544"/><Point x="1004" y="551"/><Point x="1007" y="557"/><Point x="1010" y="564"/><Point x="1013" y="571"/><Point x="1016" y="578"/><Point x="1019" y="585"/><Point x="1021" y="592"/><Point x="1022" y="598"/><Point x="1023" y="604"/><Point x="1024" y="610"/><Point x="1024" y="617"/><Point x="1025" y="623"/><Point x="1026" y="630"/><Point x="1026" y="637"/><Point x="1027" y="644"/><Point x="1027" y="651"/><Point x="1027" y="659"/><Point x="1027" y="666"/><Point x="1027" y="673"/></PointPattern></PointPatterns></Gesture><Gesture name="J"><PointPatterns><PointPattern><Point x="984" y="318"/><Point x="985" y="326"/><Point x="986" y="333"/><Point x="986" y="340"/><Point x="987" y="346"/><Point x="987" y="353"/><Point x="988" y="359"/><Point x="989" y="367"/><Point x="989" y="374"/><Point x="990" y="381"/><Point x="991" y="388"/><Point x="992" y="395"/><Point x="993" y="403"/><Point x="994" y="410"/><Point x="994" y="418"/><Point x="994" y="425"/><Point x="995" y="433"/><Point x="995" y="442"/><Point x="996" y="450"/><Point x="996" y="457"/><Point x="997" y="464"/><Point x="998" y="470"/><Point x="998" y="479"/><Point x="998" y="486"/><Point x="998" y="494"/><Point x="998" y="502"/><Point x="998" y="510"/><Point x="998" y="519"/><Point x="998" y="526"/><Point x="997" y="533"/><Point x="996" y="541"/><Point x="996" y="549"/><Point x="995" y="556"/><Point x="993" y="562"/><Point x="992" y="568"/><Point x="990" y="574"/><Point x="988" y="580"/><Point x="986" y="587"/><Point x="984" y="593"/><Point x="982" y="599"/><Point x="981" y="605"/><Point x="978" y="611"/><Point x="977" y="617"/><Point x="974" y="623"/><Point x="972" y="629"/><Point x="969" y="635"/><Point x="965" y="642"/><Point x="961" y="648"/><Point x="957" y="654"/><Point x="952" y="660"/><Point x="947" y="664"/><Point x="941" y="667"/><Point x="935" y="668"/><Point x="928" y="668"/><Point x="921" y="666"/><Point x="915" y="663"/><Point x="909" y="660"/><Point x="903" y="656"/><Point x="897" y="652"/><Point x="891" y="647"/><Point x="886" y="643"/><Point x="881" y="638"/><Point x="876" y="633"/><Point x="871" y="629"/><Point x="867" y="624"/><Point x="861" y="618"/><Point x="857" y="613"/><Point x="853" y="608"/><Point x="849" y="602"/><Point x="846" y="595"/><Point x="843" y="589"/><Point x="841" y="583"/><Point x="839" y="577"/><Point x="838" y="571"/><Point x="837" y="565"/><Point x="836" y="559"/><Point x="835" y="553"/></PointPattern></PointPatterns></Gesture><Gesture name="B"><PointPatterns><PointPattern><Point x="841" y="730"/><Point x="842" y="724"/><Point x="843" y="718"/><Point x="844" y="711"/><Point x="845" y="705"/><Point x="846" y="699"/><Point x="847" y="692"/><Point x="847" y="684"/><Point x="848" y="678"/><Point x="849" y="672"/><Point x="849" y="665"/><Point x="849" y="658"/><Point x="849" y="651"/><Point x="849" y="643"/><Point x="849" y="636"/><Point x="849" y="629"/><Point x="849" y="622"/><Point x="848" y="616"/><Point x="848" y="609"/><Point x="847" y="603"/><Point x="847" y="596"/><Point x="847" y="589"/><Point x="847" y="582"/><Point x="847" y="575"/><Point x="847" y="567"/><Point x="848" y="561"/><Point x="848" y="554"/><Point x="849" y="547"/><Point x="850" y="540"/><Point x="850" y="533"/><Point x="852" y="527"/><Point x="853" y="521"/><Point x="855" y="515"/><Point x="857" y="509"/><Point x="858" y="503"/><Point x="861" y="497"/><Point x="862" y="491"/><Point x="865" y="485"/><Point x="868" y="479"/><Point x="871" y="473"/><Point x="875" y="467"/><Point x="879" y="462"/><Point x="885" y="458"/><Point x="891" y="456"/><Point x="897" y="454"/><Point x="904" y="454"/><Point x="911" y="453"/><Point x="918" y="453"/><Point x="924" y="454"/><Point x="930" y="457"/><Point x="936" y="460"/><Point x="941" y="465"/><Point x="946" y="469"/><Point x="950" y="474"/><Point x="955" y="479"/><Point x="959" y="484"/><Point x="964" y="490"/><Point x="968" y="496"/><Point x="971" y="502"/><Point x="973" y="508"/><Point x="975" y="514"/><Point x="976" y="520"/><Point x="976" y="527"/><Point x="975" y="534"/><Point x="974" y="540"/><Point x="971" y="546"/><Point x="967" y="551"/><Point x="963" y="556"/><Point x="958" y="560"/><Point x="952" y="564"/><Point x="947" y="568"/><Point x="941" y="570"/><Point x="935" y="574"/><Point x="929" y="576"/><Point x="923" y="579"/><Point x="917" y="581"/><Point x="911" y="582"/><Point x="905" y="583"/><Point x="899" y="584"/><Point x="893" y="585"/><Point x="887" y="586"/><Point x="881" y="587"/><Point x="875" y="589"/><Point x="881" y="592"/><Point x="887" y="593"/><Point x="893" y="594"/><Point x="899" y="595"/><Point x="905" y="597"/><Point x="911" y="599"/><Point x="917" y="602"/><Point x="924" y="606"/><Point x="930" y="609"/><Point x="936" y="613"/><Point x="943" y="617"/><Point x="948" y="621"/><Point x="953" y="625"/><Point x="957" y="630"/><Point x="961" y="635"/><Point x="965" y="640"/><Point x="967" y="647"/><Point x="968" y="653"/><Point x="968" y="660"/><Point x="969" y="666"/><Point x="969" y="673"/><Point x="967" y="679"/><Point x="963" y="684"/><Point x="958" y="688"/><Point x="952" y="691"/><Point x="946" y="694"/><Point x="940" y="697"/><Point x="934" y="698"/><Point x="927" y="699"/><Point x="921" y="700"/><Point x="915" y="702"/><Point x="909" y="703"/><Point x="903" y="705"/><Point x="897" y="707"/><Point x="891" y="708"/><Point x="885" y="709"/><Point x="879" y="711"/><Point x="873" y="712"/><Point x="867" y="714"/><Point x="861" y="716"/></PointPattern></PointPatterns></Gesture><Gesture name="Up-Right"><PointPatterns><PointPattern><Point x="569" y="633"/><Point x="569" y="624"/><Point x="569" y="612"/><Point x="569" y="590"/><Point x="569" y="583"/><Point x="570" y="577"/><Point x="571" y="568"/><Point x="571" y="557"/><Point x="572" y="550"/><Point x="572" y="542"/><Point x="573" y="534"/><Point x="573" y="506"/><Point x="574" y="473"/><Point x="576" y="463"/><Point x="576" y="453"/><Point x="577" y="446"/><Point x="578" y="439"/><Point x="578" y="432"/><Point x="579" y="422"/><Point x="580" y="414"/><Point x="581" y="408"/><Point x="582" y="402"/><Point x="583" y="395"/><Point x="583" y="388"/><Point x="584" y="382"/><Point x="584" y="375"/><Point x="584" y="367"/><Point x="584" y="360"/><Point x="595" y="360"/><Point x="606" y="362"/><Point x="617" y="365"/><Point x="628" y="366"/><Point x="641" y="366"/><Point x="654" y="367"/><Point x="672" y="367"/><Point x="695" y="368"/><Point x="715" y="369"/><Point x="745" y="371"/><Point x="759" y="373"/><Point x="777" y="373"/><Point x="790" y="373"/><Point x="805" y="373"/><Point x="819" y="371"/><Point x="831" y="371"/><Point x="844" y="371"/><Point x="855" y="372"/><Point x="864" y="372"/><Point x="872" y="372"/><Point x="883" y="372"/><Point x="891" y="373"/><Point x="899" y="373"/><Point x="909" y="373"/><Point x="917" y="373"/><Point x="926" y="373"/><Point x="935" y="373"/><Point x="946" y="373"/><Point x="956" y="373"/></PointPattern></PointPatterns></Gesture><Gesture name="Down-Left"><PointPatterns><PointPattern><Point x="700" y="183"/><Point x="700" y="190"/><Point x="699" y="210"/><Point x="700" y="265"/><Point x="700" y="275"/><Point x="700" y="287"/><Point x="700" y="298"/><Point x="700" y="309"/><Point x="700" y="321"/><Point x="700" y="332"/><Point x="700" y="344"/><Point x="701" y="353"/><Point x="699" y="361"/><Point x="699" y="372"/><Point x="699" y="382"/><Point x="699" y="389"/><Point x="699" y="396"/><Point x="699" y="404"/><Point x="699" y="411"/><Point x="699" y="418"/><Point x="699" y="425"/><Point x="699" y="432"/><Point x="699" y="439"/><Point x="699" y="448"/><Point x="699" y="455"/><Point x="699" y="464"/><Point x="699" y="471"/><Point x="699" y="479"/><Point x="693" y="480"/><Point x="687" y="477"/><Point x="681" y="476"/><Point x="624" y="477"/><Point x="616" y="477"/><Point x="608" y="478"/><Point x="602" y="479"/><Point x="590" y="479"/><Point x="583" y="479"/><Point x="572" y="479"/><Point x="566" y="478"/><Point x="552" y="478"/><Point x="544" y="478"/><Point x="533" y="479"/><Point x="525" y="479"/><Point x="517" y="479"/><Point x="506" y="480"/><Point x="498" y="480"/><Point x="491" y="480"/><Point x="483" y="480"/><Point x="477" y="481"/><Point x="468" y="483"/><Point x="459" y="483"/><Point x="452" y="484"/><Point x="444" y="484"/><Point x="437" y="485"/><Point x="426" y="485"/><Point x="415" y="485"/><Point x="405" y="485"/><Point x="399" y="487"/></PointPattern></PointPatterns></Gesture></Gestures><Ignored><Ignore name="Taskbar" enabled="1"><MatchCriteria><ownerclass>Shell_TrayWnd</ownerclass><ownerclassregex/><ownertitle/><ownertitleregex/><parentclass/><parentclassregex/><parenttitle/><parenttitleregex/><controlclass/><controlclassregex/><controltitle/><controltitleregex/><controlid/><file>explorer.exe</file><fileregex/><pathregex/><disableonactivate>0</disableonactivate></MatchCriteria></Ignore></Ignored><Global><Actions><Action description="Navigate - Back" enabled="1"><GestureName>Left</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>acSendKeys("{BROWSERBACK}")</Lua><Left>0</Left></Action><Action description="Navigate - Forward" enabled="1"><GestureName>Right</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>acSendKeys("{BROWSERFORWARD}")</Lua><Left>0</Left></Action><Action description="Window - Minimize" enabled="1"><GestureName>/ Down</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>--example below uses the gesture start
#10;--coordinates (gsx and gsy) to identify
#10;--the window to be minimized
#10;
#10;acMinimizeWindow(nil, gsx, gsy) </Lua><Left>0</Left></Action><Action description="Window - Maximize or Restore" enabled="1"><GestureName>/ Up</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>--example below uses the gesture start
#10;--coordinates (gsx and gsy) to identify
#10;--the window to be maximized/restored
#10;
#10;acMaximizeOrRestoreWindow(nil, gsx, gsy)</Lua><Left>0</Left></Action><Action description="Window / Tab - Next" enabled="1"><GestureName/><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>1</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code will switch to the next window or tab within
#10;-- a program, it's the same as pressing CTRL+TAB
#10;
#10;-- the action is set to fire when you hold the stroke
#10;-- button and scroll the mouse wheel up
#10;
#10;acSendKeys("^{TAB}")</Lua><Left>0</Left></Action><Action description="Window / Tab - Previous" enabled="1"><GestureName/><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>1</WheelDown><StrokeState>0</StrokeState><Lua>-- this code will switch to the next window or tab within
#10;-- a program, it's the same as pressing CTRL+SHIFT+TAB
#10;
#10;-- the action is set to fire when you hold the stroke
#10;-- button and scroll the mouse wheel down
#10;
#10;acSendKeys("^+{TAB}")</Lua><Left>0</Left></Action><Action description="Clipboard - Copy" enabled="1"><GestureName>Up</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+C key combination to Copy the
#10;-- selected item
#10;
#10;acSendKeys("^c")</Lua><Left>0</Left></Action><Action description="Clipboard - Paste" enabled="1"><GestureName>Down</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+V key combination to paste the
#10;-- item on the clipboard
#10;
#10;acSendKeys("^v")</Lua><Left>0</Left></Action><Action description="Clipboard - Cut" enabled="1"><GestureName>X</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+X key combination to Cut the
#10;-- selected item
#10;
#10;acSendKeys("^x")</Lua><Left>0</Left></Action><Action description="Refresh" enabled="1"><GestureName>Up - Down</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the F5 key to refresh the window
#10;
#10;acSendKeys("{F_5}")</Lua><Left>0</Left></Action><Action description="Open Explorer" enabled="1"><GestureName>e</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code opens Explorer (assumes a default Windows
#10;-- install location of C:\Windows)
#10;
#10;acRunProgram("c:\\windows\\explorer.exe","",0, 0, 500, 500, 2)</Lua><Left>0</Left></Action><Action description="Open Google" enabled="1"><GestureName>G</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code will open the Google seaerch page in the
#10;-- default web browser
#10;
#10;acShellExecute("open", "http://www.google.com", "", "", 1) </Lua><Left>0</Left></Action><Action description="Application - Switch to Last" enabled="1"><GestureName>Left</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code will activate the last active window in
#10;-- the regular Desktop space. To execute, you draw a line
#10;-- to the left and click the Left mouse button once
#10;-- before you let go of the stroke button
#10;
#10;acPreviousApplication()</Lua><Left>1</Left></Action><Action description="Application - Cycle Open Apps" enabled="1"><GestureName>Down-Left</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code will activate the next window in
#10;-- the regular Desktop space. To execute, you draw a line
#10;-- to the right and click the Left mouse button once
#10;-- before you let go of the stroke button
#10;
#10;acNextApplication()</Lua><Left>1</Left></Action><Action description="Undo" enabled="1"><GestureName>U</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+Z key combination, which
#10;-- is usually the Undo command (may not be the case
#10;-- for every program)
#10;
#10;acSendKeys("^z")</Lua><Left>0</Left></Action><Action description="Redo" enabled="1"><GestureName>R</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+Y key combination, which
#10;-- is usually the Redo command (may not be the case
#10;-- for every program)
#10;
#10;acSendKeys("^y")</Lua><Left>0</Left></Action><Action description="Ignore Next Gesture" enabled="1"><GestureName>D</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code will tell S+ to ignore the next stroke
#10;-- button down
#10;
#10;acDisableNext()</Lua><Left>0</Left></Action><Action description="Media - Play / Pause" enabled="1"><GestureName>P</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the Play/Pause key command (same
#10;-- as pressing the Play/Pause button on a multimedia
#10;-- keyboard
#10;
#10;acSendKeys("{MEDIAPLAYPAUSE}")</Lua><Left>0</Left></Action><Action description="Media - Last Track" enabled="1"><GestureName>L</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the Previous Track key command (same
#10;-- as pressing the Previous Track button on a multimedia
#10;-- keyboard
#10;
#10;acSendKeys("{MEDIAPREVTRACK}")</Lua><Left>0</Left></Action><Action description="Media - Next Track" enabled="1"><GestureName>N</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the Next Track key command (same
#10;-- as pressing the Next Track button on a multimedia
#10;-- keyboard
#10;
#10;acSendKeys("{MEDIANEXTTRACK}")</Lua><Left>0</Left></Action><Action description="Media - Stop" enabled="1"><GestureName>S</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the Stop key command (same
#10;-- as pressing the Stop button on a multimedia
#10;-- keyboard
#10;
#10;acSendKeys("{MEDIASTOP}")</Lua><Left>0</Left></Action><Action description="Volume - Toggle Mute" enabled="1"><GestureName>M</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code toggles the system Mute on or off
#10;
#10;acToggleMute()</Lua><Left>0</Left></Action><Action description="Volume - Increase" enabled="1"><GestureName/><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>1</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the Volume + key command (same
#10;-- as pressing the Volume + button on a multimedia
#10;-- keyboard. To execute, hold the stroke button and
#10;-- click the Left mouse button once; while still holding
#10;-- the stroke button, scroll the mouse wheel up
#10;
#10;acSendKeys("{VOLUP}")
#10;</Lua><Left>1</Left></Action><Action description="Volume - Decrease" enabled="1"><GestureName/><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>1</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the Volume - key command (same
#10;-- as pressing the Volume - button on a multimedia
#10;-- keyboard. To execute, hold the stroke button and
#10;-- click the Left mouse button once; while still holding
#10;-- the stroke button, scroll the mouse wheel down
#10;
#10;acSendKeys("{VOLDOWN}")
#10;</Lua><Left>1</Left></Action><Action description="Window / Tab - Close" enabled="1"><GestureName>\ Up</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+W key combination, which
#10;-- will usually close a window or tab within an application
#10;
#10;acSendKeys("^w")</Lua><Left>0</Left></Action></Actions><Hotkeys><Hotkey description="Exit S+" enabled="1"><Modifier1>1</Modifier1><Modifier2>2</Modifier2><Modifier3>3</Modifier3><Modifier4>4</Modifier4><Key>71</Key><HotkeyID>1</HotkeyID><Lua>acExit()</Lua></Hotkey><Hotkey description="Disable S+" enabled="1"><Modifier1>1</Modifier1><Modifier2>3</Modifier2><Modifier3>4</Modifier3><Modifier4>-1</Modifier4><Key>51</Key><HotkeyID>2</HotkeyID><Lua>-- The first call is made to ensure that if the ignore key is
#10;-- part of this hotkey definition, S+ maintains a proper tray
#10;-- icon state after the call to acDisable() is made.
#10;acDisableNext()
#10;acDisable()</Lua></Hotkey><Hotkey description="Toggle S+ Tray Icon Visibility" enabled="1"><Modifier1>1</Modifier1><Modifier2>3</Modifier2><Modifier3>4</Modifier3><Modifier4>-1</Modifier4><Key>44</Key><HotkeyID>3</HotkeyID><Lua>acToggleTrayIcon()</Lua></Hotkey></Hotkeys></Global><Applications><Application name="Desktop" enabled="1" noglobal="0"><MatchCriteria><ownerclass>WorkerW</ownerclass><ownerclassregex/><ownertitle/><ownertitleregex/><parentclass/><parentclassregex/><parenttitle/><parenttitleregex/><controlclass>SysListView32</controlclass><controlclassregex/><controltitle>FolderView</controltitle><controltitleregex/><controlid/><file>explorer.exe</file><fileregex/><pathregex/></MatchCriteria><Actions><Action description="(Ignore) / Up" enabled="1"><GestureName>/ Up</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- there's no code here because we simply want S+ to
#10;-- ignore this gesture when drawing on the Desktop
#10;-- since Windows doesn't handle the Desktop being
#10;-- minimized or maximized very well</Lua><Left>0</Left></Action><Action description="(Ignore) / Down" enabled="1"><GestureName>/ Down</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- there's no code here because we simply want S+ to
#10;-- ignore this gesture when drawing on the Desktop
#10;-- since Windows doesn't handle the Desktop being
#10;-- minimized or maximized very well</Lua><Left>0</Left></Action><Action description="(Ignore) \ Up" enabled="1"><GestureName>\ Up</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- there's no code here because we simply want S+ to
#10;-- ignore this gesture when drawing on the Desktop
#10;-- since Windows doesn't handle the Desktop being
#10;-- closed very consistently</Lua><Left>0</Left></Action></Actions></Application><Application name="Internet Browsers" enabled="1" noglobal="0"><MatchCriteria><ownerclass/><ownerclassregex/><ownertitle/><ownertitleregex/><parentclass/><parentclassregex/><parenttitle/><parenttitleregex/><controlclass/><controlclassregex/><controltitle/><controltitleregex/><controlid/><file/><fileregex>firefox.exe|chrome.exe|iexplore.exe</fileregex><pathregex/></MatchCriteria><Actions><Action description="Full Screen" enabled="1"><GestureName>Right - Up</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- the code below simulates pressing the F11 key, which
#10;-- major browsers support for switching to Full Screen view
#10;
#10;acSendKeys("{F11}")</Lua><Left>0</Left></Action><Action description="Open Link in New Tab / Open New Tab" enabled="1"><GestureName/><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code does one of two things, if the mouse cursor
#10;-- is a HAND, the link below the cursor is opened in a new
#10;-- tab. If the mouse cursor is not a HAND, a new browser
#10;-- tab is opened this action is executed by holding the
#10;-- stroke button and clicking the left mouse button, either
#10;-- over a link or anywhere over the browser for a new tab
#10;if acGetMouseCursorType() == "HAND" then
#10;#9;acMouseClick(gsx, gsy, 1, 1, 1) #9;
#10;else
#10;#9;acSendKeys("^t")
#10;end</Lua><Left>1</Left></Action><Action description="Re-Open Last Closed Tab" enabled="1"><GestureName>Right - Down</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+SHIFT+T key combination which
#10;-- opens the last closed tab in major browsers
#10;
#10;acSendKeys("^+t")</Lua><Left>0</Left></Action><Action description="Zoom In" enabled="1"><GestureName>Z</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>1</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL + key combination which zooms
#10;-- in with major browsers. To execute this action, hold the
#10;-- stroke button and draw a Z, while still holding the
#10;-- stroke button, scroll the mouse wheel up
#10;
#10;acSendKeys("^{PLUS}")</Lua><Left>0</Left></Action><Action description="Zoom Out" enabled="1"><GestureName>Z</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>1</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL - key combination which zooms
#10;-- out with major browsers. To execute this action, hold the
#10;-- stroke button and draw a Z, while still holding the
#10;-- stroke button, scroll the mouse wheel down
#10;
#10;acSendKeys("^{SUBTRACT}")</Lua><Left>0</Left></Action><Action description="Home Page" enabled="1"><GestureName>h</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the Browser Home key to the active window
#10;-- this is the same as pressing the Home key on an Internet
#10;-- browser aware keyboard
#10;
#10;acSendKeys("{BROWSERHOME}")</Lua><Left>0</Left></Action><Action description="View Downloads" enabled="1"><GestureName>J</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+J key combinations which
#10;-- opens the downloads in major browsers
#10;
#10;acSendKeys("^j")</Lua><Left>0</Left></Action><Action description="Bookmark Page" enabled="1"><GestureName>B</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>-- this code sends the CTRL+D key combination which
#10;-- bookmarks the current page in major browsers
#10;
#10;acSendKeys("^d")</Lua><Left>0</Left></Action></Actions></Application><Application name="Schematics" enabled="1" noglobal="1"><MatchCriteria><ownerclass>Afx:400000:8:10011:0:903b1</ownerclass><ownerclassregex/><ownertitle>MicroSim Schematics - [ Zero crossing study.sch p.1 (stale) ]</ownertitle><ownertitleregex/><parentclass>Afx:400000:8:10011:0:903b1</parentclass><parentclassregex/><parenttitle>MicroSim Schematics - [ Zero crossing study.sch p.1 (stale) ]</parenttitle><parenttitleregex/><controlclass>AfxFrameOrView42</controlclass><controlclassregex/><controltitle/><controltitleregex/><controlid>59648</controlid><file>PSCHED.EXE</file><fileregex/><pathregex/></MatchCriteria><Actions><Action description="Zoom Entire" enabled="1"><GestureName>Up-Right</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><Left>0</Left><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>acSendKeys("%VE")</Lua></Action><Action description="Zoom Area" enabled="1"><GestureName>Down-Left</GestureName><Control>0</Control><Alt>0</Alt><Shift>0</Shift><Right>0</Right><Middle>0</Middle><Left>0</Left><X1>0</X1><X2>0</X2><WheelUp>0</WheelUp><WheelDown>0</WheelDown><StrokeState>0</StrokeState><Lua>acSendKeys("%VA")</Lua></Action></Actions></Application></Applications></config>
Go to Top of Page

Castor

USA
12 Posts

Posted - 10/04/2018 :  14:56:55  Show Profile
Rob:
I have good news and bad news. Removing the "Owner Class Name" AND "Parent Class Name" fixes the no response locally on second session. The fact that some sort of process ID is in these names can be seen by comparing the strings before and after the "==>". The represent 2 different uses of the bullseye:

Owner Title:
MicroSim Schematics - [ Zero crossing study.sch p.1 (stale) ]
Owner Class Name:
Afx:400000:8:10011:0:1a04c5 ==> Afx:400000:8:10011:0:190429
Parent Title:
MicroSim Schematics - [ Zero crossing study.sch p.1 (stale) ]
Parent Class Name:
Afx:400000:8:10011:0:1a04c5 ==> Afx:400000:8:10011:0:190429
Control Title:

Control Class Name:
AfxFrameOrView42
Control ID:
59648
File Name:
PSCHED.EXE

However, I still can't control the WinXP machine from the Win10 machine through an RDC session?
I saw that the debug stream said:

00000460 22.24709511 [2800] gGestureComplete: Main script - Using state 1
00000461 22.24713516 [2800] gGestureComplete: (Before script) Mouse Wheel Not Firing, calling clearCaptureVars
00000462 22.24717140 [2800] DrawnGestureName Cleared - clearCaptureVars()
00000463 22.25252151 [2800] gGestureComplete: (After script) No match found, ignoring gesture
00000464 22.25266647 [2800] gGestureComplete: (After script) Release Lua state 1
00000465 22.25271034 [2800] gGestureComplete: (After script) Mouse Wheel Not Firing, calling setWindowState
00000466 22.25274467 [2800] Enter setWindowState
00000467 22.25330162 [2800] setWindowState (1) - About to call SetWindowPos
00000468 23.57669640 [2800] MOUSE BUTTON DOWN
00000469 23.57678032 [2800] bOnlyAllowDefinedApps == false

But, I don't know what it means?

Go to Top of Page

Rob

USA
2615 Posts

Posted - 10/04/2018 :  17:00:51  Show Profile  Visit Rob's Homepage
So looking at the code, what S+ is doing at that point is getting the handle to the window where the mouse pointer is, to get the action script to execute based on the window matched and the gesture drawn.

From the looks of it, it's not matching the PSCHED application so it's falling back to checking for a global action, but there's no match, so it just gives up ("No match found, ignoring gesture").

If I had to guess, there's something about the coordinates when using RDC, like they're off in some way. Or that the RDC has a layer window or something in place so when the match is happening, it's seeing something that isn't PSCHED, so again it doesn't match.

To test this theory, take one of of the actions for PSCHED, same gesture drawing, same script and create one in Global Actions. Then try to draw it over PSCHED and see if it works. If it does, then it's definitely some kind of matching issue while over RDC, like coordinates are off or there's a hidden window layer interfering (above) PSCHED.

But also, try removing all qualifiers except PSCHED.EXE, all other text boxes empty.
Go to Top of Page

Castor

USA
12 Posts

Posted - 05/05/2019 :  11:11:26  Show Profile
Rob:
Sorry about the delay, life blah blah blah.
OK, so I tried stripping the qualifiers off of PSCHED.EXE, and adding the actions to both the global and desktop portions of the target (WinXP) computer. All without joy.
As you know, I use a different color for the host (Win10 home 64)and target machines, so I can see that the IgnoreList is being honored by the host machine.
If I try enough times I will occassionally get the action to work on the target machine. This smacks of a timing issue. That is, the mouse is running on the host, and Remote Desktop is sending this information to the target machine. I think this delay is at the heart of the problem (though I'll cop to, not having an idea how).
If I use the mouse locally on the target machine, everything works as advertised. Also, if I use the mouse locally on the host machine, everything works as advertised. The only issue I have when I use the mouse on the host machine, through a remote session to the target machine.
As I mentioned, I had to bump the "cancel delay" up to 2 seconds or so, to even get action drawing through the remote session to draw on the target machine.
The only other thing I can think is that I'm activating the remote action by sending the keystrokes "%VA". Perhaps keystrokes are routed differently for a remote desktop?

Go to Top of Page

Rob

USA
2615 Posts

Posted - 05/05/2019 :  11:24:29  Show Profile  Visit Rob's Homepage
It's possible there's some oddity/interference with injecting key input while the remote desktop is also technically relaying input as well...? Does it behave the same if you replace acSendKeys("%VA") with a message box call instead, just to rule out keyboard input issues, like acMessageBox("Working", "Boom!")
Go to Top of Page

Castor

USA
12 Posts

Posted - 05/06/2019 :  08:41:50  Show Profile
Rob:
So, I tried acMessageBox("Working", "Boom!"), and I couldn't get it to do anything. In fact, I can't get global actions or desktop actions to work remotely.
I added acMessageBox("Working", "Boom!") as a global and (not at the same time) desktop action. And, couldn't get a message box with either?
As I use a different color on the host and target machines, I'm sure that the host machine is ignoring the strokes on the target machine, but it isn't responding or ...
Could the reported mouse position be coming from the *host* mouse position?
Go to Top of Page

Rob

USA
2615 Posts

Posted - 05/09/2019 :  07:00:06  Show Profile  Visit Rob's Homepage
The reported mouse position should be translated to local coordinates in the client.
This is a tough one to troubleshoot, since I'm not there to analyze the host and remote clients. The high cancel time definitely indicates there must be a lot of lag happening, but hard to know where or why.
You might try something like Spy++ which is part of Visual Studio/Windows SDKs, it can show you all window messages in real-time, you could have it running on the remote showing only mouse messages to see what's showing up. But it's a pretty technical things, not end user friendly.
Go to Top of Page

Castor

USA
12 Posts

Posted - 05/09/2019 :  08:09:52  Show Profile
Rob:
But probably worth knowing how to do. Let me give it a shot, and see. It'll be next week, or so.
Go to Top of Page
   Topic Next Topic  
 Forum Locked
 Printer Friendly
Jump To:
StrokesPlus Forum © 2011-2018 Rob Yapchanyk Go To Top Of Page
Snitz Forums 2000