AppleScript issue
AppleScript issue
- Subject: AppleScript issue
- From: "Matteo Rossi" <email@hidden>
- Date: Thu, 17 Apr 2003 10:04:05 +0200
Let's suppose I'd like to read as a whole the 'bounds' property of the Sketch
application.
The get/set methods are defined as follows:
- (NSRect) bounds;
- (void) setBounds:(NSRect) bounds.
How can I handle a structure as NSRect or,generally speaking, a complex
structure of data ? How should I define it in my suite ? (NSData, NSValue..)
What code should I write to let AppleScript recognise it as a complex data ?
Thanx,
Ing. Matteo Rossi
Studio Ingegneria Lambro
Via Viganr 4b ang. via Garibaldi
Albiate (MI)
Tel. 0362/932456
Fax 0362/930391
email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.