Re: [fltk.opengl] OpenGL window in Fl_Wizard

2012-05-19 Thread David Aiken
Thanks Greg.. that helps quite a bit. The group bounds were an earlier attempt to get things working. > On 05/18/12 23:21, david_ai...@yahoo.com wrote: > > 1. the OpenGL window overlaps all of the wizard pages. It should only > > appear on the first page. > > Oh, and besides moving the cre

Re: [fltk.opengl] OpenGL window in Fl_Wizard

2012-05-19 Thread Greg Ercolano
On 05/18/12 23:21, david_ai...@yahoo.com wrote: > 1. the OpenGL window overlaps all of the wizard pages. It should only appear > on the first page. Oh, and besides moving the creation of the window, I think your Fl_Group's are oddly positioned. Can you say why you're usin

Re: [fltk.opengl] OpenGL window in Fl_Wizard

2012-05-19 Thread Greg Ercolano
On 05/18/12 23:21, david_ai...@yahoo.com wrote: > hi all.. > > I would like to place an OpenGL window into a wizard, but I'm new to fltk so > my source has some problems. You need to create the opengl window inside the first group. So just move this line from where it is:

Re: [fltk.opengl] OpenGL window in Fl_Wizard

2012-05-19 Thread David Aiken
I've posted the code at https://rapidshare.com/files/801556596/fltkWizard.zip since there doesn't seem to be a way to attach a .zip . The files are also shown below: src/main.cpp == #include #include #include #include #include #include #include