Hi I was trying to hide the defatul powerpro bar since it is annoying and stays on top all the time. I was trying to use hiding commands. However I lost it. I...
... If in Configure Command List for the default Bar, you check the box "Auto Show as Bar", it should open when you start PowerPro. There are other options if...
When you installed PowerPro, it creates shortcuts for both PowerPro.exe and PProConf.exe. PProConf will start the configuration program. After starting it, go...
Is it possible to change windows save dialog from default list to detailed by using powerpro? I use some other programs to do that but I prefer to do all with...
... Yes. This is for XP. Would be different for other Windows versions. You could create a special list called AutoRun. In it, create an item named Save As* ...
Thanks , it works! This is more complicated then I anticipated but works. I have one more wish thou. It is probably harder to do. But I would like the name...
... Yes. In the "more commands" area of the previously described AutoRun item put this line: win.handle("filedialog","FolderView").sendMessage(0x1000 +...
AMAZING. It works. It has a glitch thou :) It only resizes when you open the windows, so if you change directories it wont resize anymore understandably since...
... I'm not a programmer either, and its taken a long while before I made any headway with windows messages. Sometimes you can find useful messages on MSDN and...
hello, I started to use ARB. I call it up by a "tap alt". unfortunately it happens that I tap alt by accident sometimes and the ARB window comes up. I am...
... If you are accidentally triggering a tap command with a single tap the best option is to go powerpro setup | Key/mouse tab | setup button | check "double...
thanks david, I have this option already checked. [:)] the main question still remains: how can I use the same tap command to open a certain window, but if it...
probably I totally misunderstand the concept.. but then, please teach me.. I am using ARB 4.0, downloaded from the files section of the powerpro group (not...
I don't use those scripts but in an effort to help I ran and closed ARB using *Window close without an issue. What escape character are you using? All the...
Frequently a window named "GDI+Window" appears on the taskbar, which could not open or bring to foreground. What is the reason for appearing this window and...
SureshL&T
sureshlntmfy@...
May 17, 2008 8:48 am
1891
... could not open or bring to foreground. What is the reason for appearing this window and how to avoid this? ... According to the documentation gdiplus is...
Hi all, I wish to create a hotkey (ctrl+D) to use in EXcel or Word (for a specific action) but it should work in Excel a different way. And When Word is open...
SureshLnT
sureshlntmfy@...
May 20, 2008 9:44 am
1893
On Tue, 20 May 2008 12:14:13 +0400, "SureshLnT" <sureshlntmfy@...> ... One way is to specify two hotkeys, one with a target of =winword and one with a...
... You have the tap command execute a script. if (anywindow(captionlist)) do window.close(captionlist) else program path endif Captionlist can be a caption, a...
... What are your Menu Folder format keywords? Do you use other Menu Folder commands in the same command list, and if so, what are their keywords? I have a...
I just discovered notes per application. Amazing feature. BUt I cannot find a way to delete categories themselves. HOw can I get rid of categories that I do...
A long response loop here but this script should actually be if (Context eq 0) do clip.set(arg(1)) context=1 else clip.append(esc(?"\r\n",?"\")) ...
TheThieves
thethieves@...
Jul 10, 2008 8:27 am
1902
... You're quite right, I don't know how the critical "context=1" got omitted from my posted version. Glad you were able to sort it out. Regards, Sheri...
Hi I love screen bumping feature. However main issue I have is that screen bumping also does the job while I have left click pressed. I just would like screen...
On Fri, 25 Jul 2008 17:35:05 -0000, "dedebaykus" <dedebaykus@...> ... You haven't said how you use the screen bump feature. You can define a hot key as a...
Carroll thanks for the lead. I managed to achieve what I needed. I used if (not mouseleft) before the main function (which is firing some keys) in the...