Are there any issues with using waits in a startup script? I have a couple programs which I need to make sure start up after something else is loaded, and in a...
Nothing wrong with using Wait.For() except it is more CPU intensive than an event... Wait.For(300000, ANYWINDOW("=notepad")) IF(ANYWINDOW("=notepad"))DO ;...
... Hi Ted, I'm just learning about the Event plugin, very nice. Just with the above, the Event.txt info file doesn't mention "\n" for new lines, only "\r".....
Hi, Barry. I always had the best results with the Misc plugin: myWait = MiscPlugin.wait_window("*Some caption*", "15000") Good luck. -- Luciano ES Santos, SP -...
... Hi Karen, I should stick with the documentation. I guess I've gotten sloppy. Because \n works, I've slipped into it. ... It was agreed on this board, when...
... PowerPro allows \r alone, \n alone, or the pairs \r\n or \n\r to represent end of line; those of use who have used manual typewriters would expect to have...
A final comment about events, they follow a similar syntax format as WIN.Debug. So, to see the differences between the following 3 items: Event.Create(10,30,...
Hy all together, i've some problems with *format start submenu. This format order doesn't work by me. I tested many times - no resolution. I want to make a...
Hello Carsten, ... I looked at the picture. The problem is that you are showing it as a Bar. Submenus work in menus, not in bars. The same command list may...
Guten Tag Alan Martin, ... That's it this is my problem - ok so i can fix it. ;) Thx. -- Mit freundlichen Grüssen Carsten Knück mailto:newsgroups@... ...
... Not that unusual :P I have a three monitor setup with my primary monitor being in the middle. Maybe this can be looked at as it's been a problem for a long...
I've been using PPro since the Stiletto days (and paid for it!) so it's a big part of my life. Recently I found something interesting, which is ActiveWords. In...
Based on your description, it sounds like macros would do exactly what you want. Check out the PP Help on the "*Macro Command" page for details. It's a little...
... You can also look at ARB which is a popup window you can put those keywords into to trigger just about anything you want. I think there's also a similar to...
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...
Oct 5, 2005 4:23 pm
25151
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...
Oct 5, 2005 4:27 pm
25152
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...
Oct 5, 2005 4:27 pm
25153
In ActiveWords ... This can be done by macros in Powerpro. A macro does not have to send text: it can execute any command. So for above, define the macro ...
... You have no idea how much i wanted this, Thanks a tonne!!!! btw those unfamiliar with newsreaders, Just download Opera/(its got a newsreader built in ) :)...
Hi Dave (madivad), ... There are two separate issues here: what WinBarDual5 will do and what PowerPro can do. [A] what WinBar can do... Following a request...
I may be crazy, but it seems to me that when I use *Wait 30 In a script or a command entry dialogue, ppro waits for 30 seconds, whereas, if I use wait.for(30) ...
... Not crazy, that's just how the commands have evolved in powerpro over the years. The *Wait commands were first, and made to be simple commands used in ...
programming a right minimize also emulates a webhome call; so both functions are performed (the programmed function PLUS a call to open the web browser) I've...