Greetings,
I seem to have trouble understanding exactly how Hlayout and Vlayout work. What I'm trying to do is nest several layouts. I have a couple of Vlayouts and a couple of Hlayouts and I'm nesting them inside each other and then inside a larger Hlayout, which in turn is inside of a tab pane.
The problem is that labels within the inner most Vlayout ignore top and left offsets. They simply place in the upper lefthand corner. And if I set canDragReposition:true on the label, it only works when it is not inside of a layout container. This is confusing to me, I would think I could position labels inside of a Vlayout or Hlayout, but I'm unable to. I think the problem is that I just don't understand in what situations the left and top offsets will be ignored on an object like a label. Can you help?
Thanks,
S
I seem to have trouble understanding exactly how Hlayout and Vlayout work. What I'm trying to do is nest several layouts. I have a couple of Vlayouts and a couple of Hlayouts and I'm nesting them inside each other and then inside a larger Hlayout, which in turn is inside of a tab pane.
The problem is that labels within the inner most Vlayout ignore top and left offsets. They simply place in the upper lefthand corner. And if I set canDragReposition:true on the label, it only works when it is not inside of a layout container. This is confusing to me, I would think I could position labels inside of a Vlayout or Hlayout, but I'm unable to. I think the problem is that I just don't understand in what situations the left and top offsets will be ignored on an object like a label. Can you help?
Thanks,
S
Comment