OSAKit, specifically OSAScriptView
OSAKit, specifically OSAScriptView
- Subject: OSAKit, specifically OSAScriptView
- From: Philip Dow <email@hidden>
- Date: Mon, 21 May 2007 17:47:59 +0200
Hi all. I'm trying to take advantage of the OSAKit to add support for
viewing/editing applescripts to a project of mine. I have a couple
questions.
1. Is there any documentation? The classes are mostly self-
explanatory, but I'd like to be certain I don't miss anything. Google
and list searches reveal little.
2. I'm running into a curious error with OSAScriptView. Often but not
always a message is logged to the console. It doesn't matter if I
create the view with IB or in code, I occasionally get:
Lex(3158,0xa000cfc0) malloc: *** error for object 0x529a331: Non-
aligned pointer being freed
Lex(3158,0xa000cfc0) malloc: *** set a breakpoint in szone_error to
debug
I've set a breakpoint at szone_error but I can't get the debugger to
stop there, even when the console message is logged. That breakpoint
has worked in other projects.
I poked around in Script Editor to see what it was doing and noticed
it uses a derived class of OSAScriptView. Are there known issues with
some of the OSKit classes?
-Phil
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden