Re: text namespace
Andrew Kohlsmith <[email protected]> Mon, 14 Apr 2003 11:51:54 -0400
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Organization | Benshaw Canada |
| Message-ID | <[email protected]> |
> xwt.widget.text > xwt.widget.textfield // singleline > xwt.widget.editfield // multiline > xwt.widget.label // idiom for <text focusable="false" > multiline="true" /> ie can be set to multiline="true" if needed You make good points, but why not just have xwt.widget.textfield and if multiline is true, then trap enter, have scrollbars, etc.? The Borland C++ camp uses "Memobox" for a multiline edit and "textbox" (I think) for a single line. Regards, Andrew _______________________________________________ http://lists.xwt.org/listinfo/dev