> @AppCopy
> clip.save
> wait.for(150)
> clip.copy
> wait.for(150)
> clip.save(exefilename++"0")
> wait.for(150)
> clip.load
> quit
HI Alan:
Some really neat ideas here.
I don't think you should need the above waits _except_ possibly for
the one after clip.copy. You may need wait here because clip.copy
is really just another way of saying
win.keys("^c")
So the wait is needed for the receiving program to process the key
to put the selection on the clipboard.
The clip.copy does have a built-in wait as well, but it may not be
long enough (or it may not work, depending on your default for
sending keys).
>
> Of course, those "local" clipboards are only for pasting within
> the same program (including several MS Word windows for example),
> not for transferring data between different apps.
I am not sure why you say this.
For example, you could try a menu folder command on the folder where
you store your clips and set the menu folder command to
clip.load(file.name(_file_), file.folder(_file_))
then the selected clip would be loaded.
You could get even fancier by modifying your save clip to creating
the file name as line(clip.get,1) if the clipboard had text.
In fact, I plan to add this approach to clip board tracking in 4.6,
but will leave as is for now to get 4.5 out.
I'll also add a SetSaveDefault to the next version of the plugin to
set the default folder for clip.save/load.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~->
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/