Has GWT solved to the known problem of displaying html elements on top of Java applets? GWT already solves the similar problem around ListBoxes, so I would guess a similar solution applies to Java applets.
What I'm seeing is that popups (SuggestBox) and dialogs appear behind Java applets (I need to have one on my application), and I don't see a way of avoiding this. There's a workaround (non-GWT) explained here: http://www.oratransplant.nl/2007/10/26/using-iframe-shim-to-partly-cover-a-java-applet/ but I'm wondering if there's something already in gwt to trigger something like that or if anybody has created JSNI code already to achieve the same functionality. Thanks in advance for any pointers. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
