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...
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...
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....
... 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...
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,...
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...
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....
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...
... 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...
... 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...
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...
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...
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...
... 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,...
... 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...
... 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...
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...
... 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...
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...
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...