dsyliu
12-06-2004, 07:13 AM
Hi all,
I created a <tabslider> and three <tabelement> within a window, and they all work fine. My problem is, once I resize the window, the width of the <tabelement> does not follow up, so I end up having a ugly tabslider. To clearify my question, if my original width for window is 100, and my width of <tabslider> is width="${immediateParent.getAttribute('width')}", then when I resize the window to width=200 by dragging, the size of my tabslider is still 100.
How do I solve this problem? I noticed that the dashboard example does not have this issue, but I don't understand how it is done.
Thank you.
I created a <tabslider> and three <tabelement> within a window, and they all work fine. My problem is, once I resize the window, the width of the <tabelement> does not follow up, so I end up having a ugly tabslider. To clearify my question, if my original width for window is 100, and my width of <tabslider> is width="${immediateParent.getAttribute('width')}", then when I resize the window to width=200 by dragging, the size of my tabslider is still 100.
How do I solve this problem? I noticed that the dashboard example does not have this issue, but I don't understand how it is done.
Thank you.