Ian wrote: > > looks like most of fltk always assumes @ is to be used as > > special character, even for fl_choice, fl_ask, fl_message, > > etc.. The problem is that a message box may have anything in > > it like a @, which can cause it to truncate the message to be > > displayed. Is there any way to disable @ as being a special > > character for those? I don't want to have to parse strings > > and search for @ and change to @@. May have to roll my own anyway. > > > I think that pre-pending any strings with "@." ought to do the trick, > that should supress any subsequent @-symbol expansions and allow the > text through "raw". > > Bit of a faff to do but it should then allow you to use the standard > dialogs unchanged.
For this, we used the method from http://seriss.com/people/erco/fltk/#DisableSymbols IIRC, it fixed pretty much everything except tooltips. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

