git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@29863 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-03-07 08:15:34 +00:00
parent bb91ba25e5
commit 54a76a9f1c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-03-07 Richard Frith-Macdonald <rfm@gnu.org>
* Documentation/gorm.texi: Fixed opening file to say 'gopen -a Gorm.app'
for bug #29085
2010-03-05 Richard Frith-Macdonald <rfm@gnu.org> 2010-03-05 Richard Frith-Macdonald <rfm@gnu.org>
* GormCore/GormFunctions.m: update for latest base library. * GormCore/GormFunctions.m: update for latest base library.

View file

@ -502,7 +502,7 @@ This method is called on any custom object which is unarchived from a nib/gorm f
If you have ProjectCenter, you need to open it and create an ``Application'' project. Create it with the name ``FirstApp''. From there you can open the MainMenu.gorm by clicking on interfaces and selecting MainMenu.gorm. If Gorm.app is properly installed, you Gorm should start up. If you have ProjectCenter, you need to open it and create an ``Application'' project. Create it with the name ``FirstApp''. From there you can open the MainMenu.gorm by clicking on interfaces and selecting MainMenu.gorm. If Gorm.app is properly installed, you Gorm should start up.
If you don't have ProjectCenter, you can create the Gorm file by hand. First you need to start Gorm. You can either do this by doing @samp{gopen Gorm.app} from a command line prompt, or you can invoke it from the Dock or from the workspace's file viewer. If you don't have ProjectCenter, you can create the Gorm file by hand. First you need to start Gorm. You can either do this by doing @samp{gopen -a Gorm.app} from a command line prompt, or you can invoke it from the Dock or from the workspace's file viewer.
You then need to select the @samp{Document} menu, and then @samp{New Application}. This should produce a new document window, with a menu and an empty window. This should be the same as with the ProjectCenter gorm file since this is the basic starting point for an application. You then need to select the @samp{Document} menu, and then @samp{New Application}. This should produce a new document window, with a menu and an empty window. This should be the same as with the ProjectCenter gorm file since this is the basic starting point for an application.