Re: Deferred Binding in gwt

2011-08-30 Thread Tarnakin Sergey
Thanks, I'll try this.

On Tue, Aug 30, 2011 at 10:30 AM, Alexandre Ardhuin <
alexandre.ardh...@gmail.com> wrote:

> Hi,
>
> Like property's definition of "user.agent" ( see
> http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/UserAgent.gwt.xml?r=4347)
>  you can define a property ( or extend "user.agent" ) to detect chrome or
> safari.
>
>   
>   
>
> Thus, you can use it with  value="safari"/> or 
>
> Alexandre.
>
>
>
> 2011/8/29 Tarnakin Sergey 
>
>> Hi, I have to compile different code for safari and chrome browsers.
>> The problem is when I use code like
>> this
>> > class="org.raccoon.hit.client.ui.balancenew.BalanceViewImplChrome">
>>> class="org.raccoon.hit.client.ui.balance.BalanceViewImplAll"/>
>>
>>> value="safari"/>
>>
>>  > with>
>> property "user.agent" is the same for safari and chrome.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Deferred Binding in gwt

2011-08-29 Thread Tarnakin Sergey
?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Deferred Binding in gwt

2011-08-29 Thread Tarnakin Sergey
Hi, I have to compile different code for safari and chrome browsers.
The problem is when I use code like
this





 
property "user.agent" is the same for safari and chrome.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.