Search the web
Sign In
New User? Sign Up
powerpro-beginners · Windows PowerPro For Beginners
? 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 2196 - 2225 of 2225   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2196
I still do appreciate all your help I have learned how to write separate PowerPro scripts and learned a way to debug my scripts but my very simple problem has...
Paul Rousset
paulrousset
Offline Send Email
Oct 3, 2009
5:58 pm
2197
In PowerPro-Beginners, Paul Rousset <paulrousset@...> wrote, on Sat, ... See Sheri's reply yesterday (Message-ID: <ha5ra6+8trs@eGroups.com>). It is...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Oct 3, 2009
8:17 pm
2198
OK, I now get it. "It is illegal to use elseif or endif in more commands. They are script only commands." I now learned how to use "*Exec MoreCommandsAsScript"...
Paul Rousset
paulrousset
Offline Send Email
Oct 4, 2009
11:23 am
2199
Hello, I've been using PowerPro for a while, mostly as a program launcher / startmenu replacement, and I am slowly getting into learning all the amazing things...
rgd_786
Offline Send Email
Oct 12, 2009
3:52 pm
2200
In PowerPro-Beginners, "rgd_786" <rob.davenport@...> wrote, on Mon, ... For a large amount of text I suggest storing it in a file and displaying it with...
Carroll Robbins
Carroll_Robbins
Offline Send Email
Oct 12, 2009
5:34 pm
2201
Monday, October 12, 2009, 6:34:28 PM, Carroll Robbins wrote: CR> For a large amount of text I suggest storing it in a file and displaying it CR> with the...
Robert Bull
barlennan
Offline Send Email
Oct 12, 2009
7:17 pm
2202
... You could use a Powerpro note. You might be interested in the notemenu script posted in Files of the main list: ...
Sheri
silvermoonwo...
Offline Send Email
Oct 12, 2009
7:19 pm
2203
... Thanks for the ideas, Carroll. I wasn't think of so much text that I'd need a big text file, though. I was thinking more of that initial dialog that...
rgd_786
Offline Send Email
Oct 13, 2009
6:21 pm
2204
... Hey, Mr. Schaeffer has some really neat tools there, Robert. Thanks for letting me know. Like I said to Carroll, I don't think I'm looking for a text...
rgd_786
Offline Send Email
Oct 13, 2009
6:26 pm
2205
... Notes might not be bad. I don't use them enough, so it'd be a way to learn more about them. And I could roll it up instead of dismissing it so it's...
rgd_786
Offline Send Email
Oct 13, 2009
7:12 pm
2206
Dear Sheri, On my system I have the latest NoteTab Pro full version along with the free ics server for autocomplete. Also, I have Aspell and Freespell, but it...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Oct 14, 2009
3:50 pm
2207
... As a followup, I've had fun playing with an .hta file for this. Pretty cool - you can tweak the window appearance (border, caption, etc.), and I've got my...
rgd_786
Offline Send Email
Oct 14, 2009
8:27 pm
2208
Hello all! I have a function that requires that I send a folder path to it via parameter. Problem is that PP doesn't respect the inputted string; it replaces...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Oct 16, 2009
12:30 am
2209
... You have "\" set up as you escape character. You need to do one of the following three things: 1) Change your escape character. See Setup > Advanced >...
Paul
paulggardner
Offline Send Email
Oct 16, 2009
11:41 am
2210
... As another follow up - the initial PowerPro dialog I was trying to emulate is the "Quick Info on Bars" dialog that pops up (and I've not dismissed it...
rgd_786
Offline Send Email
Oct 16, 2009
3:17 pm
2211
... I think you could probably use a short vbscript called from the body section of the hta to insert each line from a separate txt file with tags. That way...
Sheri
silvermoonwo...
Offline Send Email
Oct 16, 2009
7:50 pm
2212
... I use my powerpro Code Accelerator script (which is posted in the main list's Files) for autocomplete-like application. ... You could use Code Accelerator...
Sheri
silvermoonwo...
Offline Send Email
Oct 16, 2009
7:57 pm
2213
... Below is what I came up with. The text file to be shown is included as a command line argument. Regards, Sheri ...
Sheri
silvermoonwo...
Offline Send Email
Oct 18, 2009
5:21 pm
2214
Dear Sheri, Okay! I took a look at your Code Accelorator. I think it will suit me quite well as an autocomplete program! And I can see how to set my unaccented...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Oct 22, 2009
8:19 pm
2215
Dear Paul, thank you for the assistance with that. It helped me immensely. I had actually tried the question mark in a few scripts, but I must not have done......
brother.gabriel
Offline Send Email
Oct 22, 2009
10:15 pm
2216
... You're welcome Paul...
Paul
paulggardner
Offline Send Email
Oct 23, 2009
11:55 am
2217
... It sounds to me like you want to perform a series of global Search/Replace operations from within InDesign? That could be easily done I think, using the...
Sheri
silvermoonwo...
Offline Send Email
Oct 23, 2009
7:01 pm
2218
The problem is the way InDesign uses dictionaries. There is no Latin dictionary (unless I purchase one from somewhere), and I would be forced to add my Latin...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Oct 27, 2009
8:21 pm
2219
... If the scriptlet works, you could do a series (powerpro loop, e.g., for each) of indesign replacements based on one or more Code Accelerator source files....
Sheri
silvermoonwo...
Offline Send Email
Oct 28, 2009
4:30 am
2220
That sounds like an idea. I will have to ponder that for awhile till I find the time to defeat the learning curve on both the adobe scripts and the powerpro...
Brother Gabriel-Marie
brother.gabriel
Offline Send Email
Oct 30, 2009
3:31 pm
2221
... In case you are struggling, if you use the CA file format with one line per item, e.g. from=to this=that ..etc... fwiw, the following script would process...
Sheri
silvermoonwo...
Offline Send Email
Nov 2, 2009
2:16 pm
2222
Hi, after alot of time reading the help file and trying the demos, I still can't figure out how to modify an already existing Windows program. I use QTTabBar...
ginnieg23
Offline Send Email
Nov 4, 2009
6:56 am
2223
... If there is something unique you can detect when the app's folder tabs is under the mouse, you could have a script constantly testing every few seconds for...
Sheri
silvermoonwo...
Offline Send Email
Nov 4, 2009
6:42 pm
2224
Thanks I will try it...
ginnieg23
Offline Send Email
Nov 5, 2009
11:16 am
2225
Those of you who are using it or will be using it. I started a public wave for powerpro. To find it type "with:public powerpro" without the quotes in the...
RG
rezagmail
Offline Send Email
Nov 5, 2009
11:32 pm
Messages 2196 - 2225 of 2225   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