I successfully converted several nib files into gmodel files. But I
cannot use them !
I have done a simple app, with just the main.m and one .gmodel. I
edited the makefile so that MAIN_MODEL_FILE and RESOURCE_FILES are
right.
I build the app with no problem, I then start it and I get :
loading model file "file_name"
Couldn't find the array value for key 'itemArray' + detail
Uncaught exception NSRangeException, reason: Index out of bounds.
Class NSMenuPanel not linked into application
and it quits.
I then tried to build the given test.app (in nib2gmodel tar file),
it compiled but I got the same kind of error on execution.
I also thought it could be because of a change in Apple nib files,
so tried older Openstep files, with no success.
Do you know what is the problem ?
In fact, is there a working GNUstep app based on a gmodel, so that I
could test ?
All this is for main model file. I saw your SavePanel used a model
file, but in this case it is not the main one. I'll futher test with
secondary model .
Thanks,
Raphael Sebbe