• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: updating tableview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: updating tableview
  • Next by Date: Scrolling in TextView
  • Previous by thread: Re: updating tableview
  • Next by thread: Scrolling in TextView
  • Index(es):
    • Date
    • Thread