Hello all! Somewhere along the line, I lost the file association for the .powerpro scripts. I don't know why there isn't an option to reset them in the ...
Hello all! In the Mousetrap.ini file, when I specify a caption list, how do I add multiple windows? I can't use a comma or it will offset the ini reading,...
Hello all! I was just looking through the win plugin info in the PPhelp file and discovered that when you push ctrl+F that there is no "find" capability! And...
I have a really old version of powerpro ( i have it 8 years or more ) however, i had customized it, and loved it all the time, however with vista, en windows 7...
... The problem I think is having more than 2GB ram. I would strongly advise you to keep uptodate with the most recent version of Powerpro. There were a few...
Hello all! When we create a toolbar and attach it to the title bar of a window, it has the problem that when you drag the window, the toolbar lags behind until...
Hello all! Has anyone ever used the Donation Coder program called "Barnacle"? It creates a custom toolbar in any application using an ini file (much like the...
... Never tried "Barnacle" but you can set horizontal and vertical offsets in a bar's Properties such that it will consistently appear at the same location...
Yes, I understand the offsets; but Barnacle will dock the toolbar just below the menu bar and then shift all the windows contents down to accomodate; it...
... Barnacle is a autohotkey script. The source is here: <http://www.donationcoder.com/Software/Skrommel/Barnacle/Barnacle.ahk> It is using standard windows...
If you're following the main list, you know that there's now a test version of the win plugin with a new function that can add some space to an application's...
Sheri, thanks for inquiring into this! You are great. I am learning Powerpro more and more and I grow to like it the more I learn it. Someday I will become...
Hello y'all, Just tried out the new "below menu bar" positons. I applied it to Notepad2 and it works well, even when it is maximized. When I set Notepad2 to...
... Does the Powerpro bar's properties have TopMost checked? Probably the last window set to be ontop is at the very top, so if you make that Notepad2, it will...
... The non-pro versions use richedit controls which are well-documented on msdn. You can send messages to the current document window and change it from...
Hello all! How do I retrieve the current mouse position? I tried win.mouse("save") but all it does it position my mouse in the upper left corner of the ...
... Look at xmouse and ymouse. You could do something like local mousepos="ab"++" "++xmouse++" "++ymouse and to return to that place: win.sendmouse(mousepos) ...
Okay, I understand how that works, and the toolbar's properties are set to topmost. But when and where can I place the command to place the toolbar ontop of...
Thank you ever again, Sheri! I am embarrassd to require you to tell me something so easy; but I really looked all over the help file to find xmouse and ymouse....
Hello y'all, Powerpro will set up toolbars with sendkeys for both Indesign and Photoshop, but I can't seem to send keys to Illustrator. I am using the same...
Hello y'all, What is the format of the text file wherein I might store keycommands? If I have a lot of key combinations attached to a PPbar, can I store them...
... You could have a file that names key sequences, e.g., Save={sinp}^s Whatever={sinp}^+s ...etc... and the left command in your Button1 could run and script...