Thanks a lot, it worked

On Jul 31, 4:54 pm, jhulford <[email protected]> wrote:
> We have the exact same situation.  All you really need to do is create
> a property provider override for the user.agent property in yourGWT
> module xml file.  All I did was grab the user agent detection script
> from the UserAgent.xml module in the latest 1.6 release and paste it
> into my module file.  This will result in you getting the IE6 user
> agent detection for IE6/7/8...since IE8 can use an IE7 render mode,
> for the most part your app should work/render fine.
>
> On Jul 31, 2:00 am, Roland <[email protected]> wrote:
>
> > Hello,
>
> > I've built agwtapplication which currently is based ongwtversion
> > 1.3.3
>
> > I haven't had any problems loading it withIE6,7 ,FF3-3.5 and Chrome
> > but withIE8all I get is:
>
> > "While attempting to load module ... , property "user.agent" was set
> > to unexpected value "unknown" ... "
>
> > I understand it is a user agent issue and I've tried to add this
> > property to module'sgwt.xml like this:
>
> > <set-property name="user.agent" value="ie8" />
> > <set-property name="user.agent"
> > value="ie6,gecko,gecko1_8,safari,opera,ie8" />
>
> > sadfully neither gives expected result.
>
> > Asgwtversion upgrade comes as last option, I'd like to ask you,
> > whether there are some ways to get my app shown with IE8 without
> > upgradinggwtlibraries.
>
> > Thanks in advance,
> > Roland
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to