Re: [fltk.general] fl_measure don't wrap long lines?

2011-11-05 Thread Greg Ercolano
>> I'd agree there probably should be a way to hardwrap >> a line like that. Perhaps an RFE for a hardwrap() method, >> or overload the wrap() method to allow 0|1|2, where 2 would >> be a hard wrap. > > I uploaded STR2761 which allows that as an option. Cool; we love p

Re: [fltk.general] fl_measure don't wrap long lines?

2011-11-03 Thread David
> On 11/03/11 17:17, David wrote: > > It's on the fl_choice message prompt, not menu items. > > Oh, I see.. you're talking about fl_choice() [the dialog function], > whereas I thought you meant the Fl_Choice widget [which has a > pulldown menu, and doesn't wrap the menu items] > >

Re: [fltk.general] fl_measure don't wrap long lines?

2011-11-03 Thread Greg Ercolano
On 11/03/11 17:17, David wrote: > It's on the fl_choice message prompt, not menu items. Oh, I see.. you're talking about fl_choice() [the dialog function], whereas I thought you meant the Fl_Choice widget [which has a pulldown menu, and doesn't wrap the menu items]

Re: [fltk.general] fl_measure don't wrap long lines?

2011-11-03 Thread David
> On 11/03/11 12:02, David wrote: > > It would just wrap it like a text editor or word processor would, > > just like it does now replying to this. You give a width to > > fl_measure and it wraps as needed (including hardwraps when no white space > > found). > > Sounds like a feature request

Re: [fltk.general] fl_measure don't wrap long lines?

2011-11-03 Thread Greg Ercolano
On 11/03/11 12:02, David wrote: > It would just wrap it like a text editor or word processor would, > just like it does now replying to this. You give a width to > fl_measure and it wraps as needed (including hardwraps when no white space > found). Sounds like a feature request to have multi

Re: [fltk.general] fl_measure don't wrap long lines?

2011-11-03 Thread David
> On 11/03/11 10:17, David wrote: > > the trick to get rid of the @ issue worked, but the line is long and > > fl_choice now shows more but the part it wrapped is long (no spaces in that > > part) and it's cutting it off instead of wrapping again (hard wrap since no > > space). Is there a featu

Re: [fltk.general] fl_measure don't wrap long lines?

2011-11-03 Thread Greg Ercolano
On 11/03/11 10:17, David wrote: > the trick to get rid of the @ issue worked, but the line is long and > fl_choice now shows more but the part it wrapped is long (no spaces in that > part) and it's cutting it off instead of wrapping again (hard wrap since no > space). Is there a feature to turn

[fltk.general] fl_measure don't wrap long lines?

2011-11-03 Thread David
the trick to get rid of the @ issue worked, but the line is long and fl_choice now shows more but the part it wrapped is long (no spaces in that part) and it's cutting it off instead of wrapping again (hard wrap since no space). Is there a feature to turn on complete wrapping so I can throw any