In this NIB file 'InfoTable' is the value of an NSClassName attribute of an NSTableView object. This attribute gets used only for NSViewTemplate, NSCustomView and similar classes.
It seems like Gorm converts all objects of subclasses of NSView taht have a custom class name specified into NSViewTemplate objects in the method -templateForObject:withClassName:withSuperClassName:withDocument: of GSNibTemplateFactory in the file GormWrapperBuilder.m. This is correct behaviour.Now when I convert a somewhat older FisicaLab Gorm file into a NIB I end up with a custom class name of MITabla. Could you please check your initial Gorm file to see, which custom class name you are using for the table view? Hope this helps, Fred Am 05.12.2014 um 01:35 schrieb Germán Arias: > Attached. > > Germán > > El vie, 05-12-2014 a las 00:16 +0100, Fred Kiefer escribió: >> Could you please provide one such Nib file? >> >> Fred >> >> On the road >> >> Am 04.12.2014 um 23:56 schrieb Germán Arias <[email protected]>: >> >>> Currently I can convert gorm files to nib. But I have problems to open >>> some of these. I get the error: >>> >>> Failed to load file. Exception: Unable to find class 'InfoTable' >>> >>> Germán _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
