Re: Undo/Redo Event Handlings

2008-12-30 Thread Anurag Tripathi
Please someone can get back on this ? On Dec 30, 6:44 pm, Anurag Tripathi wrote: > I'm still in thirst for solution,I am not able to handle in Button ;-) > > _Anurag > > On Dec 24, 11:40 am, Anurag Tripathi wrote: > > > Yeah, Thats true , simply my objective is to add undo(Ctrl+Z) > > functiona

Re: Undo/Redo Event Handlings

2008-12-30 Thread Anurag Tripathi
I'm still in thirst for solution,I am not able to handle in Button ;-) _Anurag On Dec 24, 11:40 am, Anurag Tripathi wrote: > Yeah, Thats true , simply my objective is to add undo(Ctrl+Z) > functionality in Button. > > _Anurag > > On Dec 23, 6:18 pm, "todd.sei...@gmail.com" > wrote: > > > You w

Re: Undo/Redo Event Handlings

2008-12-23 Thread Anurag Tripathi
Yeah, Thats true , simply my objective is to add undo(Ctrl+Z) functionality in Button. _Anurag On Dec 23, 6:18 pm, "todd.sei...@gmail.com" wrote: > You will probably not find this in RichTextArea source since this > functionality is provided by the web browser and not GWT. > > I believe that yo

Re: Undo/Redo Event Handlings

2008-12-23 Thread todd.sei...@gmail.com
You will probably not find this in RichTextArea source since this functionality is provided by the web browser and not GWT. I believe that you may want to try looking at event previews. This would allow you to capture keyboard input regardless of the widget which has focus because I suspect that

Undo/Redo Event Handlings

2008-12-23 Thread Anurag Tripathi
If anybody has any idea on this please let me know - How to catch Keyboard Undo(ctrl+z) and Redo(Ctrl+y) events in a Button ? Its already supported in Rich Text Area as an action of ctrl +z keyPress but need to encapsulate in a Button. The Implementation I'm not finding in RichTextArea.class _An