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 17275 - 17304 of 36662   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17275
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...
Luciano ES
lucianolists
Offline Send Email
May 1, 2004
4:09 pm
17276
... 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...
Ravi/Shell-Shocked
r2mahara
Offline Send Email
May 1, 2004
4:39 pm
17277
... 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,...
swzoh
Offline Send Email
May 2, 2004
2:03 am
17278
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...
sgp
acs322000
Offline Send Email
May 2, 2004
7:06 am
17279
... One alternative that springs to my mind, that by logic should work but may not: Global Tmp = "" %ComSpec% /C Route Print | Grep 0x1000004 | 2PPVar...
Alex Peters
lx_peters
Offline Send Email
May 2, 2004
8:27 am
17280
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...
mockey_a
Offline Send Email
May 2, 2004
2:05 pm
17281
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...
mockey_a
Offline Send Email
May 2, 2004
3:13 pm
17282
Hi. ... wait for not anywindow("=cmd") might do as well (provided that you don't have any other dos-windows open). Mockey...
mockey_a
Offline Send Email
May 2, 2004
3:25 pm
17283
... wait for not anywindow("=cmd") might do as well (provided that you don't have any other dos-windows open). ... I'm using *wait nopath...
Ozkan
opacxp
Offline Send Email
May 2, 2004
3:42 pm
17284
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...
Luciano ES
lucianolists
Offline Send Email
May 2, 2004
5:07 pm
17285
This seems to work well global tmp="" do("*dos *hide","route print | ( grep 0x1000004 & echo "-eof-" ) | 2ppvar tmp","") wait for tmp win.debug(scriptname++":...
sgp
acs322000
Offline Send Email
May 2, 2004
7:27 pm
17286
Corrections: global tmp="" do("*dos *hide","route print | ( grep 0x1000004 & echo -eof- ) | 2ppvar tmp","") wait for tmp tmp=line(tmp,1) if ( "-eof-" != tmp...
sgp
acs322000
Offline Send Email
May 2, 2004
8:12 pm
17287
One more time: global tmp="" do("*dos *hide","route print | ( grep 0x1000004 & echo -eof- ) | 2ppvar tmp","") wait for tmp tmp=word(line(tmp,1),1) if ( "-eof-"...
sgp
acs322000
Offline Send Email
May 2, 2004
8:50 pm
17288
... 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...
swzoh
Offline Send Email
May 3, 2004
1:12 am
17289
... 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...
swzoh
Offline Send Email
May 3, 2004
2:52 am
17290
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...
sgp
acs322000
Offline Send Email
May 3, 2004
6:59 am
17291
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...
mockey_a
Offline Send Email
May 3, 2004
1:05 pm
17292
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...
stindlpeter
Offline Send Email
May 3, 2004
1:44 pm
17293
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...
mockey_a
Offline Send Email
May 3, 2004
1:56 pm
17294
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...
davidt.pproyg@...
datconsulting
Online Now Send Email
May 3, 2004
3:50 pm
17295
... Oh....use 04/01/04 as the date, and set first day as monday David Troesch...
davidt.pproyg@...
datconsulting
Online Now Send Email
May 3, 2004
3:52 pm
17296
... 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....
brucexs
Offline Send Email
May 3, 2004
6:08 pm
17297
. ... number ... local theDayNumber = (Index("SunMonTueWedThuFriSat", theDayName)-1)/3 Fixed......
brucexs
Offline Send Email
May 3, 2004
6:25 pm
17298
... Forgot about the date plugin local theDay = date.weekDay(date.get))...
brucexs
Offline Send Email
May 3, 2004
11:14 pm
17299
... 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....
davidt.pproyg@...
datconsulting
Online Now Send Email
May 4, 2004
12:32 am
17300
This script should do exactly what you're attempting: ; --- script begins here Local FillerDate = Date.Get If(FillerDate) Do Local FillerMonth =...
Alex Peters
lx_peters
Offline Send Email
May 4, 2004
1:30 am
17301
... 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 ...
swzoh
Offline Send Email
May 4, 2004
1:41 am
17302
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...
Send Email
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...
Russel
raseru
Offline Send Email
May 4, 2004
9:48 am
17304
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...
mockey_a
Offline Send Email
May 4, 2004
10:59 am
Messages 17275 - 17304 of 36662   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