Hi Twiz,

       You can create your own class by extending TextBox class. And can add
double click event by using sinkEvents() method. And In same class you can
write code you want to write to execute on double click of text box in
onBrowseEvent().



On Sat, Sep 12, 2009 at 10:24 PM, dubes01 <shreyasd...@gmail.com> wrote:

>
> Just curious,but where exactly do you see your system.out.println()
> output?
>
> If you are using a textfield from gwt-ext, then try something like
> textfield.addListener(new BaseItemListenerAdapter(){}) or something
> like that and override the click or double click method if one
> exists.
>
> On Sep 11, 7:04 am, TwiZ <tw...@o2.pl> wrote:
> > it doesnt work too.. onclick or ondblclick it doesnt metter..
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to