Crap. So I uploaded the sample Tree app that did NOT work with my server to the Google Appengine and it worked fine. Dammit. Why would a server not serve the imagebundles to IE correctly?
On Jul 21, 4:19 pm, Sean <[email protected]> wrote: > As a quick Test, I made a GWT App that was just a Tree with one item > added to the RootPanel. No +/- in IE. Atleast I know it's not > something in my huge app. > > I also set my IE settings for intranet pages to Medium_high which the > web setting is, and I still see everything fine on the local machine. > > Since I see everything fine in IE on my local machine as well as > Google's Showcase website, I can only think it's something with my > server. Now.......how the hell to figure that out? That I have no > clue. Nothing off in the logs, the java script should work just the > same everywhere. So confusing. It's Mocha hosting, so it's a reputable > place. I can't understand how the .js being read from there would do > something different then on my local machine. > > On Jul 21, 3:19 pm, Sean <[email protected]> wrote: > > > If I understand you correctly, what I did was go into Run > > Configurations and turned off Run built-in server. Then use the > > browser that comes up to goto my deployed site on my external server? > > > Well, I tried that and I got: > > [ERROR] Unable to find 'celticlock.gwt.xml' on your classpath; could > > be a typo, or maybe you forgot to include a classpath entry for > > source? > > > But, then I tried to goto the GWT Showcase and I got the same thing: > > [ERROR] Unable to find 'showcase.gwt.xml' on your classpath; could be > > a typo, or maybe you forgot to include a classpath entry for source? > > > (Which works in IE for me btw). > > > So, I think I may be misunderstanding you. > > > On Jul 20, 11:40 am, Rajeev Dayal <[email protected]> wrote: > > > > It is odd that it works in hosted mode, but not in web mode - because the > > > IE > > > settings (security even) should be the same for IE6 hosted mode, and the > > > normal IE6 browser. > > > Actually, here is one thing you can test - try hitting your deployed app > > > with the hosted browser. Launch hosted mode with the -noserver option, > > > which > > > will prevent GWT's default server from starting up. That way, we can > > > determine if this is an issue with the hosted browser, or something wonky > > > with your deployment. > > > > On Mon, Jul 20, 2009 at 11:59 AM, Sean <[email protected]> wrote: > > > > > The fact that it works when in Hosted mode in IE, but not when it's > > > > deployed is making me think it is a security thing. I'm just not sure > > > > the work around. I've tried various security settings, but can't get > > > > it to show up. THe path looks right to the clear cache, not sure waht > > > > else could be messing this up. Cause it looks like it's putting the > > > > correct image sizes (Things next to it are pushed over correctly). > > > > > Very peculiar. I've even noticed that Tree +/- are missing as well as > > > > disclosure panel's arrows. So it's not just my image bundles, but > > > > GWT's are having a hard time. Very confusing. I'll keep playing with > > > > it, see if I can figure something out. > > > > > On Jul 18, 11:25 am, Thomas Broyer <[email protected]> wrote: > > > > > On 18 juil, 00:34, Sean <[email protected]> wrote: > > > > > > > Sadly, even with clean war file, IE still is having problems. I > > > > > > wonder > > > > > > if it's some security level thing? I'm not sure. IE won't allow me > > > > > > to > > > > > > turn down my settings to try it. Wont let me go lower then Medium > > > > > > for > > > > > > non-intranet sites. I don't know why an ImageBundle would be > > > > > > considered non-secure, but at this point I'm just confused. > > > > > > It could be two things: > > > > > - a bad path to the bundle (IE is known to have some bugs re. > > > > > resolving relative paths, though it shouldn't affect ImageBundles; but > > > > > maybe if you're "playing" with the paths when deploying your app) > > > > > - ImageBundles use an ActiveX (filter: AlphaImageLoader), so it might > > > > > really be a security thing. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
