Re: [fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread Greg Ercolano
On 04/04/13 14:32, Greg Ercolano wrote: > On 04/04/13 09:44, Manolo Gouy wrote: >> I've seen that commenting out line 657 of file src/Fl_Help_View.cxx >> seems to fix this problem. But does this have other negative effects? > [..] > That does seem to allow multiple s to work. > > But a

Re: [fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread Greg Ercolano
On 04/04/13 09:44, Manolo Gouy wrote: >> It'd be good if we could fix adjacent 's though. >> >> I recall our html parser's source being a bit tricky to grok, >> but I think I worked on a small part of it once.. will see if >> I can figure this one out. > > I've seen that commenting

Re: [fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread Manolo Gouy
> It'd be good if we could fix adjacent 's though. > > I recall our html parser's source being a bit tricky to grok, > but I think I worked on a small part of it once.. will see if > I can figure this one out. I've seen that commenting out line 657 of file src/Fl_Help_View.cxx seem

Re: [fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread Edzard Egberts
> and that was last thing preventing me from publishing it. http://www.edzeg.net/pt100/ Not sure, whether there is any interest, because this is a german tool for solving a particular electronic problem, now published in an electronics group. And I failed in writing a fltk-config-makef

Re: [fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread Greg Ercolano
On 04/04/13 02:52, MacArthur, Ian (Selex ES, UK) wrote: >> I tried to show some html-text for help, but Fl_Helpview doesn't take >> care of and mucks up formatting. Doc tells, Fl_Helpview should >> take care of , shouldn't it? > > Hmm, yes, that does seem a bit broken... > As a hackaround, it loo

Re: [fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread Edzard Egberts
MacArthur, Ian (Selex ES, UK) schrieb: > As a hackaround, it looks like replacing with seems to do > something... Any good? Thank you, that solves my problem. I tried to make a little "all inclusive" tool - one file containing program, helpfiles, info and a picture - and that was last thing p

Re: [fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread MacArthur, Ian (Selex ES, UK)
> I tried to show some html-text for help, but Fl_Helpview doesn't take > care of and mucks up formatting. Doc tells, Fl_Helpview should > take > care of , shouldn't it? Hmm, yes, that does seem a bit broken... As a hackaround, it looks like replacing with seems to do something... Any good?

[fltk.general] [FLTK 1.3] Fl_Helpview doesn't take care of ?

2013-04-04 Thread Edzard Egberts
I tried to show some html-text for help, but Fl_Helpview doesn't take care of and mucks up formatting. Doc tells, Fl_Helpview should take care of , shouldn't it? Is there a way to get linefeeds, as aspired in the following example. My system shows no distance between the two lines: #include

Re: [fltk.general] best way to get an int from Fl_Menu_Item user data

2013-04-04 Thread MacArthur, Ian (Selex ES, UK)
marty wrote: > long li = (long)v; works fine. Yes; this is a good option, everywhere *except* Win64... On Win64, a long is still only 32-bit (everyone else decided that in their 64-bit generation a long would be 64-bits, but MS decided they needed to preserve the sizeof(long) == sizeof(int) r