WAY COOL!

Your example code is way more elegant than what I was thinking I'd have to do. Thank You!

Kee

On May 4, 2008, at 8:35 PM, Ken Ray wrote:

Cut Copy Paste and Clear are in the Edit menu of my standalone Mac
app. I'd like to add "Select All" and am wondering if there is some
standard way of doing this. I can think of how to code it myself but
it seems like such a standard thing that it makes me wonder if there
is some checkbox I need to select to just make it happen.

Not a "one click" thing, Kee... but it's a one-liner if all you care about
is basic editable fields (i.e. not list fields):

 if the selectedField is not empty then \
     select the text of the selectedField

HTH,

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


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




-------------------------------------------------
I check email roughly 2 to 3 times per business day.
Kagi main office: +1 (510) 550-1336


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

Reply via email to