[F-Script-talk] early stumbling block
Brought to you by:
pmougin
From: John C. at i. <jm...@mu...> - 2007-12-22 03:57:19
|
I'm sure this is due to my doing something dumb or overlooking something obvious, but... trying to load a line at a time of the CocoaSamurai example currency converter into Fscript, I get stuck at line 1: window := NSWindow alloc initWithContentRect:(125<>513 extent:383<>175) error: an instance of NSWindow does not respond to "initWithContentRect:" This seems particularly strange since F5 completion works on this method, i.e., if I type initWithContent<F5>, I get the complete method name. So what critical obvious element did I overlook? -jmc |