Announcement

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

    Vertical Offset in com.smartgwt.client.widgets.Window

    Hi Iso,

    the usual expectation would be that the origin of the Window's children is below the Window decoration. Unfortunately this isn't the case so one has to apply an offset. Is there a recommended way to get this offset? I use 20 px but am not sure if this works in every situation...

    Thx,

    * GWT Rocks! * SmartGWT Rocks Even Harder! * GWT 2.0.3,
    SmartGWT PRO 2.3, JRE 1.6.0_20, Eclipse 3.6 *
    * Xcode 3.2.2 * iOS 3.0 (Base OS) *

    #2
    Add items to a Window via addItem, not addMember or addChild

    Comment

    Working...
    X