« Return to Thread: Java subclasses in Ruby

Re: Java subclasses in Ruby

by Charles Oliver Nutter-2 :: Rate this Message:

Reply to Author | View in Thread

backspaces wrote:

> Just a quick pointer to a parallel discussion on the Processing board to see
> if I'm understanding Processing's internals correctly:
>   http://tinyurl.com/32hewk
>
> It includes a pointer to the ruby file, and a test without subclassing, just
> calling PApplet directly .. which did not have the exception problem.  This
> leads me to think exception handling works ok in the java classes, but not
> in a subclass of such a class.  I think.  
>
> But no worries for now, let me dig a bit deeper.
>
> Thanks for your patience.

Ok, sounds like good progress so far Owen. Let us know what you find.
That NPE is almost certainly a bug somewhere, but I'm not sure whether
it would be us or processing or your code or what. But the general
structure of what you want to do appears to be working correctly, so
that's great!

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Java subclasses in Ruby