Re: [fltk.general] Window dissapearing

2011-01-15 Thread Percy
> On 15/01/11 21:57, Percy wrote: > > This is a little hard to explain, but I'll give it a go: > > > > I have 3 windows, two that are modal inside eachother, like this: > > Window -> ModalWindow1 -> ModalWindow2 > > > > Everything works fine, but when I hide() ModalWindow2 and > > ModalWindow1 (s

Re: [fltk.general] news.easysw.com currently unreachable

2011-01-15 Thread Albrecht Schlosser
On 15.01.2011 21:09, imm wrote: > Right now, I can't access fltk svn or the fltk.org web-pages, and it > looks as if the easysw.com domain is unreachable too, so I guess that > the DNS is messed up somewhere. You're right, it was a DNS problem, and I got Mike's confirmation that it's fixed. News

Re: [fltk.general] Window dissapearing

2011-01-15 Thread imacart...@gmail.com
On 15/01/11 21:57, Percy wrote: > This is a little hard to explain, but I'll give it a go: > > I have 3 windows, two that are modal inside eachother, like this: > Window -> ModalWindow1 -> ModalWindow2 > > Everything works fine, but when I hide() ModalWindow2 and > ModalWindow1 (so that only Wind

Re: [fltk.general] Fl_x.cxx: fl_init_xim() missing XFree call, patch

2011-01-15 Thread imacart...@gmail.com
On 15/01/11 09:50, Denton Thomas wrote: > I should have suggested removing a couple lines, however - > > XFree() must happen at the end of fl_init_xim() whether or not the > if condition fails at 564, so the new/final XFree() call is basically > replacing line 567. I suggest we cut the XFree() at

[fltk.general] Window dissapearing

2011-01-15 Thread Percy
This is a little hard to explain, but I'll give it a go: I have 3 windows, two that are modal inside eachother, like this: Window -> ModalWindow1 -> ModalWindow2 Everything works fine, but when I hide() ModalWindow2 and ModalWindow1 (so that only Window is left), Window seems to go into the back

Re: [fltk.general] help dialog problems

2011-01-15 Thread imm
On 15 January 2011 13:00, Paul Rogan wrote: > well its fixed with the linking order changed as suggested, > exe as debug is now 3mb but hell using the nightmare of > other widget libraries you could treble it! and it is well worth > it.. the help dialog is a peach! i love it! Should be a lot sma

Re: [fltk.general] news.easysw.com currently unreachable

2011-01-15 Thread imm
On 15 January 2011 11:38, Albrecht Schlosser wrote: > On 15.01.2011 12:21, Albrecht Schlosser wrote: >> FYI: >> >> I just noticed that the FLTK news server news.easysw.com is unreachable. >> >> I sent a mail to Mike, and I hope that he can fix this when the night is >> over in the US. > > You can

Re: [fltk.general] news.easysw.com currently unreachable

2011-01-15 Thread Ian MacArthur
> On 15.01.2011 12:21, Albrecht Schlosser wrote: > > FYI: > > > > I just noticed that the FLTK news server news.easysw.com is unreachable. > > > > I sent a mail to Mike, and I hope that he can fix this when the night is > > over in the US. > > You can fix this temporarily by using the IP address 20

Re: [fltk.general] help dialog problems

2011-01-15 Thread Paul Rogan
well its fixed with the linking order changed as suggested, exe as debug is now 3mb but hell using the nightmare of other widget libraries you could treble it! and it is well worth it.. the help dialog is a peach! i love it! A point regarding the libraries, when i built 1.3rc2 my lib folder was

Re: [fltk.general] news.easysw.com currently unreachable

2011-01-15 Thread Albrecht Schlosser
On 15.01.2011 12:21, Albrecht Schlosser wrote: > FYI: > > I just noticed that the FLTK news server news.easysw.com is unreachable. > > I sent a mail to Mike, and I hope that he can fix this when the night is > over in the US. You can fix this temporarily by using the IP address 208.96.52.100 inste

[fltk.general] news.easysw.com currently unreachable

2011-01-15 Thread Albrecht Schlosser
FYI: I just noticed that the FLTK news server news.easysw.com is unreachable. I sent a mail to Mike, and I hope that he can fix this when the night is over in the US. Albrecht ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listi

Re: [fltk.general] Fl_x.cxx: fl_init_xim() missing XFree call, patch

2011-01-15 Thread Denton Thomas
> On 14/01/11 13:22, Denton Thomas wrote: > > > Agreed, setting to NULL at declaration is pointless! Line 546 is > > fine. > > > > Also agreed that it is smart to check xim_styles before use, and to > > set it to NULL after. The xlib doc does not specify whether XFree > > will or won't set incoming