Git Product home page Git Product logo

tools-model-main's Introduction

README
******

This is version 0.11.0 of the GNUstep nib2gmodel tool

   GNUstep is a set of general-purpose Objective-C libraries based on
the OpenStep standard developed by NeXT (now Apple) Inc. The libraries
consist of everything from foundation classes, such as dictionaries and
arrays, to GUI interface classes such as windows, sliders, buttons, etc.

   nib2gmodel is a tool developed for GNUstep which converts Apple/NeXT
OpenStep 4.x and MacOSX nib files to a GNUstep gmodel file.

   WARNING: nib2gmodel does NOT compile on Linux, FreeBSD, or any other
OS that doesn't have Apple or NeXT libraries installed (i.e. a NeXTStep
or Mac OS X machine).

   Nib2gmodel does a pretty good, but not a perfect job of translating
nib files. Since the nib format is not documented, translation must be
done in a round-about way. Coupled with the fact that different OpenStep
systems store GUI elements in different ways leads to non-optimal
translation.  It is likely that you'll have to hand-edit the gmodel
file after translation. We recommend, however, that after translating
the file, you use our interface design program, Gorm, to read in the
gmodel file, edit it grahpically as you please, and then save it into
the preferred Gorm format (it's not possible to resave it in gmodel
format using Gorm).

   The file `INSTALL' gives instructions for installing the package.

   The GNUstep web site at `http://www.gnustep.org' contains more
information.

Machines
========

   GNUstep nib2gmodel has been compiled (sometime in the past) on the
following machines.

   * OpenStep 4.x/m68k

   * OpenStep 4.x/ix86

   * MacOS X Server 1.0

   * MacOS X 10.1, 10.2, 10.3, 10.4

Troubleshooting
===============

*Message *Could not find image named 'Foo'*
     This is a normal warning that occurs when the AppKit tries to load
     in an image for an object, and can't find it. Most likely you are
     translating the nib from the source directory and the images are
     not stored in the normal install location, so the images can not
     be found. As long as the images can be found normally when the
     Application is installed, this is fine.

*Message *Unkown class MyObject*
     You have created a custom class in the nib. Obviously nib2gmodel
     does not have this class, so the AppKit cannot instantiate it when
     reading in the nib file.  However, It should still be converted
     correctly in the gmodel file.

tools-model-main's People

Contributors

afedor avatar nico-31415 avatar gcasa avatar

Stargazers

Sean P. Myrick V19.1.7.2 avatar Eric Gallager avatar

Watchers

James Cloos avatar  avatar Sean P. Myrick V19.1.7.2 avatar

Forkers

seanpm2001

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.