Do u use activities in your app? If yes do you have an activity mapped to each of your tabs? You have a mayStop method in activities which can be used to stop the user from navigating from current activity.
~Ashwin
Sent from my iPhone
On Apr 27, 2012, at 5:15 PM, ALB-PSP-DV1 <albpspdv1@gmail.com> wrote:
> Our application has two tabs. On selecting the tabs we have to display
> a confirmation window(dialog box). Depending on whether user clicks
> "Yes" or "No" button in the confirmation window, the tab selection
> event should proceed or stop.
>
> I know we have event.stopPropagation() method for click event. However
> there is no such method for selection event.
>
> Is there any work around to stop the propagation of the selection
> event. Any help is much appreciated.
>
> Thanks in advance.
>
> --
> 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+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment