nagyistoce / rococoa

Automatically exported from code.google.com/p/rococoa
0 stars 0 forks source link

"NSXXX(0x128307fa0) - NSView not correctly initialized. Did you forget to call super?" #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When instantiating NSView subclasses using initWithFrame: in Rococoa, there
is a
warning logged that says e.g. for NSButton: "NSButton(0x128307fa0) - NSView not
correctly initialized. Did you forget to call super?". It is only of cosmetical
importance as it seems. Nevertheless, for future reference I post here
references to RubyCocoa that had the same issue.

http://github.com/timburks/nu/blob/master/notes/HACKS?raw=true
http://sourceforge.net/tracker/index.php?func=detail&aid=1215220&group_id=44114&
atid=438476

Don't know if a similar hack could be applied to Rococoa.

Original issue reported on code.google.com by dkocher@sudo.ch on 6 Oct 2009 at 10:04