... Did you look at CA 3.4? Those tooltips work ok and are created before the dialog create. When created after the dialog create is when the last one got a...
I am trying to set a clock that would show in the middle of every window bar. I manage to do it. it works fine however showing and hiding is a problem....
... Caption bars, when open, are shown on the active window. You would need a ContextIf type condition as part of the bar to incorporate other criteria to...
I am trying to create an action whcih can create a file from clipboard. This is simply possible. However I do not want to define prior file name. I simply want...
... Hi.. PowerPro.HLP.. Command Lists - Special lists the "ClipCaptured" list is run as a script whenever a clip is captured – if "Run ClipCaptured" is...
I can't get file.resolve() to return the path of the resolved shortcut, can anyone? file.createshortcut(?"c:\path\prog.exe"),?"c:\temp\shortcut") => 1 and...
There's something going on, when I run this code in a loop p=env("TEMP")++?"\"++scriptname++random(9999)++".lnk" if( 1 == file.createshortcut(s,p) )do s =...
Hi kottami Sorry I do not understand what your suggestion supposed to be? I am just looking for a way to implement the idea. In the help I could not find...
... file.writeall(?"c:\folder\"++date++time", clip.get) - if you are going to write more that one file per second, then the above needs to change to avoid...
On Mon, 05 May 2008 16:11:46 -0000, "dedebaykus" <dedebaykus@...> ... There is a checkbox labeled "ClipCaptured" on the GUI Control tab of Configure...
On Mon, 05 May 2008 22:49:28 -0000, "dedebaykus" <dedebaykus@...> ... You tried using the built-in clip command which can only work with the first line...
Thanks! this works for me. I just needed to add an extension. I have one more wish thou. Is it possible to add line break before appending in the text file? I...
On Tue, 06 May 2008 02:31:27 -0000, "dedebaykus" <dedebaykus@...> ... I'm not sure I understand what you want to do. file.writeall(path,"\r\n") will...
... I don't think I can help on this as I suspect it is due to limitations in the system routines that file plugin uses with respect to network drives/folders....
... In further tests involving hundreds of paths, I never see it fail on C:\ paths. It fails randomly on V:\ paths. The same path may fail in a first run, and...
... I found a work-around ;-) Instead of creating a shortcut to V:\something and then resolving it, I create a shortcut to C:\something, which doesn't exist...
Glad you found a workaround. Just wondered if you tried using the prog plugin to make the shortcut. I previously had problems with shortcuts that omitted the...
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...
May 7, 2008 3:33 am
33301
-- Hopefully fixed bugs causing tooltips to disappear when a control was hovered over for a short period, or when a control was clicked. Problem existed if...
Tooltips problem in XP with PowerPro.exe.manifest active is almost 100% fixed. Was surprised to see that even the checkbox "hover color" works. I guess if you...