Re: Selected text field
Re: Selected text field
- Subject: Re: Selected text field
- From: David Simerly <email@hidden>
- Date: Wed, 26 Sep 2001 08:30:55 -0700
- Url: http://www.digital-native.com
on 9/25/01 11:27 PM, kannan balu at email@hidden wrote:
>
I need to place the auto selected text field in an application [eg: Flash
>
Projector] into
>
the clipboard. Need Help....
You can do this through AS only if Flash Projector is scriptable, and the
dictionary supports getting values from text fields. Drag and drop Flash
Projector onto the Script Editor to see whether it has a dictionary. If the
dictionary has something like a "selection" object listed, then you might be
able to do this:
set clipboard to the current selection
If there is no dictionary, or the dictionary supports only the required
suite of events (Open, Close, Print, Quit), then you're hosed. You'll need
to use a product like OneClick, QuickKeys, or Prefab Player to get at what
you need. HTH.
DS
______________________________________
Digital Native
Your guide through the virtual jungle.
______________________________________
"Do the right thing -- it will gratify some people and astonish the rest."
-- Mark Twain