Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to make smart gwt application resolution independent

    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

    #2
    Most components accept height/width in percents (for example, setWidth100(), setHeight("80%")).
    I think that you have to specify size in pixels only for widgets that don't change with resolution, like buttons/icons

    Comment

    Working...
    X