bugGNUstep - Bugs: bug #44085, Problem when convert from gorm to...

Group
 
 

bug #44085: Problem when convert from gorm to nib

Submitter:  Germán Arias <espectador>
Submitted:  Sun 25 Jan 2015 04:16:37 AM UTC
   
 
Category:  Gorm Severity:  3 - Normal
Item Group:  Bug Status:  Wont Fix
Privacy:  Public Assigned to:  None
Open/Closed:  Declined
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 27 Aug 2023 07:17:44 PM UTC, comment #3: 

NIB XML files are now outdated and have been superseded by XIBs.  I have added XIB saving functionality which replaces this.   Gorm no longer saves NIB files as I have turned that functionality off in the latest releases since it was always unreliable.

Gregory John Casamento <gcasa>
Group administrator
Mon 16 Mar 2015 10:11:30 PM UTC, comment #2: 

This looks completely different to #31311 to me and that bug was also already marked as a duplicate.

Fred Kiefer <FredKiefer>
Group Member
Sat 21 Feb 2015 10:45:56 PM UTC, comment #1: 

Duplicate of bug #31311

Gregory John Casamento <gcasa>
Group administrator
Sun 25 Jan 2015 04:16:37 AM UTC, original submission:  

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.

Germán Arias <espectador>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  • -email is unavailable- added by gcasa (Posted a comment)
  • -email is unavailable- added by espectador (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-08-27 gcasa StatusDuplicate Wont Fix
        Open/ClosedOpen Declined
    2015-02-21 gcasa StatusNone Duplicate

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code