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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 24874 - 24903 of 36658   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24874
I need to findout the folder from which powerpro is launched. this is my current recipe local x=win.handle("active") win.show("=powerpro") ...
sgp acs322000
acs322000
Offline Send Email
Sep 1, 2005
10:01 am
24875
... Local pproexefolder FILE.folder(WINDOW("exefullpath","=powerpro")) David Troesch | Atlanta, GA | ICQ# 2333123 Using Outlook Express and want some...
davidt.pproyg@...
datconsulting
Online Now Send Email
Sep 1, 2005
10:20 am
24876
... You can uncheck ppro config | Keys/mouse tab | Setup button | Always wait for ctrl + shift + alt to be up before executing keys The downside to that is all...
davidt.pproyg@...
datconsulting
Online Now Send Email
Sep 1, 2005
10:30 am
24877
... Thanks Shawn. That was the ticket for Explorer. To answer your other email, I was using ContextIf because Context only gives the selected item's value (ie...
Gardner, Paul G.
paulggardner
Offline Send Email
Sep 1, 2005
11:07 am
24878
... You are, as usual, correct. I didn't think through what Sean was telling me and just started throwing it into the mix of what I was doing. Fortunately, ...
Gardner, Paul G.
paulggardner
Offline Send Email
Sep 1, 2005
11:55 am
24879
... wait ... Unfortunately, this setting won't affect the outcome if the hotkey's command is "*Keys ...". No offence intended, however, your hotkey seems to be...
swzoh
Offline Send Email
Sep 1, 2005
12:54 pm
24880
... Hi David, thanks, that expression returns the *installation* folder (pprofolder). But I'm insterested in the *running* folder (currentdir). Probably on...
sgp acs322000
acs322000
Offline Send Email
Sep 1, 2005
1:14 pm
24881
... what down win.match do? I couldn't find it documented in my copy of win.txt......
sgp acs322000
acs322000
Offline Send Email
Sep 1, 2005
1:25 pm
24882
... 14 returns the content of TC's left pane filter, 21 the right pane filter, 9 the current folder of the selected pane (left or right). At least with my TC...
sgp acs322000
acs322000
Offline Send Email
Sep 1, 2005
1:34 pm
24883
... You may use: (don't use %comspec% instead of cmd) do("cmd",?"/c cd > C:\ppwork.txt","","hide") The path may be stored in C:\ppwork.txt. If you use...
swzoh
Offline Send Email
Sep 1, 2005
1:45 pm
24884
... win.txt... It's not documented... I'm not sure why Bruce leave it undocumented, however, I found it very helpful: can use wildcards and multiple caption...
swzoh
Offline Send Email
Sep 1, 2005
1:49 pm
24885
... 9 the current folder of the selected ... Not sure what you mean by 'content of TC's left pane filter', but on my config it's the path of the left pane...
Gardner, Paul G.
paulggardner
Offline Send Email
Sep 1, 2005
1:51 pm
24886
... filter, ... different ... have the ... from what ... There are three places in TC which contain 'path' infos: left-pane, right-pane, and TC's CommandLine. ...
swzoh
Offline Send Email
Sep 1, 2005
2:10 pm
24887
Sean, ... Funny you should mention that. I had just changed it because the last email reminded me that box was down there. Paul...
Gardner, Paul G.
paulggardner
Offline Send Email
Sep 1, 2005
2:15 pm
24888
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
Sep 1, 2005
4:28 pm
24889
Playing catch-up with Bruce, reflecting changes in PowerPro 4.3.04a: · added file_runaswait · fixed file_watchfolder to allow rename in watched folder ·...
entropyreduction
entropyreduc...
Offline Send Email
Sep 1, 2005
4:29 pm
24890
Hello everyone, For a file larger than a 1 GB File.Size returns negative number. For a file larger than a 10 GB it returns empty string....
bizaro
bizaro137
Offline Send Email
Sep 1, 2005
5:21 pm
24891
... I'm trying to guess how it works, can you show me an actual example? I tried win.match(win.handlelist("=powerpro",1), ?"c:\program...
sgp acs322000
acs322000
Offline Send Email
Sep 1, 2005
6:37 pm
24892
... on mine it's the path followed by \*.* (or *.exe if, for instance, I'm filtering .exe files). There doesn't seem to be a good way to ... I agree. One...
sgp acs322000
acs322000
Offline Send Email
Sep 1, 2005
7:26 pm
24893
If this gives you the result you want, then maybe add to your Scheduler+Startup commandlist: Global StartupDir = currentdir These are the only variables I know...
Ted Wall
tedfwall
Offline Send Email
Sep 1, 2005
7:42 pm
24894
... Thanks Sean, do you know if powerpro can change directory under any circumstances? I mean, if I store the path in ppwork.txt into a global var when...
sgp acs322000
acs322000
Offline Send Email
Sep 1, 2005
7:44 pm
24895
... files\powerpro\powerpro.exe") ... The originally planned name could possibly be "MatchCaption". As fas as I can see the syntax seems: ...
swzoh
Offline Send Email
Sep 1, 2005
11:32 pm
24896
... circumstances? ... powerpro starts, will the path stay the same, ... It's possible to change the current directory as in cmd.exe and totalcmd.exe, however,...
swzoh
Offline Send Email
Sep 1, 2005
11:34 pm
24897
Hi Swzoh, Thanks alot that seemed to do the trick. Would you mind explaining what exactly it is doing :) as i would love to apply it to several other hotkeys i...
tonypapale
Offline Send Email
Sep 2, 2005
2:16 am
24898
... Here, that returns the path to where powerpro.exe is located (isn't that the function of file.folder()? ) . I have my powerpro.exe in: ...
davidt.pproyg@...
datconsulting
Online Now Send Email
Sep 2, 2005
2:52 am
24899
... Hi David, everything you wrote is correct, but it isn't what I'm looking for. I'm looking for the *current dir* of a program (=powerpro), not for the...
sgp acs322000
acs322000
Offline Send Email
Sep 2, 2005
6:47 am
24900
I have noticed this about PowerPro and its current dir setting: If I start PowerPro from a Windows shortcut whose "Start in:" field is blank, some of my menus...
Alan Martin
alanmartin_au
Offline Send Email
Sep 2, 2005
8:51 am
24901
PS Unless you have a very good reason for doing otherwise, such as having different configs for different users, you would be tempting Murphy's law to set...
Alan Martin
alanmartin_au
Offline Send Email
Sep 2, 2005
9:33 am
24902
Hi Guys 'scuse me for butting in, but there seems to be some confusion about what the "current directory" is. I always called it the "working directory" which...
John Parsons
snipsj
Offline Send Email
Sep 2, 2005
10:30 am
24903
... It's just key simulations which is essencially the same as: Alt Up > *Keys ^w > Alt Down So, you may try the following simpler form, then: ...
swzoh
Offline Send Email
Sep 2, 2005
10:47 am
Messages 24874 - 24903 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