anne001 wrote: > Can you help me with how to debug my nib? > > I found the answer to my first question here > http://rubycocoa.sourceforge.net/w.en/ExecutionOrder.html > > Apparently, simple ruby code is called in line code. I created a new rb > file in the same directory as main.m and rb_main.rb > and puts "hello world" ran! > nib files are plain text files, so with such simple text tools as an editor with a "compare files" built-in command, or a "diff" you can get an idea of where the difference is. J-P