Actually I ended up setting mine up so that I hit the print screen
key, then I setup the rest on the "Pause" button,
so I just click "Print Scrn" then "Pause"
Works really well for me. Except mine doesn't launch Paint, it
launches Macromedia Fireworks....
One thing I noticed with Fireworks, once you launch Fireworks, you
can't hit the same key again (Pause) and get it to pull the (already
opened) program back to the front and do the process again. I was wanting
to make it so that I could make multiple screen captures and just
paste them into a new document in fireworks. The first one works great
but the succeeding ones brings Fireworks back up, but It doesn't do
anything. Any Ideas??
this one pulls up fireworks, and does its job creating the new file,
and pasting the clipboard into it... but, trying it again, does
nothing:
command:
C:\Program Files\Macromedia\Fireworks MX\Fireworks.exe
enter more commands:
*Wait For(ActiveWindow("Fireworks"))
*Keys {to Fireworks}{w2}^n{enter}{w2}^v
this one, a script, called prntscrn.powerpro, doesn't do anything when
opening Fireworks... but, when you run the script while Fireworks is
already running then it pulls it up and creates the new document and
pastes the clipboard into it:
local caption="=Fireworks"
if( not anywindow(caption) )do
do("Fireworks")
wait.for( 2000,anywindow(caption) )
endif
do("keys {to "++caption++"}^n{w2}{enter}{w2}^v")
Help please....
Wednesday, April 13, 2005, 12:29:51 PM, you wrote:
wayne_harper2003> John,
wayne_harper2003> thanks a lot for the detailed instructions.
wayne_harper2003> is there any way to have power
wayne_harper2003> pro do the alt+print screen first? I
wayne_harper2003> didnt see the code for print screen in the help
Attention: PowerPro's Web site has moved: http://www.ppro.org
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/power-pro/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/