On Wednesday, December 15, 2010 4:00:58 PM UTC+1, Patou wrote: > > Hello, I create a property for know the type of mobile browser (iphone, > android, skyfire, firefox_mobile, opera_mobile or not a phone browser). The > problème is now I have 6 user agents and 6 phone user agent, it's build 36 > permissions juste for the user agent, with internationalisation, there are > 36*n permutations ! His there a way to tell to GWT with properties > combinaisons is possible ? with the IE permutations there are phone with the > iphone, android, skyfire, there are just the safari permutations to build > and firefox mobile and opera_mobile with there specifics browser > permutations. It's must build just 12 permutations ! I use with this new > properties deffered binding and CSS conditionnal Thanks Patrice
See http://code.google.com/p/google-web-toolkit/wiki/ConditionalProperties#Example_2:_Avoiding_permutation_explosion -- 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.
