Hi Ted and hi Sean, ... I tried but it did not change anything for me. ... ......... uff, thanks a lot - I will first try to understand it and then see if I...
On Fri, 26 Jan 2007 22:21:35 -0000, "brucexs" ... Just fyi, the readme inside the zip file has a few small inaccuracies. First it says it is v4.6, which is...
Hi I would like to have a NONE BREAKABLE SCRIPT WITHOUT any window and any prompt ! I've found the onErrorS in the proxwerpro.doc but I do not know how to make...
Hello, 1)Could pp color the type of files that i have defined 2)Is it possible i make a button on the bar to show the taskbarbar cos i have hidden the window...
... mispelled: Excec ==> Exec This modified version worked as expected for me: local _onError =onerrorsetting ;; Sample ============ Exec.onError("none") do(...
Hello, I have read the readme and followed all the instruction to set favorite folder. But my bar named "favorite folder" remain cant show. When i press "show...
... No, if you mean color in some other program like Windows Explorer. Yes, if you mean color in PowerPro display. YOu have to script it. One way: Create a...
... favorite ... to ... Why do you have c=powerprotoobarshadow" anywhere? It has nothing to do with favorite folders. Follow the help carefully. It works for...
Hi Bruce, in message 30680 you replied to Ted Wall and you said, that you are not planning any more enhancements to Powerpro at all - just bug- fixes. If my...
Hi all, Bruce, I have just upgraded from 4.4.15 to 4.7 and I love the changes! Especially the ability to host COM controls. It would be really great if you...
Normally my active bar shows the standard console icon for console windows, I mean the white "C:\" on black background icon. I can dynamically change the...
... Great! Thanks! -- Marko ICQ: 5990814 I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just the drunker I sit here the longer I...
Hi all, I have another question about COM controls and COM plugin. I have a hidden bar that hosts MS calendar control. I'd like to customize it a bit... My...
Hi. ... PowerPro ... You mean configuration changed from the PPro Config-dialog? Hmm, I never tried this. Simply because I don't use the Config-dialog anymore....
Hi Mockey, ... Oh dear, that's not very disciplined. Is this with COM in all circumstances, or only when using a COM object embedded in a bar? Can you email me...
Hi, In addition to Mockey's suggestions, might be an adea to not release your com object until you're through using the embedded com object. That may or...
Hi Alan. ... I just tried objects in bars, because the ActiveX-controls I tried (Flash e.g.) apparently need a host. ... What definitely causes problems is the...
... There is an option in command list properties: 'Disable bump if full screen program running' That may help, I'm not sure if it works for bars that are ...
Hello, 1)I have used the following command, but it seem not work MiscPlugin.newfile("C:\test.txt") 2)what is the problem this command cl.Create(text) it has...
... Use MiscPlugin.newfile("C:\\test.txt") Or MiscPlugin.newfile("C:/test.txt") ... Did you try cl.Create("text") David Troesch | Atlanta, GA | ICQ#...
... Try MiscPlugin.newfile(?"C:\test.txt") What's the error on the 2nd command? Paul ... From: power-pro@yahoogroups.com [mailto:power-pro@yahoogroups.com] On...
The error handling does not work during Startup ! I use PP as Shell and i have a "starting script" that launch program from registry key (Same startup as...
... It is possible that on.error does not function during startup for technical reasons. As an alternative, consider adding error checking to your script, e.g....
... Correct. Plus 4.6 and Alan's dialog plugin complete all the work on PowerPro that I think is important. 4.7 added some easy-to-implement icing on the...