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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 19587 - 19616 of 36664   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19587
... Hi Alex, I already replied to this message, however, it seems to disappear! Anyway, it's basically as I observed too. 1) %env% in Command Field: taken care...
swzoh
Offline Send Email
Oct 1, 2004
8:26 am
19588
... With spaces in any path in any field, they need to be framed in quotes Eg "c:\path with spaces" I would also like to see the exact % example you are using...
davidt.pproyg@...
datconsulting
Online Now Send Email
Oct 1, 2004
9:51 am
19589
Hi Guys, I have written a bar to improve the functionality of PuTTY. I have created two buttons, one to copy the screen and another to print the screen using...
Steve Fisher
xirconuk
Offline Send Email
Oct 1, 2004
10:53 am
19590
... I exported my dev bar and here is the command in text which is used. [5] Tooltip = Eclipse 3.0.1 Icon =Left,0 LCmd1 = "C:\tools\eclipse\eclipse.exe" ...
Wayne Fuller
pacofuller
Online Now Send Email
Oct 1, 2004
12:40 pm
19591
... By adding a *Format Context command to your bar as the first item in its command list, this is indeed achievable. *Format Context =Putty Please refer to...
Alex Peters
lx_peters
Offline Send Email
Oct 1, 2004
12:44 pm
19592
OK, here is my finding so far. I think the trouble arose mainly from the separator/delimiter between the command and the parameter, in the case of the icon...
swzoh
Offline Send Email
Oct 1, 2004
1:15 pm
19593
... I found that the trick of "0x13" is also sort of applicable in the imported cases too. Just put "0x13" at the end of the command in the (hex) editor. Sean...
swzoh
Offline Send Email
Oct 1, 2004
2:22 pm
19594
... Or you may use cl function as: cl.AddLeft(clname, 0, "command"++esc("0x13",0), "parameters") Sean...
swzoh
Offline Send Email
Oct 1, 2004
2:30 pm
19595
... Internally, PowerPro is set up to deal with a command line consisting of a command file optionally followed by a space and then parameters. For icon...
brucexs
Offline Send Email
Oct 1, 2004
2:42 pm
19596
... Would it not be possible to extract the command line from the unexpanded data, and then act upon that? It seems to me that this would make the checking for...
Alex Peters
lx_peters
Offline Send Email
Oct 1, 2004
2:58 pm
19597
... The problem is that I have an common icon extract routine used in many situations; it some it gets passed a file name, in others it gets passed a command...
brucexs
Offline Send Email
Oct 1, 2004
3:07 pm
19598
... This was what I thought when I first heard the problem. But, what made me go through somewhat unnecessarily a long way was the misbehaviour of the...
swzoh
Offline Send Email
Oct 1, 2004
3:35 pm
19599
... Yes, it looks worse than I originally thought. Probably a bug with any command line args breaking the icon for cases where an environment var is there and...
brucexs
Offline Send Email
Oct 1, 2004
5:21 pm
19600
... Although I'm not sure it'll be of help, what I noticed was: The above worked (only) if the parameters were (any # of leading blanks)(/ or \)(any # of...
swzoh
Offline Send Email
Oct 2, 2004
12:15 am
19601
Hi Bruce, Might I request that in your next release of PowerPro, you change the class name of PowerPro's Debug window from #32770 to something more unique and...
Alex Peters
lx_peters
Offline Send Email
Oct 2, 2004
1:21 pm
19602
... the ... Its a modeless dialog box created by the CreateDailog routine, and I am reasonably sure that the window class cannot be changed (since it is uses a...
brucexs
Offline Send Email
Oct 2, 2004
3:18 pm
19603
Hello everyone, ... ;one line below Local myV = Vec.CreateFromLines("20041002151814 \n20041002150637 \n20041002150400") ;one line above Vec.Sort(myV) ...
bizaro
bizzaroy
Offline Send Email
Oct 2, 2004
3:24 pm
19604
... \n20041002150400") ... PP cannot handle natively the number great than "2^31 - 1" i.e., "2147483647". I think you have to put them in quotes as: ...
swzoh
Offline Send Email
Oct 2, 2004
4:28 pm
19605
Hello Sean, you wrote... ... It works now. Thank you for explaining that for me....
bizaro
bizzaroy
Offline Send Email
Oct 2, 2004
6:36 pm
19606
Hello everyone, According to the vec.txt Vec.DoubleSort sorts vector in ascending order, but according to the following script Vec.DoubleSort sorts vector in ...
bizaro
bizzaroy
Offline Send Email
Oct 2, 2004
7:56 pm
19607
... By the way I just tested the case of using an associated document file, such as: %windir%\name.txt or: c:\windows\name.txt in the Command field, with no...
Alan Martin
alanmartin_au
Offline Send Email
Oct 2, 2004
10:32 pm
19608
... wait.until() doesn't seem equivalent to wait.for() as wait.for can be nested in a script, wait.until() apparently can't and generates an error. -sgp ppro...
sgp acs322000
acs322000
Offline Send Email
Oct 3, 2004
7:22 am
19609
... Sorry, I don't get your point. Of course wait.for() and wait.until() are different ones. (I believe wait.until() is a direct generalization of the plain...
swzoh
Offline Send Email
Oct 3, 2004
10:47 am
19610
... Here are examples: 1) poduces an error: iexplore.exe wait.ready() keys {to =iexplore}%f 2) works fine: iexplore.exe wait.ready("=iexplore") keys {to...
swzoh
Offline Send Email
Oct 3, 2004
11:47 am
19611
... (?'"20041002151814"'++"\n"++?'"20041002150637"'++"\n"++?'"20041002150 400"') ... This is the correct root cause of the bug in vec.sort. I've changed ...
brucexs
Offline Send Email
Oct 3, 2004
3:38 pm
19612
... I think this is fixed here http://powerpro.webeddie.com/download/powerpro.exe Shurdown PowerPro, rename powerpro.exe to powerpro.exeback, then download...
brucexs
Offline Send Email
Oct 3, 2004
4:50 pm
19613
Hello Bruce, you wrote... ... It works great, thanks....
bizaro
bizzaroy
Offline Send Email
Oct 3, 2004
7:19 pm
19614
... Hi Sean, I agree my point wasn't clear. All I wanted to say is that wait.for() can be freely used in nested scripts, while wait.until() can't (at least in...
sgp acs322000
acs322000
Offline Send Email
Oct 3, 2004
9:35 pm
19615
Hello everyone, Bruce, PowerPro can show content of file in tool tip of clip and folder menu. Would it be hard for you to add such functionality to...
bizaro
bizzaroy
Offline Send Email
Oct 3, 2004
11:36 pm
19616
... This can already be done using some script code (untested): CL.SetToolTip(CLName, CLIndex, .@ToolTipFromFile(?"%WinDir%\Win.ini") Quit @ToolTipFromFile ...
Alex Peters
lx_peters
Offline Send Email
Oct 4, 2004
1:22 am
Messages 19587 - 19616 of 36664   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