... 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...
... 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...
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...
... 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" ...
... 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...
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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
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...
... 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...
... \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: ...
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 ...
... 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...
... 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...
... 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...
... 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...
... (?'"20041002151814"'++"\n"++?'"20041002150637"'++"\n"++?'"20041002150 400"') ... This is the correct root cause of the bug in vec.sort. I've changed ...
... I think this is fixed here http://powerpro.webeddie.com/download/powerpro.exe Shurdown PowerPro, rename powerpro.exe to powerpro.exeback, then download...
... 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...
... This can already be done using some script code (untested): CL.SetToolTip(CLName, CLIndex, .@ToolTipFromFile(?"%WinDir%\Win.ini") Quit @ToolTipFromFile ...