I need to position "absolutely" my div object depending of one field of my domain object.
I mean: if the field of my object is 2, then top should be 25% ( = 0.5 / 2) if the field is 3, then top should be 16.6% ( = 0.5 / 3) etc. Programmatic update of styles is not allowed right now as specified here: http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#Runtime_substitution Does someone have a workaround for that issue ? -- 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.
