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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 26291 - 26320 of 36658   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26291
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...
Johannes Kilian
jbkilian
Offline Send Email
Mar 1, 2006
12:03 pm
26292
See PowerPro.hlp + Index + command line of powerpro.exe eg: "pathToPowerPro\powerpro.exe" .MyScript@Label(arg1, arg2) PowerPro must already be running for...
Ted Wall
tedfwall
Offline Send Email
Mar 1, 2006
2:14 pm
26293
... 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...
brucexs
Offline Send Email
Mar 1, 2006
5:29 pm
26294
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...
davidt.pproyg@...
datconsulting
Online Now Send Email
Mar 2, 2006
12:18 am
26295
... Change to *script for. I 'll fix the need for the * in next beta....
brucexs
Offline Send Email
Mar 2, 2006
1:41 am
26296
... 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...
davidt.pproyg@...
datconsulting
Online Now Send Email
Mar 2, 2006
2:27 am
26297
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: ...
Johannes Kilian
jbkilian
Offline Send Email
Mar 2, 2006
6:28 am
26298
... error of: You cannot put endfor in more commands. Works fine for me when it is not....
brucexs
Offline Send Email
Mar 2, 2006
2:11 pm
26299
... 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...
brucexs
Offline Send Email
Mar 2, 2006
2:16 pm
26300
... 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 ...
davidt.pproyg@...
datconsulting
Online Now Send Email
Mar 2, 2006
2:56 pm
26301
... 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 ...
brucexs
Offline Send Email
Mar 2, 2006
3:18 pm
26302
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 ...
brucexs
Offline Send Email
Mar 2, 2006
5:17 pm
26303
... 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,...
davidt.pproyg@...
datconsulting
Online Now Send Email
Mar 2, 2006
9:05 pm
26304
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...
brucexs
Offline Send Email
Mar 3, 2006
1:42 am
26305
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...
Ted Wall
tedfwall
Offline Send Email
Mar 3, 2006
5:28 pm
26306
... Fix works perfectly, no errors any more. Thanks!! David Troesch | Atlanta, GA | ICQ# 2333123 What the RIAA and MPAA don't want you to know....
davidt.pproyg@...
datconsulting
Online Now Send Email
Mar 3, 2006
8:18 pm
26307
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...
martynsmailbox
Offline Send Email
Mar 6, 2006
5:45 am
26308
... 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...
davidt.pproyg@...
datconsulting
Online Now Send Email
Mar 6, 2006
6:06 am
26309
... 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...
Marko Bozikovic
enbozho
Offline Send Email
Mar 6, 2006
8:07 am
26310
... wbload.exe (I ... skinning ... skinned) As ... being skinned :) ... Hi Guys, Many thanks for your replies. I have tried many of the the things you ...
martynsmailbox
Offline Send Email
Mar 6, 2006
1:30 pm
26311
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...
davidt.pproyg@...
datconsulting
Online Now Send Email
Mar 6, 2006
6:01 pm
26312
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. ;...
rsiebler
Offline Send Email
Mar 6, 2006
6:43 pm
26313
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....
Petra8
theyaleon
Offline Send Email
Mar 7, 2006
3:32 pm
26314
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...
Ken
tocthecat
Offline Send Email
Mar 7, 2006
4:06 pm
26315
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;...
Ted Wall
tedfwall
Offline Send Email
Mar 7, 2006
4:10 pm
26316
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...
Paul Moore
pf_moore
Offline Send Email
Mar 7, 2006
8:58 pm
26317
... You have to use keytrap.sendkeys(69,144,0)++keytrap.sendkeys(69,144,1) Sean...
swzoh
Offline Send Email
Mar 7, 2006
11:11 pm
26318
... 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...
Ken
tocthecat
Offline Send Email
Mar 8, 2006
12:45 pm
26319
I'm back......
entropyreduction
entropyreduc...
Offline Send Email
Mar 8, 2006
5:16 pm
26320
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...
entropyreduction
entropyreduc...
Offline Send Email
Mar 8, 2006
5:17 pm
Messages 26291 - 26320 of 36658   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