Hello.
I have an object thePanel of the class Panel(), and I want to change
dynamically its color. The color has to change after the panel has
been rendered.
I can use the method
thePanel .setBodyStyle("backgroundColor: red;");
to set the initial color of this panel, but when I try to change the
color again when an event happens, I get an error message, because I
can't use the same method as before after the panel has been rendered.
Can anyone help with this subject?
Thanks
Valentino
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---