Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

power-pro · Free discussion list for PowerPro users

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 37822 - 37855 of 41531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
37822 philipp_l_kiefer
philipp_l_ki... Send Email
Aug 2, 2010
5:26 pm
Hi. Since upgrading to Win7, I get the following error on system startup (see screenshot below): "cannot find start menu button". ...
37823 brucexs Send Email Aug 2, 2010
6:00 pm
I updated the main download link; pls see if it helps. Should be version 4.9n5 on "about powerpro" http://powerpro.webeddie.com/download/pwrpro49.zip...
37824 philipp_l_kiefer
philipp_l_ki... Send Email
Aug 2, 2010
7:14 pm
Worked like a charm! It's gone. Many thanks!...
37825 entropyreduction
entropyreduc... Send Email
Aug 3, 2010
2:55 am
In answer to my own question, this is what debugger tells me is happening: Assume plugin xxx is loaded. On PP shutdown: if there is a "shutdown"; service...
37826 brucexs Send Email Aug 3, 2010
10:24 am
It is correct that after the "unload" service is executed, Powerpro notices that fact and then calls FreeLibrary. The detach stuff is more about how Windows...
37827 Brother Gabriel-Marie
brother.gabriel Send Email
Aug 9, 2010
4:52 pm
Hello, y'all! I want to dynamically build a pp menu from the contents of an ini file. Based on the ini below, it should have three submenus corresponding to ...
37828 entropyreduction
entropyreduc... Send Email
Aug 9, 2010
5:11 pm
... Start with ini plugin, look at sample scripts in there....
37829 Sheri
silvermoonwo... Send Email
Aug 10, 2010
3:21 am
... Might want your script to transform the ini file into a file menu, save the file menu, and then show it with menu.showfile(yourfilemenu). A file menu of...
37830 Sheri
silvermoonwo... Send Email
Aug 10, 2010
3:27 am
... Hi sgp, Sorry, not ignoring you, just haven't thought of a great application for a pattern callout etither. However, an auto callout could be helpful while...
37832 brother.gabriel Send Email Aug 11, 2010
3:01 pm
Hello, y'all! Anyone a clue how to make the belkin hardware switch work using PP? The switch allows you to switch the use of a keyboard and mouse between two...
37833 brother.gabriel Send Email Aug 13, 2010
1:53 pm
Hello, y'all! Thanks for the idea, Sheri. I did it too! My function will read from one or more ini files and build a menu, with submenus if you want, from...
37834 power-pro@yahoogroups... Send Email Aug 13, 2010
2:00 pm
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 :...
37835 brother.gabriel Send Email Aug 15, 2010
7:32 pm
Hello, y'all! Hey I am wondering why you can't find PowerPro amoungst the regular download sites, like Snapfiles and PortableFreeware? You never hear any...
37836 brucexs Send Email Aug 17, 2010
10:33 am
... - I don't upload it anywhere anymore - it's hard to use and only for a certain user who likes to tinker - it's not really been updated for vista or win7 -...
37837 brother.gabriel Send Email Aug 18, 2010
8:54 pm
Well, Mr. Bruce, that is understandable, I suppose. I absolutely love Powerpro, and I have become quite addicted to it. If I had any money I would send it to...
37838 brother.gabriel Send Email Aug 18, 2010
10:05 pm
Hello, y'all! I use Powerpro portable on my usb drive, but I always have problems with it. For example, I add win.debug(somevariable) to a function and call...
37839 brucexs Send Email Aug 18, 2010
11:14 pm
Glad you like it. But I am curious as to the phrase "hidden unknown". I am used to the phrase "hidden gem", although I am not sure it applies to PowerPro (not...
37840 brucexs Send Email Aug 18, 2010
11:43 pm
... The only explanation I can see for this is as follows: PowerPro keeps a copy of scripts in memory to save time running them. It tries to detect whether...
37841 potain
potainme Send Email
Aug 19, 2010
2:32 pm
Hi Over the last couple of weeks I have a message coming up when I go to save an htlm file: Cannot create any folder entry G:\FromE&#92;Program...
37842 brother.gabriel Send Email Aug 19, 2010
7:59 pm
Okay, Well, I can't remember where I got that portable version. It seems to do little more than filter out a few registry entries which PP makes (5 or 6)....
37843 brother.gabriel Send Email Aug 19, 2010
8:00 pm
Oh, well, "hidden" because you can't find a link to the site anywhere, and "unknown" because it isn't in any of the major freeware repositories. As for being...
37845 wperkins48 Send Email Aug 20, 2010
3:59 pm
Downloaded and installed PowerPro 4.9n3, dated Aug. 2, 2010 Can't seem to find a list of changes from previous version. Can someone help me and tell me what's...
37846 brucexs Send Email Aug 22, 2010
11:10 am
... This folder is accesses through the option on the setup tab "save up to xx folders". Not sure why it suddenly acted up. De-activating should fix....
37847 brucexs Send Email Aug 22, 2010
11:11 am
... Help|contents|new for this release. Not much has changed in the last several years. Mainly scripting stuff (like for each and with), bug fixes,...
37848 entropyreduction
entropyreduc... Send Email
Aug 22, 2010
5:46 pm
... I'm mucking about with getting dialog plugin to play nicely with out-of-process-dialogs. Along the way I looked into diverpp Yup. If (diverpp.exe) spawns...
37850 SS
hypersam.tw Send Email
Aug 23, 2010
6:47 am
I would love to select all paragraphs in a text editor. ^{ed} can send {control}+{end} but ^+{ed} won't work as {ctrl}+{shift}+{end}. can anyone help me with...
37851 Carroll Robbins
Carroll_Robbins Send Email
Aug 23, 2010
9:29 am
... For the key code Ctrl+Shift+End you need to use {fast}{Ctrl}{Shift}{End}{Shift}{Ctrl} {fast} has to be used to send Ctrl and Shift together. {fast} may not...
37853 SS
hypersam.tw Send Email
Aug 23, 2010
5:28 pm
Thanks. It really solves my problem. Another issue is the pause timing. Do I have any alternative to wait.for()? I am writing a simple text reader by using a...
37854 Carroll Robbins
Carroll_Robbins Send Email
Aug 23, 2010
9:32 pm
... Use wait.forinterval(expression) where expression is the number of milliseconds to wait. This is explained in powerpro.hlp. -- Carroll B. Robbins, Jr....
37855 tocthecat Send Email Aug 25, 2010
3:16 pm
Got a virus the other day, from what I later found out was a hijacked web site. The virus was the "Security Suite" malware, one of the nasty ones that warn of...
Messages 37822 - 37855 of 41531   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help