Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 23150 - 23179 of 36665   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23150
... What is the workaround? I tried putting it in the exclusion list, but it still interferes with my hotkeys....
John
yellowdemon
Offline Send Email
May 1, 2005
5:24 pm
23151
Is there any way to add PowerPro stuff to the contextual menu that pops up within certain programs when you right-click on something? I know how to get...
Owen Watson
owen13watson
Offline Send Email
May 1, 2005
10:05 pm
23152
i found this on code project: A Context Menu Handler for Windows Users That Can't Let Go http://www.codeproject.com/shell/cc100submit.asp maybe we need an...
pi - shellshaolin
galactoboy
Offline Send Email
May 1, 2005
10:48 pm
23153
no. but you can replace it with your own menu. for that you need block right click in your disired applications. or use middleclick for it. -- pi...
pi - shellshaolin
galactoboy
Offline Send Email
May 1, 2005
11:07 pm
23154
I don't want to replace it, I want to append to it....
Owen Watson
owen13watson
Offline Send Email
May 1, 2005
11:19 pm
23155
most of the common programs use own functions for context menus, you would have to patch their files to add extra items. maybe it would be a wayaround to get...
pi - shellshaolin
galactoboy
Offline Send Email
May 1, 2005
11:55 pm
23156
It seems that you have set your backup software to keep additional copies of files whenever the date has changed, even if the file size has not changed, and...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2005
2:21 am
23157
There are two possible reasons why your export missed some "More commands". [A] there must be a LCmd1 otherwise the More commands will not be exported as LCmd2...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2005
2:54 am
23158
I agree with everything pi wrote. You cannot expect Powerpro to add something to a program's context menus. Just think for a minute about how complicated that...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2005
4:19 am
23159
I try to autoformat bar on every show, without wasting events. It might be possible by using *Info as name. Setting item width to bar width automatically...
tempUser
aronoffsky
Offline Send Email
May 2, 2005
5:08 am
23160
... Even for more menu like look you can use skins feature and try to set facehover color value for all bar items (in skin .txt file) to system's default color...
tempUser
aronoffsky
Offline Send Email
May 2, 2005
5:28 am
23161
... Alan, I am a bit disappointed by your unqualified answer. There are rules for file changes - so it is. PPro seems to have different rules. And so it is...
stindlpeter
Offline Send Email
May 2, 2005
6:11 am
23162
Hello tempUser, Thank you for adding some ideas but I think maybe the second idea will not work. t> Moreover you can try to move menu-bar to left by its width,...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2005
6:40 am
23163
Hello stindlpeter, Sorry that my message sounded so impatient. I do not agree that PowerPro changing the file date is wrong. If I open a file in notepad, then...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2005
7:11 am
23164
I wrote: A> Does that mean a different backup rule for the Notes folder? A> Maybe you will find that backing up files when their size changes, A> instead of...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2005
7:48 am
23165
... It is okay. But Alan - an open file is not a changed file. You can open a Word file an Excel file a html file a txt file or whatever file and close them - ...
stindlpeter
Offline Send Email
May 2, 2005
9:45 am
23166
... Yes, you are right. I have in mind that no autohide is set for a menu-bar, like real menus behave. ... Yes, this might be a problematic. Real menus always...
tempUser
aronoffsky
Offline Send Email
May 2, 2005
11:19 am
23167
... It is good to known this. In most cases I leave first command field empty, because this is easier to see all commands at first sight in more commands...
tempUser
aronoffsky
Offline Send Email
May 2, 2005
11:58 am
23168
... AFIAK, this only happens if you do not use Enter as the Command Separator. I will add a warning message to export covering this circumstance....
brucexs
Offline Send Email
May 2, 2005
1:38 pm
23169
... I will also look into what happens if no main command and possibly export a ; comment....
brucexs
Offline Send Email
May 2, 2005
1:41 pm
23170
i have read and commented on a similar topic but noone got back to me on it. basicly i cant get any file dropped to a activebar button to become opend in the...
hobgoblin_no
Offline Send Email
May 2, 2005
8:02 pm
23171
Hello tempUser, t> I have in mind that no autohide is set for a t> menu-bar, like real menus behave. You are right -- if you want the bar-menu to behave...
Alan Martin
alanmartin_au
Offline Send Email
May 3, 2005
1:23 am
23172
Hello hobgoblin h> basicly i cant get any file dropped to a activebar button to become h> opend in the app the button presents. is there a option i have...
Alan Martin
alanmartin_au
Offline Send Email
May 3, 2005
1:47 am
23173
It seems you have checked "last item in command list sets active buttons" because you wrote: h> i have a button added to the list to add a rightclick menu h>...
Alan Martin
alanmartin_au
Offline Send Email
May 3, 2005
2:08 am
23174
If you hit cancel to the input dialog in this script: Local AfterKeys = "{down}" AfterKeys = Inputdefault(AfterKeys, "Enter the keys to type after the date.") ...
David
datconsulting
Online Now Send Email
May 3, 2005
1:38 pm
23175
... even with that turned off i cant get the normal drag and drop on activebar buttons to work. and it have allways been none, its only the right click action...
hobgoblin_no
Offline Send Email
May 3, 2005
2:19 pm
23176
... Works as designed for me. Start notepad, left drag and drop file to notepad active button, and it shows up in notepad. Note that PowerPro does not...
brucexs
Offline Send Email
May 3, 2005
3:29 pm
23177
... YOu are correct. Cancel processing is not done properly for most input functions. IN fact, as documented in the help, there is no way to tell input of ""...
brucexs
Offline Send Email
May 3, 2005
3:32 pm
23178
... I know its not pretty, but can't you just hard code the bar name. How many of these *info's do you have? YOu could also possibly use a script at startup...
brucexs
Offline Send Email
May 3, 2005
3:33 pm
23179
... future? ... No, because the plugin returns and works with PowerPro strings, so I would have to change the whole PowerPro string implementation to be ...
brucexs
Offline Send Email
May 3, 2005
3:35 pm
Messages 23150 - 23179 of 36665   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