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...
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...
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...
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...
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...
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...
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...
... 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...
... 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...
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,...
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...
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...
... 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 - ...
... 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...
... 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...
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...
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...
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...
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>...
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.") ...
... 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...
... 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...
... 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 ""...
... 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...
... future? ... No, because the plugin returns and works with PowerPro strings, so I would have to change the whole PowerPro string implementation to be ...