Hi Hans, > Why isn`t there a commom adjustment to get the functionality one gets if > extern fl_dont_execute = true. I mean the avoided do_callback()-call in the > fltk::menu::execute()-methode. > For me it`s very useful to define fl_dont_execute = true, why is it only a > "hiden hack"?
Oh, this looks like very ugly hack to allow fluid works properly. It is really bad to introduce application hacks into the library. You should not use it, since is, probably, a good candidate for replacement. > And is there nobody who can help me here: > http://ftp.cups.org/newsgroups.php?s12717+gfltk.general+v12723+T0 > ? Hm, I tested this with input demo (copied german characters since I can't reproduce them); for me works without crashes. Can you provide a sample/crash text so it can be pasted into the widget ? Also you can wrap offending line like: if (wordwrap && (p >= text_+size_ || isspace(*p))) { and hopefully debugger will show a bad statement. -- Sanel _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

