Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18214 - 18243 of 36664   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18214
Hi, gang! Anyone? Thank you! ... From: mitchellwma1 [mailto:mitchellwma1@...] Sent: Wednesday, June 30, 2004 6:11 AM To: power-pro@yahoogroups.com ...
W.M. Mitchell
mitchellwma1
Offline Send Email
Jul 1, 2004
4:43 pm
18215
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...
W.M. Mitchell
mitchellwma1
Offline Send Email
Jul 1, 2004
4:46 pm
18216
... heh, never thought about being able to do that =) David Troesch | Atlanta, GA | ICQ# 2333123 If you don't take action, someone else will....
davidt.pproyg@...
datconsulting
Online Now Send Email
Jul 1, 2004
5:34 pm
18217
... 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...
davidt.pproyg@...
datconsulting
Online Now Send Email
Jul 1, 2004
5:40 pm
18218
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...
mockey_a
Offline Send Email
Jul 1, 2004
6:22 pm
18219
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...
entropyreduction
entropyreduc...
Offline Send Email
Jul 1, 2004
7:30 pm
18220
... 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...
swzoh
Offline Send Email
Jul 2, 2004
2:30 am
18221
... 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...
Russel
raseru
Offline Send Email
Jul 2, 2004
3:17 am
18222
... I've been wanting this one too. Specifically, to use PPROSERVICES* from a different thread. But I don't know if this will be possible. Bruce?...
Russel
raseru
Offline Send Email
Jul 2, 2004
3:21 am
18223
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...
Ravi/Shell-Shocked
r2mahara
Offline Send Email
Jul 2, 2004
10:09 am
18224
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...
mockey_a
Offline Send Email
Jul 2, 2004
10:38 am
18225
... 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...
mockey_a
Offline Send Email
Jul 2, 2004
11:29 am
18226
... 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....
swzoh
Offline Send Email
Jul 2, 2004
11:32 am
18227
Hi. ... Are you using "\" as the escape char? If so, backslashes in strings have to be escaped ("\\"). ?"..." should work as well. Mockey...
mockey_a
Offline Send Email
Jul 2, 2004
11:32 am
18228
... 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...
swzoh
Offline Send Email
Jul 2, 2004
11:38 am
18229
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 ...
mockey_a
Offline Send Email
Jul 2, 2004
11:54 am
18230
... 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...
Ravi/Shell-Shocked
r2mahara
Offline Send Email
Jul 2, 2004
12:13 pm
18231
... Interesting. Would you check the pressed keys by running the following while pressing the AltGr key? wait 2 win.debug(KeyTrap.GetPressedKeys)...
swzoh
Offline Send Email
Jul 2, 2004
12:41 pm
18232
... following ... 17,18,162,165 What does that show on your machine? Mockey...
mockey_a
Offline Send Email
Jul 2, 2004
12:53 pm
18233
... 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,...
swzoh
Offline Send Email
Jul 2, 2004
2:09 pm
18234
... Or glob6=17,18,0,2,49,0,,,keytrap.SendKeys("{148}"),1,1,0 glob6=17,18,0,2,49,0,,,keytrap.SendKeys("{148}"),1,1,1 ......
swzoh
Offline Send Email
Jul 2, 2004
2:14 pm
18235
... I think if you use _file_ (and avoid &("_file_")! then these types of problems will not happen. If not, let me know. File.Name(_file_)...
brucexs
Offline Send Email
Jul 2, 2004
2:41 pm
18236
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...
mockey_a
Offline Send Email
Jul 2, 2004
7:24 pm
18237
... No. I don't have a key like your AltGr-key which seems to simulate sort of two-key presses by one-key press. ... All works fine for me: ...
swzoh
Offline Send Email
Jul 2, 2004
11:42 pm
18238
... 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...
swzoh
Offline Send Email
Jul 3, 2004
12:13 am
18239
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:...
W.M. Mitchell
mitchellwma1
Offline Send Email
Jul 3, 2004
3:44 am
18240
... This worked fine Bruce. Thanks. -- Ravi (http://shell-shocked.org) "Avoid hangovers: Stay drunk!"...
Ravi/Shell-Shocked
r2mahara
Offline Send Email
Jul 3, 2004
10:03 am
18241
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...
mockey_a
Offline Send Email
Jul 3, 2004
12:27 pm
18242
... 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...
Alex Peters
lx_peters
Offline Send Email
Jul 3, 2004
1:04 pm
18243
... 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...
swzoh
Offline Send Email
Jul 3, 2004
1:20 pm
Messages 18214 - 18243 of 36664   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help