Thanks. I'm using some of those special characters elsewhere! I put in the old "AT" for now...
/Ed > No, the '@' is a special char in FLTK. You can switch that off by > starting your message with "@.". If not, you need to double your "@" > to "@@" sign to make it appear as a single "@". > > See: http://www.fltk.org/documentation.php/doc-1.1/common.html#labels > > > On Mar 3, 2007, at 6:21 PM, Edward Arthur wrote: > > > Hi, > > > > An '@' in the fl_message() text is treated as '\0'. > > Is this expected behaviour? > > > > I even tried: > > > > fl_message("my email: ed.arthur%cgmail.com", '@'); > > > > and the text in the window gets truncated! > > > > Thanks, > > /Ed > > _______________________________________________ > > fltk mailing list > > [email protected] > > http://lists.easysw.com/mailman/listinfo/fltk > > ---- > http://robowerk.com/ > > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

