[F-Script-talk] incomplete FSClass instance implementation
Brought to you by:
pmougin
From: Kimon T. <ki...@ma...> - 2007-12-21 20:11:40
|
Hi, I seem to be having some issues using FScript & FSClass. I'm currently at version 1.3.5 & 2.1 respectively running under 10.5.1. When I executed the following example code: > Circle := FSClass newClass:'Circle'. > Circle addProperty:'radius'. I receive: error: an instance of Circle does not respond to "addProperty:" Indeed when browsing my Circle FSClass under the object browser, the FSClass instance selectors do not appear to be present. Does FSClass require FScript 2.0 or is there something else I might be missing? Thanks, Kimon |