Hi guys,
i'm sorry for the bad english.I have a problem with
com.google.gwt.dom.client.Document
appendChild method. I'm trying to add a
com.google.gwt.user.client.Element (an AbsolutePanel) inside an
IFrameElement but it works fine only on Firefox instead in IE it
doesn't work.
The code is:

Element myself = getElement(); // myself is the AbsolutePanel

// document is the reference to the IFrameElement
document.getBody().appendChild((com.google.gwt.dom.client.Element)
myself);

Is there a workaround???
Thanks a lot

--~--~---------~--~----~------------~-------~--~----~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to