Re: updating tableview
Re: updating tableview
- Subject: Re: updating tableview
- From: Shane Stanley <email@hidden>
- Date: Sun, 07 Nov 2010 11:58:38 +1100
- Thread-topic: updating tableview
On 6/11/10 11:45 PM, "droom departement" <email@hidden> wrote:
> this is how I call hLogToLog_p1_p2_
>
> set myProp to "Date"
>
> set myProp2 to "Process"
>
> set myProp3 to "Action"
>
> tell current application's class "myAppLog" to hLogToLog_p1_p2_(myProp,
> myProp2, myProp3)
The problem is that you are addressing the class, and not the instance of
the class that contains the property theLogData.
You need to instantiate your calling class, then add a property to it that
you can connect in Interface Builder to make it an outlet for the main
script. Then you address that property, not the class.
--
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