On 1/10/06, Gregory John Casamento <[EMAIL PROTECTED]> wrote: [snip] > > Support for other formats > == > One of the things I did when adding nib support was to implement a framework > which allows the dynamic addition of UI model loaders. All that's necessary > to register a GUI model loader is to subclass the class GSModelLoader. > This will cause the GSModelLoaderFactory to register this as a class which > handles the loading of a GUI in a given format. Existing loaders are > GSGormLoader, GSGModelLoader and GSNibLoader. It is possible to add > additional loaders as described above simply be implementing a loader in > your framework. When it's linked into an application it will be > automatically considered based on what "priority" it's given. All of this > is handled using the standard "loadNibNamed:..." methods.
Does it mean that it is possible to read and write GNUstep Renaissance format in the future if someone write a loader for it ? Yen-Ju > > Implementing this framework had two effects: > 1) it allows for the possibility of handling virtually any GUI format > 2) it cleans up the implementation of NSBundleAdditions immensely. :) > > Later, > > Gregory John Casamento > -- Principal Consultant, Open Logic Corp. (A MD Corp.) > ## Maintainer of Gorm (IB Equiv.) for GNUstep. > > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnustep-dev > > > _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
