Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26765 - 26794 of 36658   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26765
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...
Owen Watson
owen13watson
Offline Send Email
May 1, 2006
10:21 am
26766
... 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...
Alan Martin
alanmartin_au
Offline Send Email
May 1, 2006
11:09 am
26767
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)...
Hans K
hanslean
Offline Send Email
May 1, 2006
11:18 am
26768
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...
Hans K
hanslean
Offline Send Email
May 1, 2006
11:21 am
26769
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...
Alan Martin
alanmartin_au
Offline Send Email
May 1, 2006
11:46 am
26770
... 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 =...
Alan Martin
alanmartin_au
Offline Send Email
May 1, 2006
12:10 pm
26771
... 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...
Tom Hall
aria1946ca
Offline Send Email
May 1, 2006
1:39 pm
26772
... Just uncheck: pproconf.exe -> Scheduler -> Setup -> Set caption of alarm message windows to the message Sean...
swzoh
Offline Send Email
May 1, 2006
1:50 pm
26773
... 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...
Tom Hall
aria1946ca
Offline Send Email
May 1, 2006
1:56 pm
26774
... Although I prefer the hotkey work-around, there may be an alternative method to Alan's suggestion. Utilize the more commands box: ...
swzoh
Offline Send Email
May 1, 2006
2:30 pm
26775
... 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...
Ted Wall
tedfwall
Offline Send Email
May 1, 2006
2:44 pm
26776
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...
Send Email
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...
Ted Wall
tedfwall
Offline Send Email
May 1, 2006
2:54 pm
26778
Thank you very much, Alan. Hans L On Mon, 1 May 2006 21:47:02 +1000...
Hans L
hanslean
Offline Send Email
May 1, 2006
2:58 pm
26779
... Thanks...
sgp acs322000
acs322000
Offline Send Email
May 1, 2006
5:23 pm
26780
an interesting collection of powerpro scripts for totalcommander http://ppro.totalcmd.net/ found from http://www.ghisler.ch/wiki/index.php/PowerPro the above...
sgp acs322000
acs322000
Offline Send Email
May 1, 2006
9:02 pm
26781
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...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2006
12:37 am
26782
Wow: thanks! I'll give it a go tonight....
Owen Watson
owen13watson
Offline Send Email
May 2, 2006
1:38 am
26783
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...
brucexs
Offline Send Email
May 2, 2006
1:45 am
26784
... 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...
brucexs
Offline Send Email
May 2, 2006
1:47 am
26785
... 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...
brucexs
Offline Send Email
May 2, 2006
1:49 am
26786
... 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...
swzoh
Offline Send Email
May 2, 2006
4:41 am
26787
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...
Deen Hameed
deenhameed
Offline Send Email
May 2, 2006
7:07 am
26788
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...
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2006
7:53 am
26789
... 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....
Alan Martin
alanmartin_au
Offline Send Email
May 2, 2006
8:33 am
26790
Bruce, would you add a duplication of getid: idfromhandle? Then, it's a lot less confusing with indexfromhandle & handlefromindex & handlefromid. Thanks. Sean...
swzoh
Offline Send Email
May 2, 2006
2:10 pm
26791
Bruce, would you add a duplication of getid: idfromhandle? Then, it'd be a lot less confusing with indexfromhandle & handlefromindex & handlefromid. Thanks. ...
swzoh
Offline Send Email
May 2, 2006
2:10 pm
26792
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...
bizaro
bizaro137
Offline Send Email
May 2, 2006
2:39 pm
26793
Hello Bruce, you wrote... ... Thanks. ... Following script returns error, it worked before, Local myFilePath = PProFolder ++ "Readme.txt" CL.Create("Test", 1) ...
bizaro
bizaro137
Offline Send Email
May 2, 2006
5:31 pm
26794
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...
¶§¥ú
hypersam.tw
Offline Send Email
May 2, 2006
6:22 pm
Messages 26765 - 26794 of 36658   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help