Currently, my project is adding gwt features to an existing web app.
The web app currently has a main page that loads 5 iframes in a frame
set.  The gwt code is loaded into the top window.  I have a
DialogPanel that needs to be displayed over the entire window numerous
times throughout the workflow of this app.  In order to do this, I
created a javascript function to call that loads this DialogPanel.  I
created in in onModuleLoad() using JNSI.  For testing purposes, I
created a link on multiple pages in the iframes that calls my
javascript function using window.top.loadDialog();  Using firebug I
can see that clicking on this link does in fact load the div that is
supposed to be the DialogBox but it not visible.  The div is in the
frameset when I am viewing the html.  Does anyone have any idea why
this would not be displaying?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to