« Return to Thread: Problem with reshape calling JOGL

Re: Problem with reshape calling JOGL

by Marc Downie :: Rate this Message:

Reply to Author | View in Thread

Why is reshape being called with two different numbers
of arguments?  Is this expected?

I'll guess: reshape(x,y,w,h) in JComponent (JPanel superclass) and reshape(GLAutoDrawable, x,y,w,h) in GLEventListener.

A segfault is always bad news (and hard to pin on Jython --- whoever is making your JVM might be interested in a bug report), but JOGL is very low level — some times, depending on drivers, I have been able to give you a page of Python that locks up a machine.

best of luck,

Marc.

-------------------------------
openendedgroup.com

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users

 « Return to Thread: Problem with reshape calling JOGL