RE: removeFromSuperview problem

2012-04-26 Thread Leanne Attard
e to a Not Responding state. --- On Thu, 4/26/12, Jim Adams wrote: > From: Jim Adams > Subject: RE: removeFromSuperview problem > To: "Leanne Attard" , "cocoa-dev@lists.apple.com" > > Date: Thursday, April 26, 2012, 1:24 PM > I wonder if you should move that > re

RE: removeFromSuperview problem

2012-04-26 Thread Jim Adams
[mailto:cocoa-dev-bounces+jim.adams=sas@lists.apple.com] On Behalf Of Leanne Attard Sent: Thursday, April 26, 2012 2:49 AM To: cocoa-dev@lists.apple.com Subject: removeFromSuperview problem Problem explanation: I am doing a Java application which calls a JNI Library to draw using OpenGL on the window

removeFromSuperview problem

2012-04-25 Thread Leanne Attard
Problem explanation: I am doing a Java application which calls a JNI Library to draw using OpenGL on the window created by JAVA, using the JAWT NSView handle given as in example: http://developer.apple.com/library/mac/#samplecode/JAWTExample/Introduction/Intro.html, and then adding a customi