bug-gnustep
[Top][All Lists]
Advanced

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

[bug #44085] Problem when convert from gorm to nib


From: Germán Arias
Subject: [bug #44085] Problem when convert from gorm to nib
Date: Sun, 25 Jan 2015 04:16:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

URL:
  <http://savannah.gnu.org/bugs/?44085>

                 Summary: Problem when convert from gorm to nib
                 Project: GNUstep
            Submitted by: espectador
            Submitted on: sáb 24 ene 2015 22:16:37 CST
                Category: Gorm
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

When convert a gorm file to nib the code in GormNibWrapperLoader.m replaces
most of the template classes with Gorm specific classes:

              [u setClass: [GormObjectProxy class]
                 forClassName: @"NSCustomObject"];
              [u setClass: [GormCustomView class]
                 forClassName: @"NSCustomView"];
              [u setClass: [GormWindowTemplate class]
                 forClassName: @"NSWindowTemplate"];
              [u setClass: [GormNSWindow class]
                 forClassName: @"NSWindow"];
        
But this does not touch NSViewTemplate and replacing that class wouldn't be
that easy as it is not prepared for that.
This problem is not solvable in gui, as it requires the classes.nib file to be
parsed, which only is present in Gorm.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44085>

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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