On 1/30/06 6:37 PM, "Ken Ray" <[EMAIL PROTECTED]> wrote:
> 
> on pasteKey
>   put toUpper(the clipboardData["text"]) into the selection
> end pasteKey

> Simple, no? 

Cool, since they could only enter the clipboardData using the keyboard to
paste... or perhaps a mouse and a menu command, if paste is available.
Would pasteKey catch the menu?

Sometimes in Rev IDE my keyboard shortcuts stop working (Save, Copy,
Duplicate) and I have to relaunch or use the menus.  Have not figured out
the culprit yet.  Would this be related?

Jim Ault
Las Vegas


On 1/30/06 6:37 PM, "Ken Ray" <[EMAIL PROTECTED]> wrote:

> On 1/30/06 8:05 PM, "Jim Ault" <[EMAIL PROTECTED]> wrote:
> 
>> Just curious.. what if the user does copy-paste?
> 
> Then you do this:
> 
> on pasteKey
>   put toUpper(the clipboardData["text"]) into the selection
> end pasteKey
> 
> Simple, no?
> 
> Ken Ray
> Sons of Thunder Software
> Web site: http://www.sonsothunder.com/
> Email: [EMAIL PROTECTED]


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to