Re: Problem In implementing Right Click for Mozilla in smartgwt

2009-09-26 Thread Niks
Thanks Sanjeev it worked fine now...after applying event.cancel() On Sep 25, 7:59 pm, Sanjiv Jivan sanjiv.ji...@gmail.com wrote: I had asked you to post SmartGWT related questions on the SmatGWT forums and yet you post your question here?? On Fri, Sep 25, 2009 at 8:13 AM, Niks

Re: Problem In implementing Right Click for Mozilla in smartgwt

2009-09-25 Thread Niks
still it is not coming i have written this code for disabling default effect but then it is showing menu once only on right click and then on again clicking it is not coming -

Re: Problem In implementing Right Click for Mozilla in smartgwt

2009-09-25 Thread Sanjiv Jivan
I had asked you to post SmartGWT related questions on the SmatGWT forums and yet you post your question here?? On Fri, Sep 25, 2009 at 8:13 AM, Niks sharma.sweet...@gmail.com wrote: still it is not coming i have written this code for disabling default effect but then it is showing menu once

Re: Problem In implementing Right Click for Mozilla in smartgwt

2009-09-25 Thread Niks
Sorry man... --~--~-~--~~~---~--~~ 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

Problem In implementing Right Click for Mozilla in smartgwt

2009-09-23 Thread Niks
Hi, Can anywone please tell how to avoid default menu in mozilla . I have created one application and implemented right click mouse event in smartgwt but when clicking right mouse button mozilla is not showing the pop up which i created it is showing its default how to resolve the issue in

Re: Problem In implementing Right Click for Mozilla in smartgwt

2009-09-23 Thread Sanjiv Jivan
Please use the SmartGWT forums for SmartGWT specific questions : http://forums.smartclient.com/forumdisplay.php?f=14 Try event.cancel() to prevent the default behavior of the browser context menu showing upon right-click. Sanjiv On Wed, Sep 23, 2009 at 2:12 AM, Niks sharma.sweet...@gmail.com