Re: [fltk.general] fltk does not grab the second OpenGL window. Any solution?

2012-09-06 Thread Greg Ercolano
On 09/06/12 11:23, Furqan wrote: > But when I try to create another OpenGL window in the same way, > Fl_Double_Window does not grab the OpenGL windnow. Try enclosing the creation of your openGL window with begin() and end() for the double window. So for instance if your Fl_Double_Wind

[fltk.general] fltk does not grab the second OpenGL window. Any solution?

2012-09-06 Thread Furqan
According to "fractals" example, the Fl_Double_Window grabs the OpenGL window easily. It works. But when I try to create another OpenGL window in the same way, Fl_Double_Window does not grab the OpenGL windnow. Both open separately. Why this happens ? I want to grab another OpenGL window in the