Hello, I have used GWT to create the website www.LineLeap.com. I have not yet upgraded to GWT 1.5 as I use several packages that are not compatible with the new version (I am still using 1.4). My website is visible / usable in IE and FireFox, however when loaded using Safari or Chrome it does not display the main page, nor any other pages when the links are clicked. Each link at the top (Home, Restaurant Menus, FAQs etc) has a click event. The structure of the programming is as follows:
When a click event on a link occurs, the main absolute panel (which covers the entire page) removes whichever child panel it has attached to it (such as the home page panel), then adds the appropriate panel (such as the search page panel). As you will see, this works just fine in FireFox and IE. I tried to work around this problem by simply setting each panel to be visible / invisible, and this did not work either. Please help! Thanks so much, Bret McClay --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
