Hey. Did anyone say "permission"? Don't bother asking me "permission" for that. All the PowerPro scripts I have distributed are in the public domain. I also...
... Accelerator keys you say? That sounds really sweet - but seemingly not possible with PP. :( Bruce? ;) Maybe if we store vector items as '&Item' it can...
... No offence here, just curiosity. Why bother to create one if it'll not come in PP, since there exists a superb alias freeware "TypeAndRun". At a glance,...
I found one caveat with the use of *dos | 2ppvar, I'm not sure if it's been mentioned before. As noted before in this group, one can use 2ppvar to capture and...
... One alternative that springs to my mind, that by logic should work but may not: Global Tmp = "" %ComSpec% /C Route Print | Grep 0x1000004 | 2PPVar...
Hi. ... I guess you mean my old runbox-script. I tried to achieve some kind of auto-completion with a timer there. I always wanted to improve it by using...
Hi. ... Apart from all the problems you get with using plain *wait, "*wait done" seems to work but seems to wait far too long (something like 3 seconds on my...
Sure, why not. - My program, my rules. My app, for example, won't be running all the time. You call it, it runs and closes. I can add or remove whatever...
This seems to work well global tmp="" do("*dos *hide","route print | ( grep 0x1000004 & echo "-eof-" ) | 2ppvar tmp","") wait for tmp win.debug(scriptname++":...
... First of all, I apologise if I hurt your feeling. This was not my intension in any sense. I hesitated if I had to mention it as an example or not since...
... You really got me here. ... No. Frankly I don't care about Linux or Mac, at least up to now. ... This sounds interesting indeed! Into PP too? ... I...
Is there a built-in way to find out the number of arg() elements that are passed to a script? I know I could test for "" == arg(i) but that breaks when "" is...
Hi. ... that are ... breaks ... Your right. Something like args.length seems to be missing but according to the helpfile, the number of args is limited to 8...
Is there any way to arrange notes automatically? Whenever I call up my notes the are rolled up but all over the screen. It takes a while to move them around...
Hi. ... No feelings hurt at all...:-) I had this idea about implementing auto-completion into the runbox at that time and wanted to try it out. I removed the...
Ok, trying to get this working and it seems to be fine until it crashes powerpro after dateno gets to 16...but I don't know why it's crashing powerpro. It...
... crashes ... crashing ... There is a bug in command list processing related to else if; I'll have to check if the same bug exists in script file processing....
... Duh....date plugin, there goes half of my script! =) Ok, Powerpro is still crashing after this runs for 15 times. Getting a nested too deeply error still....
... Relief...:-) ... I decided I had to be more clear here. But, I couldn't quite remember what happened exactly at that time since it's such a long time ago ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the power-pro group. File :...
power-pro@yahoogroups...
May 4, 2004 9:46 am
17303
http://groups.yahoo.com/group/power-pro/files/Plug-ins_and_add-ons/MouseTrap_v1.2.zip WHAT'S NEW: v 1.2 - The config file is now in a standard ini file...
Hi. ... I see. The problem is the timing. Running through a vector and comparing what you typed and completing that is rather trivial. The problem is WHEN to...