losing focus on the page when popup comes

2013-01-02 Thread sreenivas
Hi, I want to make my complete page to loose focus when popup comes. I mean i should not be able to click any widgets in the background when popup appears. For now, I am able to get the pop up , but I am able to click the buttons in the background page. How should i achieve this blur mechanism

Re: losing focus on the page when popup comes

2013-01-02 Thread Andy King
Is this for something like a login screen? I've done this by creating a widget ... the UiBinder XML file is as follows (this is in LoginWidget.ui.xml): ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' g:FlowPanel g:LabelLogin is