Question on ConditionalProperties

2012-11-15 Thread FKereki
Hi! I was just checking the Wiki page on Conditional Properties, and I think an example is off by one. Given: the text says "instead of having [user.agent] * [mobile.user.agent] = 6 * 3 = 18 permutations, this will produce [user.agent] + [mobile.user.agent] = 9permutation

Re: ConditionalProperties

2011-07-19 Thread Gal Dolber
Yes, I though that, but then I saw the i18n "locale" property, that is the most similar to the one I am trying to do and It doesn't use On Tue, Jul 19, 2011 at 7:33 PM, Thomas Broyer wrote: > Could it be that GWT optimizes the case where the property isn't used in > any or rule

Re: ConditionalProperties

2011-07-19 Thread Thomas Broyer
Could it be that GWT optimizes the case where the property isn't used in any or rule? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/yIQTPbc

Re: ConditionalProperties

2011-07-19 Thread Gal Dolber
Thanks! I still don't understand what I am doing wrong. I even can't get working a normal selection property. {{{ }}} Shouldn't this be enough to get an extra 12 permutation (18 in total)? I am getting only 6 On Tue, Jul 19, 2011 at 11:15 AM, Thomas Broyer wrote: > It is working. Apache W

Re: ConditionalProperties

2011-07-19 Thread Thomas Broyer
It is working. Apache Wave uses it. I believe I successfully used it too. Have a look at the top of the generated symbolMaps files, they'll tell you which deferred binding property leads to a particular permutation, along with its value. -- You received this message because you are subscribed

Re: ConditionalProperties

2011-07-19 Thread Gal Dolber
nobody? On Wed, Jul 13, 2011 at 7:47 PM, Gal Dolber wrote: > Hi, > Is this working already? > http://code.google.com/p/google-web-toolkit/wiki/ConditionalProperties > > > > > > > > > > > > > > > > > > > >

ConditionalProperties

2011-07-13 Thread Gal Dolber
Hi, Is this working already? http://code.google.com/p/google-web-toolkit/wiki/ConditionalProperties I made a small project example but when I compile it I get only 6 permutations, when I should get 8? (5 other browsers + (safari * mobile.user.agent))? the documentation says