i just noticed, i'm sorry >.< image1 -> http://img91.imageshack.us/img91/9453/99384705qi7.png image2 -> http://img156.imageshack.us/img156/9550/14060237he7.png image3 -> http://img406.imageshack.us/img406/1728/46939852se7.png
thanks sherif... May God bless! Kiwotsukete ^^x Lee ---------- Y!M : callistachan Blog: http://callie16.livejournal.com Multiply: http://callie16.multiply.com ----- Original Message ---- From: Sherif Abdou <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, February 19, 2008 1:58:22 PM Subject: Re: [flexcoders] on validateNow() and previous values (w/ image links) where is the link? ----- Original Message ---- From: Lee <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, February 18, 2008 11:54:17 PM Subject: Re: [flexcoders] on validateNow() and previous values (w/ image links) i've uploaded some images (which i will have to take down later on...) to demonstrate what i mean... really hoping for help... thanks! image1 (please click here) --> this is the "initial" state image2 (please click here) --> first drag. you will notice that the panel inside has not resized... image1 (please click here) --> next drag. you will notice that the panel inside has resized BUT the size it resized to is the dimensions in image 2 after the first drag... that shouldn't happen. in image 2, the panel should resize and go all the way to the divider as should image 3. hoping for help again, thanks!! May God bless! Kiwotsukete ^^x Lee ---------- Y!M : callistachan Blog: http://callie16. livejournal. com Multiply: http://callie16. multiply. com ----- Original Message ---- From: Lee <callistachan@ yahoo.com> To: [EMAIL PROTECTED] ups.com Sent: Tuesday, February 19, 2008 1:36:02 PM Subject: Re: [flexcoders] on validateNow( ) and previous values it's not that... when the hdividedbox' s divider gets dragged, the child component should follow and resize but since i'm not using percentage for width and height in the child component (due to computation needs), it doesn't follow suit and i have to force the component's dimension to refresh "manually". at the moment, the child component sees the previous dimension instead of the current even when i use validateNow. i do it on the canvas because the canvas contains one or several child components (draggable panels). if the panels are dragged and the canvas does not resize to the current dimensions and these panels reach the edge of the canvas, a scrollbar appears on both x- and y- axes. that's why i need to see the current dimensions once the divider is dragged... May God bless! Kiwotsukete ^^x Lee ---------- Y!M : callistachan Blog: http://callie16. livejournal. com Multiply: http://callie16. multiply. com ----- Original Message ---- From: Sherif Abdou <[EMAIL PROTECTED] com> To: [EMAIL PROTECTED] ups.com Sent: Tuesday, February 19, 2008 1:14:18 PM Subject: Re: [flexcoders] on validateNow( ) and previous values why are we calling validate now? and if you dont want scroll in the canvas just turn them off and the panel should handle them ----- Original Message ---- From: callistachan <callistachan@ yahoo.com> To: [EMAIL PROTECTED] ups.com Sent: Monday, February 18, 2008 11:03:20 PM Subject: [flexcoders] on validateNow( ) and previous values hi, since the last post i made on my previous thread was not answered, i'll post the last issue i got :) given roughly (in my mxml file): <hdividedbox dividerRelease= "some_function( )"> <panel id="panel1" width="65%" height="100% "> <canvas id="canvas1" > <panel id="child_1" /> ... <panel id="child_n" /> </canvas> </panel> <panel id="panel2" width="15%" height="100% "> </panel> </hdividedbox> when i drag hdividedbox, i enter some_function( ) and i am supposed to make sure that panel1 resizes after that drag... BUT when i call validateNow( ) for canvas1 (because the scrollbars appear here and not in the panel), the dimensions i get are the previous dimensions instead of the current. then if i drag again, i still get the previous. am i missing something? any help would be seriously appreciated. .. been dealing with this problem for over a week now :( Never miss a thing. Make Yahoo your homepage. Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. Never miss a thing. Make Yahoo your homepage. Never miss a thing. Make Yahoo your homepage. ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping

