[gwt-contrib] Re: Two BiDi support classes

2010-02-09 Thread Tomer Greenberg
We're working on uploading a good patch. Yes, the goal is to have some widgets use this, not directly though. In my naive design the code is loaded, but the objects are created only if needed. Will it solve anything? Is there a solution scheme that doesn't even load the modules unless needed? On

Re: [gwt-contrib] Re: TextBoxBase to implement HasDirection instead of its children

2010-02-07 Thread Tomer Greenberg
> Extending TextBoxBase sounds perfectly reasonable, but what exactly are >> you >> > proposing to implement there? >> > >> > On Tue, Feb 2, 2010 at 10:58 AM, Tomer Greenberg > >wrote: >> > >> > >> > >> > > Hello gwters, &

[gwt-contrib] TextBoxBase to implement HasDirection instead of its children

2010-02-02 Thread Tomer Greenberg
Hello gwters, I'm going to add some BiDi functionality to TextBox and TextArea. Given that their parent, TextBoxBase, doesn't implement HasDirection, this has to be done (in an identical manner) for TextBox and TextArea separately. But then, why won't TextBoxBase implement HasDirection instead of