[F-Script-talk] FSClass 2.0 crashes when you use a setter for me.
Brought to you by:
pmougin
From: J.C.Burns <jc...@fa...> - 2007-09-20 03:09:29
|
(I sent this to Andrew Weinrich, but he may well be otherwise occupied...haven't heard back from him.) I have F-Script Framework version 1.3.5 installed. I have FSClass 2.0 (8-16-07) installed. I can create new classes and read properties from them, but any call to 'set' methods crashes F-Script. For example: Circle := FSClass newClass:'Circle'. Circle addProperty:'radius'. c := Circle alloc init autorelease. c radius (returns nil) c setRadius:2.0 (crash!) Tried it with other class names and property names. Same result. Setting a property causes a crash. Any thoughts? |