bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #13618] GORM doesn't react to changing control's class to custom


From: Gregory John Casamento
Subject: [bug #13618] GORM doesn't react to changing control's class to custom
Date: Thu, 7 Jul 2005 21:36:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040921

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]