... While I can't speak to Windows 7, I run PP as a non-admin in XP and as long as I give my non-admn account full rights to the PowerPro directory (or run it...
... Ok, try com0.63_090601.zip in the usual http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ Sorry for all the variations....
... Replaced com0.63_090601.zip with com0.63_090602.zip at usual http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ Any luck?...
Hi everyone, Is there a trick to making PowerPro notes survive a reboot? I can create a new note, but once I reboot, PowerPro comes up but no notes are...
On Wed, 03 Jun 2009 17:59:27 +1000, Grumpy Gamer <ehathgepiurhe@...> ... According to your message notes do survive a reboot. Normally notes that are...
On Wed, 03 Jun 2009 05:33:52 -0400, Carroll Robbins ... Hi Carroll, I probably phrased that question badly. Yes, they do survive a reboot I suppose, I just...
On Wed, 03 Jun 2009 19:44:43 +1000, Grumpy Gamer <ehathgepiurhe@...> ... Some people have hundreds of notes. It would not be useful to display all of...
... It's the lowest end of the new Intel i7 processor line and I haven't found anything that is threaded well enough to max out all the cores :) Which means a...
Next round: try 0.63_090604.zip at usual http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ and test with included script...
... Generally, problems still remains. However, strangely, it sometimes works. There seems to be timing issue with com.unload. When I execute a script step by...
I just got a new system with 64-bit Vista Home Premium. Windows will not allow Powerpro to start automatically, and I can't find any setting in Windows...
... This message ends with the statement that you will see the UAC prompt to run the program. What I am trying to do is to get powerpro to run without any...
You can disregard my previous message. For some inscrutable reason, when I unchecked the run as administrator option and restarted, Powerpro came up with no...
... If you used the default install, then your .pcf file is in the c:\program files directory and to modify a file there you're going to get a UAC prompt....
... I didn't use the default install. I pointed powerpro at c:\users\tom\documents\powerpro, where I put the files I copied from the old computer. As I...
... Its been awhile since I played with Vista, but as I recall a UAC prompt only applies if you start Powerpro as administrator. Lots of Powerpro things won't...
... I am *SO* tempted to turn off UAC, but I'm intrigued by the fact that it is *STILL* nagging me about running Eudora, my mail program, which I do dozens of...
... To be honest, I don't know what my access is. I am the first and only user and the machine came brand-new from the dealer. I even had to activate Vista...
If i enter a fix hexadecimal value in win.postmessage like: win.postmessage(l_handle,0x111,0x11112222,0x33334444) i can see with winspector, that this message...
... local l_lparm = 0x33334444 No quotes if you want the 0x to be processed properly. Normally leave off quotes for numbers, although it is true that "123" is...
Hi Bruce, thanks for your answer. ... OK, so to convert an hexadecimal value (already stored in a variable without 0x) into a decimal value i can do the...
... what are you hoping to accomplishment? Numbers are stored in binary when used and Powerpro does conversion automatically. If you set a variables to a hex...
Hi Bruce, ... generally i want to find out, if win.postmesssage could be an easier and more reliable alternative for win.keys. Currently i am trying to use...
... No. You cannot use messages like WM_CHAR in general to send keys; although it may work in may cases, there are others where it unreliable. There is more...