PowerPro 3.8.09 available at http://www.windowspowerpro.com/download/ppro3809.zip (there was no 3.8.08) - fixed problems with ctrl-double click on note to run...
... Tested, working here! =) ... Much nicer than the shift-highlight double-click technique, tested both methods though and all's-well! ... I also see there's...
Well... ... Since you -David- started, may I add my "wishes". I am sorry -Bruce- if these are too out of the question. My excuse is that I am technically ...
NEWBIE Question: 1. Is there a way to copy configurations for buttons / menus from one button / menu to another ? 2. Is there a way to back up specific...
... Everything in powerpro that are menu's/buttons are just items in a command list, and different command lists. Use the Move or Copy button on the right of...
... Random? The only way to make it truly random would be load it into a script, using the "random" variable to choose however you want to randomize startup. ...
THANKS DAVID!!! __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/...
Hello everyone, If I'm not missing something following scripts should reproduce the same result but they don't. ... Do ("Quit", "") Debug test ... Do ("Quit...
Is there a way to create a bar that will display the news headlines (which are href in html coding, i.e. links to pages with the news story)? And then by...
... Sounds like you want a PPro script that will parse a RSS/XML feed and launch the browser, a la newsreader like FeedDemon. -- Dennis Hays - HaysDesign ...
Dennis, I don't need something fancy like FeedDemon. Parsing is the part I don't understand. For example, in the example below, how do I display as *info the ...
... Yeah, I can only think of cumbersome ways to get this to work. What I'd do is to setup a button (or hotkey) that would work as a kind of switch: -If no...
That's a cool use of PowerPro, but it would take some work to get it right... I suppose you're using the net plugin to download the HTML file. You could the...
Hi Bizaro Why would you need to put Quit inside a Do( , , ) ? Anyway,I get the same results here with PowerPro 3.8.07 ;This doesn't quit the script: Do...
hehe, i see it coming : ppro webservices with php and curl its easy to strip out content. you still would have to use the net plugin, mmh, i'll think about...
Hi. ... How many headlines would you like to display? And from what websites? If it's plain html and no real newsfeed you might need a special parsing routine...
Hello alanmartin_au, you wrote... ... It seems that you can use wait with Do() in some situations, try this Do ("Wait 5 'r Debug test", "") or this Do ("Wait 5...
... The script interpreter does special processing for wait and for flow control statements like quit, if, etc. It won't recognize those statements if they...
... program/window? ... useable in ... I'm experimenting with a HookWindowEvents command list which will get called with window handle whenever a window is...