Re: Table double click action
Re: Table double click action
- Subject: Re: Table double click action
- From: Shane Stanley <email@hidden>
- Date: Mon, 11 Jul 2011 23:16:05 +1000
- Thread-topic: Table double click action
You set the method to be called by double-clicking with setDoubleAction:
tell theTable to setDoubleAction_("actionHandlerName:")
tell theTable to setTarget_(me) -- if it doesn't already have a target
Then you do your stuff in:
on actionHandlerName_(sender)
How you do the rest depends a bit on how you populate the table (bindings vs
datasource).
(Very nice pix, BTW...)
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden