Re: Programmatically Generating Physical Key

2009-01-07 Thread Anurag Tripathi
se javascript > doesn't support it either. GWT isn't magic; it cannot make things that > are impossible on the target platform possible. > > On Jan 2, 2:26 pm, Anurag Tripathi wrote: > > > Can we programmatically generate physical keys in GWT ? > > > Scenario

Programmatically Generating Physical Key

2009-01-02 Thread Anurag Tripathi
Can we programmatically generate physical keys in GWT ? Scenario : I want to generate some key on clicking in Button ! If anyone has any idea on this, please let me know - _Anurag --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

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 ob

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...@gm

Re: Undo/Redo Event Handlings

2008-12-23 Thread Anurag Tripathi
t; > 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 you really are not looking to > have focus on the button to handle this. > > On Dec 23, 7:10 am, Anu

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

Sleep() or wait() inside valueChanged Listener

2008-11-06 Thread Anurag Tripathi
Hi, Can we call Sleep( ) or wait( ) method for some busy waiting inside valueChangedListener without any threads? Please let me know if anybody has idea on this. Thanks _Anurag --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo