Le 04/08/15 13:48, Kiran Ayyagari a écrit : > On Tue, Aug 4, 2015 at 6:19 PM, Emmanuel Lécharny <[email protected]> > wrote: > >> Hi, >> >> a Text widget does not accept null values. It forces us to test if the >> value is null, and if so, we inject a "". >> > how about extending the TextWidget to make this automatically happen? > (not sure whether there is any practical limitation for doing this in SWT)
That's an option. I'll investigate this path.
