I love Stiletto as it's easy to use. I can run it independently of my PowerPro bar which is great. I have one button that shows the day (i.e., Thu), another...
... I'm sure most people here have been on powerpro for 5+ years now that stiletto is just a happy memory. What problems are you having with y2k? The scheduler...
Hi Russel, In keytrap there is a parameter ONKEYUP, which when set to "0" should cause the key to be trapped onkeydown. Basically this seems to work but when...
Hi Bruce, I've got a bit of configuration that logically should be done when the plugin dll loads. But I need access to GetVar and maybe PPROSERVICES*. Those...
... should ... together ... after ... Although I'm not Russel, it may be of help if you uncheck the option "Always wait for ctrl, alt, shift, and win to be up...
... Working fine on keytrap v1.9 and PP 3.8.12 and XP. Whether "Always wait for ctrl, alt, shift..." is checked or not, this is working fine. The ONKEYUP...
Is there a reason why: File.Name("F:/Shell-Shocked/9images/link5.jpg") works, however File.Name("F:\Shell-Shocked\9images\link5.jpg") doesn't? Using the PP...
Hi. ... OK. Using keytrap v1.9 and PP 3.8.17 and XP. When I try: glob6=0,0,0,2,49,0,,,keytrap.SendKeys("{148}"),1,1,0 which is causing key "1" to send some...
... No. That doesn't seem to work. glob7=0,0,0,93,93,1,,,,1,1,0 is causing the App-key not getting trapped as modifier-key at all. Would something like that be...
... What build are you using? I don't think you're using 3.8.11 now. There were some changes in recent builds, especially, escape character in your case here....
... I became curious. Do you define two modifier keys here? E.g., the above means "Left <Ctrl> + Right <Alt>" modifier keys in my keyboard. The modifier keys...
Hi. ... above ... These are the vkcodes that scanmode shows when I press my "AltGr"-key (Right <Alt> if you want). It seems that "Left <Ctrl>" is always ...
... No - I needed to update my sig - I'm using 3.8.17 ... Ok, that clears it up - the trouble is that the context menu extension (right click) passes...
... Left <Ctrl> : 17 162 Right <Ctrl>: 17 163 Left <Alt> : 18 164 Right <Alt>: 18 165 Left <Ctrl> + Right <Alt> : 17 18 162 165 I hoped to find something else,...
Hi. ... What would be really interesting for me is: 1. Do you have an AltGr-key, too or is this something special of my (german) keyboard? 2. Does something...
... OK. Now I think I pinned down the reason. It's not the modifier keys but the command "keytrap.sendkeys()" or "win.sendkeys()". In retrospect, it's a...
Sorry the subject line wasn't clear. Hoping I could get help on this old app. Thanks! ... From: W.M. Mitchell Sent: Thursday, July 01, 2004 12:46 PM To:...
Hi. ... It's correct that it seems to have something to do with these commands. I tried it with win.debug instead and it works as expected then. BTW I'm a bit...
... Hi guys, I'm not sure if this has already been mentioned, but I consider it to be of importance in this situation. If I understand correctly, you are...
... Hi, Mockey: Actually I found out that the command seemed to trigger immediately at the press of the keys. So, I'm completely lost again. :) Try the...