• 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
access property
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

access property


  • Subject: access property
  • From: droom departement <email@hidden>
  • Date: Mon, 14 Nov 2011 15:02:43 +0100

How can I get the value of a property: myPrefs (declared in an objective-C class) from within an applescript class ?
the objective-C class:

@interface dbViewController : NSObject {
 NSString *myPrefsVal;
}
@property (nonatomic, retain) NSString *myPrefsVal;
...
@end

@implementation dbViewController
@synthesize myPrefsVal;
...
@end


 _______________________________________________
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: [ANN] Update to AppleScriptObjC Explorer, errata for 'AppleScriptObjC Explored'
  • Next by Date: Fw: access property
  • Previous by thread: Re: [ANN] Update to AppleScriptObjC Explorer, errata for 'AppleScriptObjC Explored'
  • Next by thread: Fw: access property
  • Index(es):
    • Date
    • Thread