Yes, I'm using a GWT standard theme, but I was hoping that the layout would reverse automatically depending on the locale (since I have an application which must be available in 6 different locales, mixed RTL and LTR). I was not aware that the absolute positioning of the Layout Panel would prevent this... if anyone knows of a 'quick fix' for this it would be very helpful! Thanks :)
On Fri, May 17, 2013 at 5:35 PM, Andrei <[email protected]> wrote: > If you set positions in absolute numbers (LayoutPanel), these positions > will not change when you switch the locale. > > Are you using one of standard GWT themes? They come with a RTL version. If > you add your own styles, however, you have to create RTL versions of these > styles yourself. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google Web Toolkit" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/gdFBwCfmc5E/unsubscribe?hl=en > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
