Hi therem probably a beginners question, but I've not found any docu yet: I want to do something like: runfile "Subdir\Test2"(5,6,"test") What's the correct...
See PowerPro.hlp + Index + command line of powerpro.exe eg: "pathToPowerPro\powerpro.exe" .MyScript@Label(arg1, arg2) PowerPro must already be running for...
... runfile.subfolder\filename(arg1, arg2, ..., argn) where subfolder is a subfolder of scripts subfolder of PowerPro pcf file folder, or is a subfolder of one...
I'm testing to see if there's a performance difference between running something from inside the .pcf vs running from a script file. This is running as quickly...
... That fixed the internal error. It's now complaining: Missing endfor in command list script If I but the *Script Endfor in the More commands field I get an...
Hi Bruce, ... Yep - but this only half of the thing I wanted to know. I don't see how I can use the syntax mentioned above, with the following example: ...
... how I ... You have to use script path. Something like do ("script path", basepath) do ("runfile."++myscript, ?^(arg1, "arg in quotes")^) Or if test2 does...
... Weird, when I was using apply, it was erroring but now it is seeing it fine. I have a funny feeling that there is still something that isn't working ...
... working ... I had a quick look at this and notice that you had at least one nested if-else in more commands. You cannot do this. You can only use one ...
working ... Yes, there is a bug where for (local i=0; i<0; i=i+1) win.debug(i) endfor generates an error if in a command list. It appears that if the stop ...
... I checked, I only have that in the monitor list. I removed any other areas that might be a problem. ... I don't think I can enter this into a commandlist,...
if you ... dropdown appends Coudl be, I'll check. Note that you do no need to type the script, you can just type the same thing you would type into a file...
Bruce, Would it be possible to activate the middle and right mouse buttons and return which mouse button was used in VEC.ShowMenu? (as the ctrl, shift, etc...
Hi All, Been a user of PowerPro for years..... had some dealings with the legendary Bruce in the early days too! I have always shied away from using PowerPro...
... Not being a windowblinds user, I hope this helps. Powerpro and windowblinds have never played well together, but I've heard occational successes if you can...
... As David said, you should make sure that WB starts after PP. If you're using Win2k, disable WB's loading on startup, and run wbload.exe (I think that's the...
... wbload.exe (I ... skinning ... skinned) As ... being skinned :) ... Hi Guys, Many thanks for your replies. I have tried many of the the things you ...
Is there a way make this wait not suck so much CPU in checking for the window? Maybe an optional parameter that will tell it to only check every 1 second, or...
I wrote some scripts to make sure that PPro launches before WB. One is a Windows logoff script to disable WB and another is launched by PPro to enable WB. ;...
Hi everyone! Does anybody know how to send variable to cmd.exe or any else window? Keys function is incapable I guess API PostMessage can but I don't know how....
I am trying to use KeyTrap to force the stupid NumLock key to always be in the ON state. I searched and did not find anything related to what I want to do. I...
Hi David, Yes, a WAIT.For tests every 5 ms. Unless Bruce writes a variation try using a FOR...ENDFOR to do the testing: ; Run the test 20 times FOR(LOCAL i= 0;...
Can I assume that any or all of the GetVar, SetVar, pFlags and ppsv arguments to a plugin entry point are constant? To be precise, I want to save them in a...
... Ok I changed my little script file to this: keytrap.sendkeys(69,144,0) keytrap.sendkeys(69,144,1) Quit I added the Quit command hoping to get rid of the...
Hi, What do you think of automatically releasing any handle stored in a vector/map element (handle to a vec, map, dll struct, whatever) when said vector or map...