Hi,
Using GWT 2.4 & SmartGWT 3.0. My requirement is to create a transparent Window. I tried with setting Opacity to 0 and it works fine in FF and Chrome. However it does not work on IE 9, even after setting setUseOpacityFilter, it just shows up a window with a white background.
Can you advise on how to create a transparent window that works on all 3 browsers.
Thanks,
Sandip.
Using GWT 2.4 & SmartGWT 3.0. My requirement is to create a transparent Window. I tried with setting Opacity to 0 and it works fine in FF and Chrome. However it does not work on IE 9, even after setting setUseOpacityFilter, it just shows up a window with a white background.
Can you advise on how to create a transparent window that works on all 3 browsers.
Thanks,
Sandip.
Comment