Update of bug #13618 (project gnustep):
Status: None => Invalid
Assigned to: None => gcasa
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
Serg,
initWithFrame isn't supposed to be called in custom subclasses of controls. :)
Please see the AppKit API documentation for this:
http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSControl.html#//apple_ref/doc/uid/20000073-BAJDBBAF
You're class is being instantiated by calling initWithCoder:. Additionally
you should put any final initialization in the awakeFromNib method.
Thanks, GJC
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13618>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep