Yes, the reason you see the menu is that PowerPro lets the right mouse go through and then cancels the menu if necessary. I don't want to try to implement...
Hi. Never knew there was an Ecco-related script. I'm keen to see what it can do, but get the same error message, "Must have an open eco file to continue,...
... Ty i use: test=0,0,0,ANY,RMU,,,.Lancia@MouseRU(%chan%),0,1,0,0,0, but Function MouseRU(wHan) ;WM_RBUTTONUP win.PostMessage(wHan, 0x0205, 0, 0) EndFunction ...
postingm wm_righdowns won't likely work for powerpro to pick up. Try sending the mouse click using mousetrap. It needs to go into the mouse event queue. There...
Hi all - I have just started using PowerPro (v. 4.9n5) on Win7 after many (many) years using it in XP (and Stiletto on Win 3.11 before that). Can't really live...
I have not heard of this before either and don't really know what it could be. My view is that it is almost certainly an interaction between PowerPro and...
Sorry, I thought mousetrap could send as well as intercept, but I guess it cannot. StrokeIt is a pretty sophisticated program as far as I can remember but...
Many thanks for the reply, Bruce - your help is appreciated. I'll check through the things you suggest, but at first glance my hunch is that they'll be...
... After some googling and experimentation, I found it. You were exactly right (of course): it was another program interfering. I have had to use this...
OK, I'll think about what I can do and maybe post an experimental version of mousegesture later in the week, likely wed. I think I could add a service ...
I just noticed that mousetrap can send mouse clicks -- see the help under command section. So possibly this would work: intercept the right up and down as...
... command section. ... This is a clever idea and it works, except that the context menu does not work when I not make a gesture. Again, in Notepad++ 5MD send...
I'll do the mg change, but that won't help with the context menu: you still need to do that part. All that would change in the stuff below is that you would...
I suspect you'll also have to disable the mousetrap processing of right click before you do the sendmouse, and then re-enable after. Seems the easiest way is...
OK, I guess you guys got the script from the 0_TEMP_ folder area in files. It does look like the version I use is a bit updated since then. I just posted the...
FYI a quick bit googling reveals that windows 7 allegedly will close potentially unauthorized dde connections between programs and client/servers when the...
Try the mousegesture.dll plugin in the files area mousegesture.track(flag) flag=1 start tracking (if the window under the mouse could possibly result in a...
... autostop=n stop tracking but try to match would not be appropriate even to add a option autonomatch=n to stop tracking but do NOT try to match ?...
... if i set autostop=3000 drag gesture and release mouse after 3 seconds gesture is cancelled if i set autostop=1500 drag gesture and not release mouse, after...
I am glad it worked for you. Could you post your mousetrap.ini file and any associated script and I will add to help file for mousegesture in case anyone else...