Did anyone have any ideas on this? ... From: powerpro-beginners@yahoogroups.com [mailto:powerpro-beginners@yahoogroups.com] On Behalf Of John Morse Sent:...
Hello John, ... I think that is not designed to show the Start Menu in its usual place. It is meant to show it at the mouse position. If you try the same...
... Alternatively, you could first move the mouse pointer to where you want the Start Menu to appear, before the menu command which you put in the more...
... As Alan pointed out, the Menu Show StartMenu command is behaving as intended, showing the start menu at the mouse. Apparently it's necessary to show the...
Awesome! Thanks Alan. ... From: powerpro-beginners@yahoogroups.com [mailto:powerpro-beginners@yahoogroups.com] On Behalf Of Alan Martin Subject: Re: [ppro-b]...
Thanks. I'll keep this in mind. ... From: powerpro-beginners@yahoogroups.com [mailto:powerpro-beginners@yahoogroups.com] On Behalf Of Jon Visick Sent: Tuesday,...
Hi all, I am to PP. The other night I was browsing either this group or the other PP group on Yahoo and I came across in the file or link section what seemed...
Hello Gordon, In your main PowerPro folder there is ppst.chm which is the PowerPro Scripting Tutorial. Not much in the Files section of the powerpro-beginners...
... There are some flash tutorials as well to see how to do things with powerpro. http://www.pcrei.com/ppro/winks/index.php Which is from the resource page ...
I have defined an action (some mouse clicks) to set a window to always be on top. Can I set the same action to toggle between on "top" and "not on top" (TOP...
On 11 Aug 2006, Alan Martin ... I am a newbie and find Powerpro's help rather better than most. Unfortunately it does not allow me to search for a given...
... Use the command Win.ontop("active") That will toggle the state. If you want to force the state use: Win.ontop("active",0) Or Win.ontop("active",1) See help...
Hi all, as I sometimes use my notebook for music only, I found the useful *Desktop command HideShowIcons. It toggles the desktop icons off and on as supposed....
... I don't understand nor can I find that help item. :-( Where do I put Win.ontop("active") and what do I need to put with it? The help index does not have...
Hello Warra, It seems you are using an older version of PowerPro, before Bruce moved the info about plugins into the main PowerPro Help. If so, you will find a...
is it possible to make sure that during a sequence like *Keys {to autorun}%pSecretPassword{enter} the keyboardinput is either stopped or buffered? it happens...
I'm using PowerPro 4.5 and want to send text to DOS programs. I find that text snippets pasted by clicking the relevant buttons work, but that means the DOS...
I have a text file macro that I have set to activate via a button. It worked fine on my previous PC, but now- using the same PowerPro (4.1- wow I did not...
i am new to powerpro, (less than a week), and i've been using it as a shortcut to making a prototype for a downloadable mouse activated menu for use in...
Hi guys, I've been trying to find examples and tutorials on how to fill out web forms and submit them but couldn't seem to find any. So, I decided to try it...
... No and Yes. What you can do is strip your config down to just the functionality you have designed. Then create an archive with folders which would put...
Hi everyone, I'm quite used to many functions of powerpro, but I still use another macro-program for clicking on buttons, because of the simplicity of use ...
Could someone tell me how to setup a command in powerpro to Start K9 with Outlook, then when I close Outlook have powerpro shut down K9 as well. Thanks -- John...
... K9 with ... well. My SMTP provider seems to be very slow again, so I'll copy my reply here. The original will probably eventually appear... Hi John, on...
Hi John, on Mon, 30 Oct 2006 10:56:30 -0600GMT you wrote: JM> Could someone tell me how to setup a command in powerpro to Start K9 with JM> Outlook, then when...
Thanks Peter. I saved the file as k9.powerpro and changed the paths. I was wondering how do I run this script? Also, the line for NOLOGO is a command for...
John, Just to add my 2 cents... I wouldn't remove the DO lines. Those lines are what is actually starting the two programs. The change you made looks good. ...