... It is now :) If you have PP v4.7 or older try 1.0b8, otherwise the newest. I'm using 1.0b9 (RC) for a few days now, and I've seen no problems yet....
... ++?"\plugins\dialog.dll")) ... There is an undocumented entry for filemenu contextif (expression) which gets around this. It is replaced by format...
... It's very impressive, I like it a lot. I'm also using Marko's thumbmin.dll, and I'm finding that speed is very comparable between the two implementations -...
Hi Sheri, Still working on <script_to_call> for tooltips, but in the meantime: you usage of *info (expr) in tooltips in CodeAccelerator goes like this: Info...
... I'm glad to hear that :) It's my standard min-action now. ... Have you seen @ThumbToggleAll? Is this what you might be looking for? It works pretty fast...
... Yes, was already doing that. But for my "About" I did a right-click messagebox instead of a special tooltip. Depending on the dialog position, the...
I have a bar with a mix of buttons, some of them showing menus on mouse hover. The menus are shown aligned with the bar's edge and I often accidentally move...
I've been scripting quite a bit lately, but lately I notice Powerpro silently crashing/exiting when I go to config and press ok/cancel. This happens each time...
... The problem is probably the fact that Configure restarts PowerPro. I don't use HookWindowsEvents, and I don't know if you can stop it once its started. You...
Hi das_e_i, ... Same problem here since several weeks on two notebooks - without having HookWindowEvents active. Script-trace didn't help. Don't know how to do...
Hi , I've been using powerpro for a while , but there's some feature I have not found ... I want to assign a hotkey to switch between all instances of the...
... Hi Avi, I think it can be accomplished with a script. I don't think that PowerPro has a built-in way to do what you're asking for. Here's a basic script...
... AFAIK, scripts in files should not cause problems, but scripts in command lists (like hooks or monitor) may. The above is the safest approach. I suggest a...
... I don't remember why it works this way but possible using offset 10 10 with the menu show to make sure the mouse is already over the menu may be...
Hi Bruce, I'm implementing callback scripts, to be called whenever a tooltip displays. I'm detecting tooltip request to display with WM_NOTIFY/TTN_GETDISPINFO;...
... a bat ... The script itsself is stored in a file, but I call it from the hooks list. Also, pressing apply doesn't crash it. Your workaround seems to be...
I've been trying to append the URL, page title and date / time to stuff I copy from my browser, using Clip.Append. I've got it to work fine if the clipboard...
... Maybe I missed something obvious. If you want to put something on the clipboard that other programs interpret as HTML, you must use clip.sethtml...
... WM_NOTIFY/TTN_GETDISPINFO; ... Well, for starters, PowerPro bars do not use system tooltip api. They roll their own tooltip with windows containing...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the power-pro group. File :...
power-pro@yahoogroups...
Apr 4, 2008 4:34 pm
33052
-- You can now specify <script_to_call> and <command_arg> arguments for a tooltip. -- added a new value for the <id> parameter of define_control, "escapable",...
I want to have a bar (autoshow as bar flagged) as large as the targeted active window ! I tried with *Info expr( .doStuff("MyBar") ) without any success :( ...