Hello to all, I just found and downloaded powerpro. Many thanks to the person (people) who created this program. Initially, I was looking for a virtual desktop...
I would like to use this opportunity to ask about the focus mechanism of the virtual desktop. When switching between two desktops , I notice that the focus is...
On Wed, 02 Jan 2008 03:48:04 -0000, "philhodgefpa" <philhodgefpa@...> ... Vdesks are used to show a subset of open windows and switch between the sets....
I have a script to send keys and mouse clicks to a dialog which has several drop-downs. Usually all are active, but in some cases a drop-down may be greyed...
On Wed, 09 Jan 2008 14:10:42 -0000, "barlennan" <barlennan@...> ... Instead of trying to detect when the control is greyed out, I suggest you try to...
In the Configure/Command List I'm trying to start a program then automatically have PowerPro hit the enter key as a Command Parameter. Any help would be...
Wednesday, January 9, 2008, 5:36:42 PM, Carroll Robbins wrote: CR> Instead of trying to detect when the control is greyed out, I suggest you CR> try to avoid...
In the Configure/Command List I'm trying to start a program then automatically have PowerPro hit the enter key as a Command Parameter. Any help would be...
... You have two items to setup. The autorun commandlist. And then the item in the autorun commandlist that hits enter. Ppro setup | Commandlist | New | Type...
... Sending the enter key would not be a command parameter. It could be done in the Command List item by specifying More Commands. You would need one ...
Thanks David and Sheri. Looks like I will have to work out what it all means. I have just scraped the surface and already I love PowerPro. Peter ... Parameter....
Hi, I want to make a simple keyboard macro that works its way through a dialog box (i'll tell it the keys to get to the field i want to fill), and puts in a...
Hi Carroll, I'm a super-beginner, although i've been using powerpro for a couple of years; only through the GUI though.. Thanks for the prompt reply. Couple of...
The media buttons on my keyboard no longer work (for a while, since i upgraded to XP Pro). Although the drivers don't seem to catch it, I can still get the ...
On Mon, 21 Jan 2008 05:16:19 -0000, "Deen Hameed" <public@...> ... You're welcome. ... The win plugin is a standard plugin that is installed when you...
On Mon, 21 Jan 2008 08:05:13 -0000, "Deen Hameed" <public@...> ... If you see a scan code of 179 (virtual key of middle caption left (key pause)) for...
... I found a rather comprehensive list. Example (toggles pause/play): win.postmessage("=wmplayer", 0x111, 18808, 0) vary the third argument as follows, I...
Thanks for that, Sheri & Carroll... Where did you get these keycodes from? I tried to put win.postmessage("=wmplayer", 0x111, 18808, 0) as a shortcut key but...
FWIW, i've installed 4.8b and it seems to work just finw ith my conf file. Previous versions (i think 4.6 & 4.7) just ignored my CAPSLOCK & TAPSHIFT, but this...
Please can someone put me in the picture regarding window handles, or point me to where I can find the relevant information? I need to check the existence of...
I've been briefly looking at Advanced Run Box (ARB) 3, and at PowerPro's help on Tiny Run Box. The aliases supplied with ARB all seem to be scripts rather than...
... happening. ... That worked. Thanks Carroll. BTW, with the sending keystrokes to a window in the background, I gave the manual a quick read as promised, and...
... What specificially do you mean about Adobe Bridge CS3? I was unable to run that at all on my system (always crashed) and at the time I tried it I found...
... f1=file.Validpath("c:\zdir\temp.txt") if(f1 ge 1) Do *Message File found *takefocus else *Message File NOT found *takefocus endif ... Quoting the Help...