
Multiple glControls
Posted Thursday, 4 October, 2007 - 13:57 by george inI'm trying to get multiple glControls working within the same from. Currently the 2nd control refuses to display.
Is this something that's possible at the moment?
I'm also finding it impossible to create a working subclass of glControl. Again this refuses to display, the desinger keeps setting the Visible property to false every time I compile. Any ideas what might be going on here?


Comments
Confirmed. It seems that the
Confirmed.
It seems that the problem was introduced around version 0.3.10, where I started playing with the Visible property. The idea was to ensure the control's handle was created at a specific point.
It shouldn't be too hard to fix (*), thanks for reporting!
(*) famous last words
Ok, fixed the problem, I'm
Ok, fixed the problem, I'm testing right now. If this problem is blocking you, you can checkout the bleeding edge code from "https://opentk.svn.sourceforge.net/svnroot/opentk/trunk".
Thanks, I try and check it
Thanks, I try and check it out next week.