Re: Need help getting panel fade to work properly

2009-12-04 Thread Rob Tanner
Gave up on 2.0 because of the "-style" bug (another thread) but did come up with a workaround to accommodate Firefox. Original code: DOM.setStyleAttribute(glass.getElement(), "height", "100%"); Workaround: DOM.setStyleAttribute(glass.getElement(), "height", new Integer(Window.getClientHeight()).to

Re: Need help getting panel fade to work properly

2009-12-02 Thread Yozons Support on Gmail
Sorry for the typo, but it's DialogBox (and neither DialogBog or DialogueBox ). It is a method on PopupPanel and could very well be 2.0. If you are getting started on a new project, I recommend going to 2.0RC2 now because you'll need to upgrade at some point anyway, and because it's an RC2, it's

Re: Need help getting panel fade to work properly

2009-12-02 Thread Rob Tanner
I presume you mean DialogueBox and setGlassEnable() must be a 2.0RC2 feature. On Dec 2, 10:46 am, Yozons Support on Gmail wrote: > Not sure when it was released (I'm using 2.0RC2 now), but did you just try > the DialogBog.setGlassEnabled(true) call? -- You received this message because you are

Re: Need help getting panel fade to work properly

2009-12-02 Thread Yozons Support on Gmail
Not sure when it was released (I'm using 2.0RC2 now), but did you just try the DialogBog.setGlassEnabled(true) call? -- 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-tool...@googlegroups.com.

Need help getting panel fade to work properly

2009-12-02 Thread Rob Tanner
In my application, under certain circumstances, I open up a DialogueBox () in the middle of the screen. In order to focus attention on the box, I gray out the surrounding screen using PopupPanel() that should cover the entire screen. The panel is black with 60% opacity. This works perfectly on S