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/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to