I'm trying to connect a folder watching program (MyTrigger) with a webserver, and wondering whether ppro can help. At the moment, MyTrigger, when it detects a...
... Did you try the autorun method? Make a new command list called autorun. Make an item in it with name: PowerPro Alarm Left command: *keys %{tab} In...
On Sun, 30 Apr 2006 15:31:36 -0600 ... Aha, on top but not grabbing focus -- that is something I have been looking for (asking others who may know, that is)...
Hello: Are "Top most & Switch to if active check boxes in the Edit hot key.mouse action explained somehwere in the Help file? I cannot find it. Hans L...
Hello Hans, ... You will see those two checkboxes if the command is something which starts a new window, for example: Command: c:\windows\notepad.exe If you...
... I can confirm Ted's bug report. With a space character at the end of the string, PowerPro locks up and has to be killed using Task Manager. testvar =...
... Powerpro alarms do not have a title "PowerPro Alarm" so there's no way I know of uniquely identifying an alarm window when it opens. An alarm when...
... Aha! The missing piece of the puzzle. NOW Alan's suggestion works! Thanks to you both, guys! By the way, I notice that it's possible to grey-check this...
... I thought we could pass the two handles to dock and you could use a hook when moved. Didn't know that hooks were ignored while moving via script. I'd...
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 1, 2006 2:47 pm
26777
Uploaded the latest version of a ShowNA() script that I'm using. See: http://groups.yahoo.com/group/power-pro/files/Scripts/ShowNA.txt Does the best it can to...
an interesting collection of powerpro scripts for totalcommander http://ppro.totalcmd.net/ found from http://www.ghisler.ch/wiki/index.php/PowerPro the above...
Hello Owen, You could use a PowerPro script, named webcheck.powerpro maybe, instead of a batch file. MyTrigger could start a powerpro script file with this...
Beta 4.4.09 is available at http://powerpro.webeddie.com/download/ppro4409.zip - added script debugging support through exec.scriptdebug - you can now use any...
... This could work but its would be different from what I want to do with bars so it would have to be a separate implementation. Also, if you wanted to lock...
... re-locks ... I tried what you specified but it never locked twice for me. Maybe new beta will help you. Make sure you do not have two idle alarms both...
... Thanks for the new build! ... The following gives an error which used to work fine: local test=.MyScript win.debug(ifelse(test>=0,"DONE,FAILED")) The error...
that's precisely what i was looking to do with the window transparency (make the notes transparent), and that autorun solution is very elegant too! Stupid...
Hello Deen, ... You can use Exec WindowInfo as the command for a hotkey or for a bar button. When you click it, a yellow info tip appears with lots of info...
... That last item is the classname of the child window. You probably want the class name of the main parent window. That is the middle item of row 5....
Bruce, would you add a duplication of getid: idfromhandle? Then, it's a lot less confusing with indexfromhandle & handlefromindex & handlefromid. Thanks. Sean...
Bruce, would you add a duplication of getid: idfromhandle? Then, it'd be a lot less confusing with indexfromhandle & handlefromindex & handlefromid. Thanks. ...
Hello everyone, Once upon a time I wrote... ... VirtuaWin doesn't have this issue. Bruce, if not much trouble, can you download its source and check if there...
Hello Bruce, you wrote... ... Thanks. ... Following script returns error, it worked before, Local myFilePath = PProFolder ++ "Readme.txt" CL.Create("Test", 1) ...
command "*exec tile" won't consider "setdeskarea" or windows taskbar position. In other words, it won't arange the windows perfectly, so that most of time, the...