Search the web
Sign In
New User? Sign Up
powerpro-beginners · Windows PowerPro For Beginners
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2137 - 2166 of 2225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2137
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 ...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 2, 2009
12:54 am
2138
... See if this helps you. ... Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Applications\PowerPro.exe] ...
quantiworks
Offline Send Email
Jul 2, 2009
6:15 pm
2139
Thanks, quantiworks. Actually I just ran the installer again and it fixed it. God bless. - Brother Gabriel-Marie Re: lost file associations ...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 4, 2009
12:18 am
2140
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,...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 10, 2009
9:51 pm
2141
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 10, 2009
9:53 pm
2142
You can use the .doc version inside PowerPro folder or a PDF made by Sheri here: ...
quantiworks
Offline Send Email
Jul 10, 2009
10:00 pm
2143
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...
Denny
dinnyts
Offline Send Email
Jul 11, 2009
6:00 am
2144
... 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...
Sheri
silvermoonwo...
Offline Send Email
Jul 11, 2009
3:42 pm
2145
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 13, 2009
4:20 pm
2146
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 13, 2009
4:20 pm
2147
... Configure - Command Lists - Setup Button All bars tab Check the third option: User timer for active/caption bars Regards, Sheri...
Sheri
silvermoonwo...
Offline Send Email
Jul 13, 2009
7:17 pm
2148
... 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...
Sheri
silvermoonwo...
Offline Send Email
Jul 13, 2009
7:22 pm
2149
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 14, 2009
2:35 pm
2150
... Barnacle is a autohotkey script. The source is here: <http://www.donationcoder.com/Software/Skrommel/Barnacle/Barnacle.ahk> It is using standard windows...
Sheri
silvermoonwo...
Offline Send Email
Jul 14, 2009
4:23 pm
2151
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
silvermoonwo...
Offline Send Email
Jul 19, 2009
4:39 pm
2152
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 21, 2009
7:32 pm
2153
Dear Sheri, you mentioned in the NoteTab group I should inquire here about undo limits. Well, here I am, inquiring! Thanks! - Brother Gabriel-Marie...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 21, 2009
7:33 pm
2154
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 21, 2009
7:33 pm
2155
... 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...
Sheri
silvermoonwo...
Offline Send Email
Jul 21, 2009
8:52 pm
2156
... 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...
Sheri
silvermoonwo...
Offline Send Email
Jul 21, 2009
10:39 pm
2157
... You can try this: <http://tech.groups.yahoo.com/group/powerpro-beginners/files/Scripts/NTL_NTS_MultiUndo.zip> Regards, Sheri...
Sheri
silvermoonwo...
Offline Send Email
Jul 22, 2009
7:17 pm
2158
... Corrected a small problem and reposted, same file name....
Sheri
silvermoonwo...
Offline Send Email
Jul 22, 2009
8:21 pm
2159
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 ...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 22, 2009
10:15 pm
2160
... Look at xmouse and ymouse. You could do something like local mousepos="ab"++" "++xmouse++" "++ymouse and to return to that place: win.sendmouse(mousepos) ...
Sheri
silvermoonwo...
Offline Send Email
Jul 22, 2009
10:30 pm
2161
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 24, 2009
9:08 pm
2162
... Might have side effects but yes, you could try the hookwindowevents command list. Make one entry in the command list: ...
Sheri
silvermoonwo...
Offline Send Email
Jul 24, 2009
10:22 pm
2163
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....
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 26, 2009
10:55 pm
2164
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 29, 2009
12:39 am
2165
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...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Jul 29, 2009
12:40 am
2166
... 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...
Sheri
silvermoonwo...
Offline Send Email
Jul 30, 2009
1:53 pm
Messages 2137 - 2166 of 2225   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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