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...
Show off your group to the world. Share a photo of your group with us.

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 32686 - 32719 of 36665   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32686
... I don't know that there is an option to not display the Name if you have entered a value. It's not required, and on my bar, if I blanked out the Name of...
Gardner, Paul G.
paulggardner
Offline Send Email
Feb 1, 2008
11:57 am
32687
... Use the bar show command to show another bar....
brucexs
Offline Send Email
Feb 1, 2008
12:06 pm
32688
... That's his diagnostic, but what he describes sounds like something else because an I/O bottleneck on its own shouldn't affect the responsiveness that much....
Julien Pierrehumbert
julp_freesur...
Offline Send Email
Feb 1, 2008
2:05 pm
32689
... How amusing. ... Yup, works fine, thanks....
entropyreduction
entropyreduc...
Offline Send Email
Feb 1, 2008
5:42 pm
32690
On Fri, 01 Feb 2008 12:06:36 -0000, "brucexs" ... lol - it works! :) Now I just have to wait until I next do one of these tasks that cause the problem to see...
Grumpy Gamer
ehathgepiurhe
Offline Send Email
Feb 2, 2008
5:04 am
32691
On Fri, 1 Feb 2008 06:57:43 -0500, "Gardner, Paul G." ... Hi Paul. I thought about doing that - but naming the buttons is the only way I have of telling them...
Grumpy Gamer
ehathgepiurhe
Offline Send Email
Feb 2, 2008
5:10 am
32692
... I'm muttering to myself now, best I bounce this off you. What I'm doing, in several plugins, is passing some user-chosen string back to PowerPro as an...
entropyreduction
entropyreduc...
Offline Send Email
Feb 2, 2008
6:02 am
32693
... If you can guarantee that \ is their escape character, no. But if you don't know the escape character, then you need to use esc. But then, if the string...
brucexs
Offline Send Email
Feb 2, 2008
12:50 pm
32694
... Or can use id field which is the non-displaying "name" of the button for cl commands....
brucexs
Offline Send Email
Feb 2, 2008
12:51 pm
32695
On Sat, 02 Feb 2008 16:04:26 +1100, Grumpy Gamer ... ha ha - it seems to work :) Had the always show bar with just the one 'show main PowerPro bar' button, and...
Grumpy Gamer
ehathgepiurhe
Offline Send Email
Feb 2, 2008
2:00 pm
32696
On Sun, 03 Feb 2008 01:00:34 +1100, Grumpy Gamer ... Yep - it works with The Bat too. Interesting thing I noticed when testing this though - when The Bat was...
Grumpy Gamer
ehathgepiurhe
Offline Send Email
Feb 2, 2008
2:09 pm
32697
Hi ! I was wondering if there is a way to clone an entire command list. As far as I found out CL-items can be cloned but not an entire CL. Any ideas ? Cheers...
lakeshoresurfer
Offline Send Email
Feb 2, 2008
2:53 pm
32699
For some reason, upon resolving the "|" after a drag&drop action, the file paths/names(s) containing spaces are put into quotation marks while those without...
philipp_l_kiefer
philipp_l_ki...
Offline Send Email
Feb 2, 2008
4:00 pm
32700
... Oh yeah, I remember now, problem is user can specify his esc character. ... One hopes not. ... I guess there's not an expression I can evaluate to get...
entropyreduction
entropyreduc...
Offline Send Email
Feb 2, 2008
5:16 pm
32701
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
Feb 2, 2008
5:18 pm
32702
In PProConf go to Setup tab, click "Export as text" and save commandlist to file. Then bring up command list in Command Lists tab, click Properties button and...
philipp_l_kiefer
philipp_l_ki...
Offline Send Email
Feb 2, 2008
5:21 pm
32703
redirect console output to PowerPro; same territory covered by Julien's utilities ...
entropyreduction
entropyreduc...
Offline Send Email
Feb 2, 2008
5:23 pm
32706
Since I wanted the ... Possibly following functions wth _file_ will help cl.GetLastPressedType("barname") Returns "P", "D", or "H" depending on whether the...
brucexs
Offline Send Email
Feb 2, 2008
5:31 pm
32707
... NO, that would be too easy. BTW, note that ?\02....\02 will work for any string that does not contain \02. That is the trick PowerPro uses in similar...
brucexs
Offline Send Email
Feb 2, 2008
7:47 pm
32708
Bruce, I realize I need to investigate the CL commands in more detail. I'm sure I can cook something up with your pointers. Thanks! Phil...
philipp_l_kiefer
philipp_l_ki...
Offline Send Email
Feb 2, 2008
7:50 pm
32709
... But not useful if you want escaping to work within string? Getting user to specify escape character is good. I can make it an ini file setting for pipe...
entropyreduction
entropyreduc...
Offline Send Email
Feb 3, 2008
4:42 am
32710
Hi all ! Is there a way to make PPro click on a particular button or http-link shown on a website ? I thought the *Exec WindowInfo might help. I triggered that...
lakeshoresurfer
Offline Send Email
Feb 3, 2008
2:54 pm
32711
This method works to search for a user's escape char: ; FindEscapeChar.powerpro LOCAL NL, c FOR(LOCAL i= 2; i<256; i++) IF(i!=34)DO NL= EVAL(??"?++ ESC(?"\d"++...
Ted Wall
tedfwall
Offline Send Email
Feb 3, 2008
3:35 pm
32712
... ...(snip)... Nice, filed. But I need some way for a _plugin_ to know user's escape character. I could make up to 256*2 or so calls to ppsv->evalExpr, but...
entropyreduction
entropyreduc...
Offline Send Email
Feb 3, 2008
4:21 pm
32713
... What if you do an evalexpr of something like "!n@n#n$n%n^n&n*n(n)n{n}n|n\n:n;n" and checked to see if the result contained a newline and if so where? You'd...
brucexs
Offline Send Email
Feb 3, 2008
4:55 pm
32714
... link ... Possibly if the button has a key-stroke alternative or maybe if it is always in the same place you can use tabs and enter to select it. But as you...
brucexs
Offline Send Email
Feb 3, 2008
5:33 pm
32715
... Good idea; gonna make a string > 531 chars, so I'd have to do it in two calls to ppsv->evalExpr, but should work. Ta...
entropyreduction
entropyreduc...
Offline Send Email
Feb 4, 2008
5:43 pm
32717
How do I do this? I tried replacechars(caption,"'"","") and replacechars(caption,"""",""), but neither did the trick. BTW, I use ', not / as my escape...
philipp_l_kiefer
philipp_l_ki...
Offline Send Email
Feb 4, 2008
7:19 pm
32718
... I don't use The Bat nor Agent, but I've often experienced the same problem with other programs, and only Alt+Tabbing would restore PowerPro's...
sgp
acs322000
Offline Send Email
Feb 4, 2008
7:20 pm
32719
... The standard configuration uses \ I expect this would work: replacechars(caption, ?X"X, "") or this: replacechars(caption, "\x22", "") But possibly with...
Sheri
silvermoonwo...
Offline Send Email
Feb 4, 2008
7:31 pm
Messages 32686 - 32719 of 36665   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