Re: Image Bundle not working in IE

2009-07-22 Thread Thomas Broyer
On 22 juil, 00:47, Sean slough...@gmail.com wrote: Yeah, that'd be great. I don't mean to link whore but:http://www.celticlock.com/ All the images on the left show up in FireFox and Chrome, but not in IE. Nor do the +',s and -'s of the tree under GWT Playground, Gallery or NFL. If anyone

Re: Image Bundle not working in IE

2009-07-22 Thread Sean
So, I seemed to have two problems, one my Server is not logging errors, I should have seen that 403 error, but didn't. But I was able on your suggestion mess around with IE's Developer's tools. I figured out how to use the pointer to figure out the call made and I figured out the problem. The

Re: Image Bundle not working in IE

2009-07-22 Thread Thomas Broyer
On 22 juil, 16:57, Sean slough...@gmail.com wrote: So, I seemed to have two problems, one my Server is not logging errors, I should have seen that 403 error, but didn't. But I was able on your suggestion mess around with IE's Developer's tools. I figured out how to use the pointer to figure

Re: Image Bundle not working in IE

2009-07-21 Thread Sean
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

Re: Image Bundle not working in IE

2009-07-21 Thread Sean
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

Re: Image Bundle not working in IE

2009-07-21 Thread Sean
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 slough...@gmail.com wrote: As a quick Test, I made a GWT App that was just a Tree

Re: Image Bundle not working in IE

2009-07-21 Thread Thomas Broyer
On 21 juil, 22:29, Sean slough...@gmail.com wrote: 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? Any pointer so that we could look at it and try to

Re: Image Bundle not working in IE

2009-07-21 Thread Sean
Yeah, that'd be great. I don't mean to link whore but: http://www.celticlock.com/ All the images on the left show up in FireFox and Chrome, but not in IE. Nor do the +',s and -'s of the tree under GWT Playground, Gallery or NFL. If anyone has any insight that'd be great. Thanks again for all

Re: Image Bundle not working in IE

2009-07-20 Thread Sean
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

Re: Image Bundle not working in IE

2009-07-20 Thread Rajeev Dayal
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

Re: Image Bundle not working in IE

2009-07-18 Thread Thomas Broyer
On 18 juil, 00:34, Sean slough...@gmail.com 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

Re: Image Bundle not working in IE

2009-07-17 Thread Rajeev Dayal
Do the ImageBundles work in hosted mode? Or is this a problem that you're seeing in web mode? What platform (OS and Browser) are you on? On Thu, Jul 16, 2009 at 10:32 AM, Sean slough...@gmail.com wrote: I was just wondering if the lack of response is because people use ImageBundles and don't

Re: Image Bundle not working in IE

2009-07-17 Thread David
Hi, This is a problem I haven't stumbled upon yet. Is this in hosted mode or in web mode. In hosted mode this can happen if you build on a machine with a different OS and run hosted mode on another OS. The generated filenames for the PNGs apparently are influenced by the end-of-line markers of

Re: Image Bundle not working in IE

2009-07-17 Thread Sean
So, I am working on a Windows Vista machine, using Eclipse 3.4 However in IE 6 (which I have at work) and IE8 none of the image bundles show up. And I noticed that default Trees no longer show the Plus/Minus symbols show. Everything works fine in hosted mode. Huh, now this is odd. When I hit

Re: Image Bundle not working in IE

2009-07-17 Thread Sean
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,

Re: Image Bundle not working in IE

2009-07-17 Thread Jason Essington
I have to say, in all of the environments that I have access to my image bundles work fine, BUT there is one machine at a client's location that does not display them! I have thus far been unable to replicate this situation, so haven't been able to chase it myself. -jason On Jul 17,

Image Bundle not working in IE

2009-07-14 Thread Sean
I was wondering if IE still doesn't work correctly with Image Bundles. I've seen several older posts (pre 1.6) where people had problems. I now have three ImageBundles that I use, all of them work in Firefox and Chrome but not in IE. It's just a blank gif. where the image should be. Are there