[Rubycocoa-devel 518] Fwd: Create tests for wrapped frameworks...

Back to archive index

Eloy Duran eloy.****@gmail*****
Sat Dec 23 09:25:05 JST 2006


I'll be a nice little boy too then,
here's the last e-mail.

Eloy.

---------- Forwarded message ----------
From: Eloy Duran <eloy.****@gmail*****>
Date: Dec 23, 2006 1:23 AM
Subject: Re: Create tests for wrapped frameworks...
To: Laurent Sansonetti <lsans****@apple*****>


> >  class MyDocument < NSDocument
> > +  attr_accessor :pdfView
> >
> >    ib_outlets :pdfView, :window
>
> Are you sure about this one? I believe that ib_outlets will create the
> accessor method.

Yeah, I was really thinking/doubting about it too.
But I think it's right, because what the ib_outlet does is
it creates a reference to accessor of the view from the document right?
But for the appcontroller to be able to access the accessor method
you need to give it the right to do so.
So it's confusing because there underneath each other,
but both are for a complete different purpose.

> Mmh this error is very bad, I suspect that RubyCocoa could even not
> interpret Foundation.xml. I would bet that it didn't find the XML file
> (if you run with "$DEBUG = true" you should see a message or
> something). Are you sure BRIDGE_SUPPORT_PATH really points to the
> right directory? (e.g. if you add "p ENV['BRIDGE_SUPPORT_PATH']" at
> the beginning of rb_main.rb?)

Aha, I suspect you should start using my run.rb script too monsieur... :)
There's a diff attached.
It works now.

> Cheers,
> Laurent who goes sleeping

Well then stop mailing me hahahaha.
Oh I can't wait to go to the party dancing of the year!!

Eloy.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RubyQTKitSimpleDocument.diff
Type: application/octet-stream
Size: 485 bytes
Desc: not available
Url : http://lists.sourceforge.jp/mailman/archives/rubycocoa-devel/attachments/20061223/873cddea/attachment.obj 


More information about the Rubycocoa-devel mailing list
Back to archive index