Re: [fltk.general] FLTK 2.x Creating PopupMenumenubefore/aftercreatingsubwindow. Bug?

2007-04-23 Thread Sanel Zukan
> Mmm, interesting.. I didn't know specifying the x/y or not made > a difference in behavior of creating the separate window, I thought > it was just the parent()/current() thing. Yes, since Window(x,y,w,h) constructor tries to add self to the current Group if exists; if not, it

Re: [fltk.general] FLTK 2.x Creating PopupMenumenubefore/aftercreatingsubwindow. Bug?

2007-04-22 Thread Greg Ercolano
michael sephton wrote: > win = new Window(100, 100); > vs. > win = new Window(0,0,100, 100); Mmm, interesting.. I didn't know specifying the x/y or not made a difference in behavior of creating the separate window, I thought it was just the parent()/current() thing.

Re: [fltk.general] FLTK 2.x Creating PopupMenumenubefore/aftercreatingsubwindow. Bug?

2007-04-22 Thread michael sephton
> Millan wrote: > > Yes that's logical, but I didn't wont to make separate window, > > Hmm, on my system when I build your original app and run it > (on my linux machine) it makes two separate windows. ie. two > window manager windows.. one blue, the other gray. > > This, un