version: smargwt 4.0, latest nightly build -dev
I'm having the following situation:
VLayout
- VLayout
- tabs
- VLayout
- VLayout
- DrawPane
- DrawRect
- DrawOval
- Canvas
- DrawLabel
All the components from the DRawPane have X and Y set with setTop and SetLeft. For DrawRect and DrawPane, setTop and setLeft is not RELATIVE to DrawPane but to the first VLayout. This is not what I need. Can someone tell me if this is true or am I doing something wrong.
I'm having the following situation:
VLayout
- VLayout
- tabs
- VLayout
- VLayout
- DrawPane
- DrawRect
- DrawOval
- Canvas
- DrawLabel
All the components from the DRawPane have X and Y set with setTop and SetLeft. For DrawRect and DrawPane, setTop and setLeft is not RELATIVE to DrawPane but to the first VLayout. This is not what I need. Can someone tell me if this is true or am I doing something wrong.