Hello Bruce, you wrote... ... Thanks. Following returns an error, ... Local i For (i = 0 ; i < 1 ; i = i + 1) If (1) Do Jump J EndIf @J Win.Debug("test") ...
... I don't think it's a bug. Since If()Do-EndIf is nested inside For()-EndFor, PP should expect to meet EndIf before EndFor. In your example, reached EndFor...
... and that code looks like a mess to me. using jump like that is plain silly when the proper way would be to put the win.debug inside the if()do-endif that...
- fixed bugs and inconsistencies in handling of –n versus –a postfixes to the single-byte types - if an array of chars was created from a string or an...
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...
Aug 1, 2006 4:48 pm
28059
Hi, on a hotkey I use *Clip Menu, let the user select a clipboard entry and then continue with some more ppro commands that convert clipboard content before...
... Thank you tproli. What happens if PowerPro is already installed on the target system's hard disk drive? What happens if regular PowerPro is already running...
... that code looks like a mess to me. I agree that the code is not stylish, but it is legal. The problem is that PowerPro's error detection gets fooled by...
... canceled ... Not currently, although I could add something. In the mean time, a script like the following will work: ;----------------------- static res ...
... It used to work in the past before the last update of pprotray. After the last update of pprotray, however, it stopped working for pprotray to startup that...
... Huh, I didn't realize that, I haven't started powerpro from my USB key since the last update. I wonder if Bruce would go back to the way it was, or add a...
We're having tropical nights here, so I got insomnia last night, and this thread caught my attention again. The following didn't work for other apps' windows...
Here is the problem: i would like to be able to go "up one dir" in all explorer windows with a right mouse click (or right double click). i do remember that...
... I lost sight of this thread, please remind me, what is your script doing? I tried to run it from a ppro note and from a file, but I always get this error...
... doing? ... Oops, sorry, that means hWIme is null (or not a valid window handle) in your system, i.e., IME (Input Method Editor) is not installed. This one...
... and ... for ... get/set ... Hi. Sean.. Thanks.. Your script work well.. toggle, first - korean, second - english, third - korean.... BTW.. For example.. ...
... configuration option to bypass those checks. ... I did not add any specific checks for how it is started so it must be a side effect of other changes I...
... I cannot think of any way to do this except by sending the backspace to Explorer using some kind of hot key-like action. In other words, its as good as I...
... dwConv ^ 1 : toggle between Korean & English dwConv | 1 : turn Korean Mode on dwConv & ~1 : turn Korean off, i.e., English mode on ... It returns back to...
pproconf typos setup tab Save up to XX folders... [ ] Text file should be Save up to XX folders... [ ] Shortcut and tooltip when mouse over number of folders ...
... It doesn't seem to work with Maxthon: 1. Maxthon class icon looks like an empty window 2. No flashing when the corresponding Windows taskbar is flashing -...