Thanks Thomas, thanks Mea, huh... Folke ;) , I am glad I asked. That makes
sense. I'll change my code.

Fred

On Fri, Sep 12, 2008 at 21:04, Folke <[EMAIL PROTECTED]> wrote:

>
> On 12 Sep., 14:31, Thomas Broyer <[EMAIL PROTECTED]> wrote:
> > On 12 sep, 14:08, Folke <[EMAIL PROTECTED]> wrote:
> > > Use Document.get().getElementById("loadingMessage") to get the element
> > > and then use either Label.wrap() and setVisible() or use
> > > setPropertyBoolean("visible", false) directly. I prefer the former.
> >
> > ...or UIObject.setVisible(loadingMessage, false) ;-)
> > (with loadingMessage being the result of the getelementById)
>
> Which is actually much better since setPropertyBoolean("visible",
> false) is complete nonsence. :-/
> What I meant was "visibility" and "hidden" but UIObject sets "display"
> to "none" which is understood by all browsers.
>
> Mea culpa.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to