On Apr 1, 2005, at 9:55 AM, Pierre Vaudrey wrote:
Regarding CamelWriter code, I d'nt see textView defined as an outlet.
It's defined in the "properties" array, as part of the class definition:
class MyDocument {
'super' => 'NSDocument',
'properties' => [
'textView', 'aString',
],
};sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net Hire me! My resume: http://www.dot-app.org
