tags:

views:

9

answers:

1

Hi, I am developing smart gwt application, As per smart FAQ we have to give smart gwt component height, width in pixels. Giving size in pixels will not behave uniform in all resolutions.

Can anybody tell how to make it resolution independent? so it behave uniform in all resolutions?

Thanks, Punam Purohit

A: 

I haven't used SmartGWT in a while, but I remember that most of the widgets were overloading a setWidth value which accepted %.

Anyway, the proper way should be using layouts to compose the position of your widgets.

Carlos Tasada