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 to share photos of your group with the world? 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 27559 - 27588 of 36672   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27559
Alan, yes that's it. That's how I did it before. I was thinking I'd achieved it with PowerPro and a plugin and I couldn't see how. Thanks to you and Bruce (I'm...
evewebber
Offline Send Email
Jul 1, 2006
8:55 am
27560
Hi people, Can someone show me some Keytrap entries which define a Win-key-only action and Win+SOMEKEY (such as Win+N) actions? I want to disable Windows' own...
Cüneyt
descent49
Offline Send Email
Jul 1, 2006
7:39 pm
27561
Before I start this I want to thank Bruce for the change to cl.GetLastPressed() machinery that made it work with dropped files. That put me back on the road....
evanascott2002
Offline Send Email
Jul 1, 2006
10:03 pm
27562
Ahhh... I take it all back. Sorry about that. After I rebooted the XP system the behavior was no longer apparent? My bad. evan...
evanascott2002
Offline Send Email
Jul 1, 2006
11:39 pm
27563
... It may be helpful to read the posts under this thread: http://groups.yahoo.com/group/power-pro/message/24486 To make it short, just prefix the commands of...
swzoh
Offline Send Email
Jul 2, 2006
12:55 am
27564
Hi. ... only ... I once wrote a script which does this, after some experimenting. I don't recall exactly ATM, what it does and why, cause it's a long time ago,...
mockey_a
Offline Send Email
Jul 2, 2006
12:26 pm
27565
Hi, First, does your hotkey contain [alt] or [ctrl] key that can make your application loose the focus ? Try a hotkey with *key MyTextToPaste if it works your...
nospam0123456us
Offline Send Email
Jul 2, 2006
3:56 pm
27566
In this code: local clname="newlistb" if ("x" == "y") do ("K:\\Identity\\SoundBank\\checkend.wav") cl.insert(clname, 5) endif the cl.insert() always executes....
evanascott2002
Offline Send Email
Jul 2, 2006
11:38 pm
27567
Hi evan, It needs "do" on the same line as the if() if ("x" == "y")do "If(...)" without "do" only applies to one following line. "If(...)do" applies to all...
Alan Martin
alanmartin_au
Offline Send Email
Jul 3, 2006
12:57 am
27568
... Nuts! I knew it had to be something really dumb but I just couldn't see it... and I know about the do thing too becuase it has caused me innumerable...
evanascott2002
Offline Send Email
Jul 3, 2006
1:45 am
27569
Hi Evan, I have often made the same mistake myself. This dummy's workaround is to always use the if()do form even if it's only one following line. ...
Alan Martin
alanmartin_au
Offline Send Email
Jul 3, 2006
2:07 am
27570
... Sounds like good advice. I will endeavor to follow it. Thanks again. evan...
evanascott2002
Offline Send Email
Jul 3, 2006
2:15 am
27571
... A very good explanation, many thanks!...
Mathias Dahl
xmdl
Offline Send Email
Jul 3, 2006
9:58 am
27572
... I sent regmon and filemon logs of cryptow loading to the last email address you emailed me from. Did you get it? If not, email me an uptodate email...
entropyreduction
entropyreduc...
Offline Send Email
Jul 3, 2006
4:41 pm
27573
I am running Powerpro 4.4 on Windows XP Home SP2. The script is in a button on a bar: *Script If (anywindow("C:\*")) *Window Close ("C:\*") else exec explorer2...
rainmanf1
Offline Send Email
Jul 4, 2006
12:56 pm
27574
hi, While the explorer is running it is a child a powerpro... It seems to be a normal behaviour because the exec do not <<detach the process>>. you can use the...
nospam0123456us
Offline Send Email
Jul 4, 2006
2:26 pm
27575
Setup: A *format drag button on a bar locked to another bar Expectation: dragging the drag button on the locking bar will drag/move both the locking and locked...
evanascott2002
Offline Send Email
Jul 4, 2006
7:22 pm
27576
... add keyword DO to the end of the IF line DO is required before ELSE ... if (...) do else endif...
sgp
acs322000
Offline Send Email
Jul 4, 2006
7:34 pm
27577
I received no more bug reports so, before I forget to do it once again, I'm officially releasing the rewrite of the plugin: ...
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Jul 4, 2006
9:06 pm
27578
... run ... I am not sure what you mean by "I can't run it again.". Do you get an error message? Which one? Or does it just not do what you expect? If so,...
brucexs
Offline Send Email
Jul 5, 2006
12:16 am
27579
... I would say the same error is possible in C/C++, but if you write if (expression statement 1 statement 2 } the closing brace without matching { will elicit...
brucexs
Offline Send Email
Jul 5, 2006
12:28 am
27580
Format Drag and locking bars work perfectly on my setup. Are you using the latest beta? It has several improvements to the locking features. ...
Alan Martin
alanmartin_au
Offline Send Email
Jul 5, 2006
12:30 am
27581
... Yet another dirty little secret of PowerPro syntax: the Do is optional in if-else in more commands (although you can use it if you want). Ther reason is...
brucexs
Offline Send Email
Jul 5, 2006
12:32 am
27582
... Hi Julien, I just tried to download this but get an error: "You do not have access to this document" Cheers Karen...
miinx
miinxfree
Offline Send Email
Jul 5, 2006
2:13 am
27583
There seems to be a confusion in this thread between these two very different things: [a] which program started another program [b] a process being a dependent...
Alan Martin
alanmartin_au
Offline Send Email
Jul 5, 2006
2:36 am
27584
... again, ... I guess you're using firefox. Visit the webpage and download it there. http://julp.curvedspaces.com/ Sean...
swzoh
Offline Send Email
Jul 5, 2006
2:42 am
27585
... Oops, the correct URL is http://julp.curvedspaces.com/pp.html...
swzoh
Offline Send Email
Jul 5, 2006
2:45 am
27586
... Thanks Sean! But no luck still. Same msg ("no access") trying to download Regex plugin zip from Julien's PP page. (Same with IE) Thanks again, Karen...
miinx
miinxfree
Offline Send Email
Jul 5, 2006
3:06 am
27587
Hi Karen, Julien's site works for me using Firefox so I downloaded http://julp.curvedspaces.com/regex131.zip and sent it to you as an email attachment. Alan M...
Alan Martin
alanmartin_au
Offline Send Email
Jul 5, 2006
3:47 am
27588
Hi, For a fancy feature of my dialog-editor to-be, I need a script which will launch a txt or ini file, then hang around until that file is no longer being...
entropyreduction
entropyreduc...
Offline Send Email
Jul 5, 2006
4:57 am
Messages 27559 - 27588 of 36672   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