[flexcoders] Re: resizing children of hdividedbox

2008-02-17 Thread callistachan
hi, anyone? :( it would help to know that if i have to listen to an
event, which one and where... or something... anything... again,
thanks... 

--- In flexcoders@yahoogroups.com, Lee <[EMAIL PROTECTED]> wrote:
>
> hi, i couldn't do that because the added component had computations
and if i used percent width/height, i was having problems finding the
dimensions needed for those computations... so the width and height
were set instead of the percent values... i know it would be better if
i used percentage values but... that's what happened... i can't do a
recode right now because there are just so many child components
(they're different views) so i have to find a solution (even a
temporary one) until i have time to do just that :) Any further help
will be appreciated :) Thanks!!!
>  
> May God bless! 
> Lee 
> --
> Y!M : callistachan
> Blog: http://callie16.livejournal.com
> Multiply: http://callie16.multiply.com
> 
> - Original Message 
> From: Tom Chiverton <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Wednesday, February 13, 2008 12:44:58 AM
> Subject: Re: [flexcoders] resizing children of hdividedbox
> 
> 
> On 
> Tuesday 
> 12 
> Feb 
> 2008, 
> callistachan 
> wrote:
> > 
> anyway, 
> when 
> i 
> do 
> drag 
> the 
> divider, 
> and 
> i 
> resize 
> the 
> component 
> i 
> added
> > 
> dynamically 
> to 
> panel1, 
> it 
> still 
> sees 
> the 
> original 
> dimensions 
> of
> 
> Did 
> you 
> set 
> a 
> percentWidth 
> on 
> this 
> added 
> component 
> ?
> 
> -- 
> Tom 
> Chiverton
> Helping 
> to 
> authoritatively 
> utilize 
> open-source 
> experiences
> on: 
> http://thefalken.livejournal.com
> 
> 
> 
> This 
> email 
> is 
> sent 
> for 
> and 
> on 
> behalf 
> of 
> Halliwells 
> LLP.
> 
> Halliwells 
> LLP 
> is 
> a 
> limited 
> liability 
> partnership 
> registered 
> in 
> England 
> and 
> Wales 
> under 
> registered 
> number 
> OC307980 
> whose 
> registered 
> office 
> address 
> is 
> at 
> Halliwells 
> LLP, 
> 3 
> Hardman 
> Square, 
> Spinningfields, 
> Manchester, 
> M3 
> 3EB.  
> A 
> list 
> of 
> members 
> is 
> available 
> for 
> inspection 
> at 
> the 
> registered 
> office. 
> Any 
> reference 
> to 
> a 
> partner 
> in 
> relation 
> to 
> Halliwells 
> LLP 
> means 
> a 
> member 
> of 
> Halliwells 
> LLP.  
> Regulated 
> by 
> The 
> Solicitors 
> Regulation 
> Authority.
> 
> CONFIDENTIALITY
> 
> This 
> email 
> is 
> intended 
> only 
> for 
> the 
> use 
> of 
> the 
> addressee 
> named 
> above 
> and 
> may 
> be 
> confidential 
> or 
> legally 
> privileged.  
> If 
> you 
> are 
> not 
> the 
> addressee 
> you 
> must 
> not 
> read 
> it 
> and 
> must 
> not 
> use 
> any 
> information 
> contained 
> in 
> nor 
> copy 
> it 
> nor 
> inform 
> any 
> person 
> other 
> than 
> Halliwells 
> LLP 
> or 
> the 
> addressee 
> of 
> its 
> existence 
> or 
> contents.  
> If 
> you 
> have 
> received 
> this 
> email 
> in 
> error 
> please 
> delete 
> it 
> and 
> notify 
> Halliwells 
> LLP 
> IT 
> Department 
> on 
> 0870 
> 365 
> 2500.
> 
> For 
> more 
> information 
> about 
> Halliwells 
> LLP 
> visit 
> www.halliwells.com.
> 
> 
> --
> Flexcoders 
> Mailing 
> List
> FAQ: 
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search 
> Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! 
> Groups 
> Links
> 
> your 
> group 
> on 
> the 
> web, 
> go 
> to:
>   
>   
> http://groups.yahoo.com/group/flexcoders/
> 
> settings:
>   
>   
> Individual 
> Email 
> | 
> Traditional
> 
> settings 
> online 
> go 
> to:
>   
>   
> http://groups.yahoo.com/group/flexcoders/join
>   
>   
> (Yahoo! 
> ID 
> required)
> 
> settings 
> via 
> email:
>   
>   
> mailto:[EMAIL PROTECTED] 
>   
>   
> mailto:[EMAIL PROTECTED]
> 
> from 
> this 
> group, 
> send 
> an 
> email 
> to:
>   
>   
> [EMAIL PROTECTED]
> 
> of 
> Yahoo! 
> Groups 
> is 
> subject 
> to:
>   
>   
> http://docs.yahoo.com/info/terms/
>  
> 
> 
> 
> 
> 
> 
>  

> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now. 
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>




Re: [flexcoders] Re: resizing children of hdividedbox

2008-02-17 Thread Sherif Abdou
try FlexEvent.UPDATE_COMPLETE


- Original Message 
From: callistachan <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, February 17, 2008 9:09:38 PM
Subject: [flexcoders] Re: resizing children of hdividedbox

hi, anyone? :( it would help to know that if i have to listen to an
event, which one and where... or something... anything... again,
thanks... 

--- In [EMAIL PROTECTED] ups.com, Lee  wrote:
>
> hi, i couldn't do that because the added component had computations
and if i used percent width/height, i was having problems finding the
dimensions needed for those computations. .. so the width and height
were set instead of the percent values... i know it would be better if
i used percentage values but... that's what happened... i can't do a
recode right now because there are just so many child components
(they're different views) so i have to find a solution (even a
temporary one) until i have time to do just that :) Any further help
will be appreciated :) Thanks!!!
> 
> May God bless! 
> Lee 
> --
> Y!M : callistachan
> Blog: http://callie16. livejournal. com
> Multiply: http://callie16. multiply. com
> 
> - Original Message 
> From: Tom Chiverton 
> To: [EMAIL PROTECTED] ups.com
> Sent: Wednesday, February 13, 2008 12:44:58 AM
> Subject: Re: [flexcoders] resizing children of hdividedbox
> 
> 
> On 
> Tuesday 
> 12 
> Feb 
> 2008, 
> callistachan 
> wrote:
> > 
> anyway, 
> when 
> i 
> do 
> drag 
> the 
> divider, 
> and 
> i 
> resize 
> the 
> component 
> i 
> added
> > 
> dynamically 
> to 
> panel1, 
> it 
> still 
> sees 
> the 
> original 
> dimensions 
> of
> 
> Did 
> you 
> set 
> a 
> percentWidth 
> on 
> this 
> added 
> component 
> ?
> 
> -- 
> Tom 
> Chiverton
> Helping 
> to 
> authoritatively 
> utilize 
> open-source 
> experiences
> on: 
> http://thefalken. livejournal. com
> 
>  * * * * 
> 
> This 
> email 
> is 
> sent 
> for 
> and 
> on 
> behalf 
> of 
> Halliwells 
> LLP.
> 
> Halliwells 
> LLP 
> is 
> a 
> limited 
> liability 
> partnership 
> registered 
> in 
> England 
> and 
> Wales 
> under 
> registered 
> number 
> OC307980 
> whose 
> registered 
> office 
> address 
> is 
> at 
> Halliwells 
> LLP, 
> 3 
> Hardman 
> Square, 
> Spinningfields, 
> Manchester, 
> M3 
> 3EB. 
> A 
> list 
> of 
> members 
> is 
> available 
> for 
> inspection 
> at 
> the 
> registered 
> office. 
> Any 
> reference 
> to 
> a 
> partner 
> in 
> relation 
> to 
> Halliwells 
> LLP 
> means 
> a 
> member 
> of 
> Halliwells 
> LLP. 
> Regulated 
> by 
> The 
> Solicitors 
> Regulation 
> Authority.
> 
> CONFIDENTIALITY
> 
> This 
> email 
> is 
> intended 
> only 
> for 
> the 
> use 
> of 
> the 
> addressee 
> named 
> above 
> and 
> may 
> be 
> confidential 
> or 
> legally 
> privileged. 
> If 
> you 
> are 
> not 
> the 
> addressee 
> you 
> must 
> not 
> read 
> it 
> and 
> must 
> not 
> use 
> any 
> information 
> contained 
> in 
> nor 
> copy 
> it 
> nor 
> inform 
> any 
> person 
> other 
> than 
> Halliwells 
> LLP 
> or 
> the 
> addressee 
> of 
> its 
> existence 
> or 
> contents. 
> If 
> you 
> have 
> received 
> this 
> email 
> in 
> error 
> please 
> delete 
> it 
> and 
> notify 
> Halliwells 
> LLP 
> IT 
> Department 
> on 
> 0870 
> 365 
> 2500.
> 
> For 
> more 
> information 
> about 
> Halliwells 
> LLP 
> visit 
> www.halliwells. com.
> 
> 
> --
> Flexcoders 
> Mailing 
> List
> FAQ: 
> http://groups. yahoo.com/ group/flexcoders /files/flexcoder sFAQ.txt
> Search 
> Archives: 
> http://www.mail- archive.com/ flexcoders% 40yahoogroups. com 
> Yahoo! 
> Groups 
> Links
> 
> your 
> group 
> on 
> the 
> web, 
> go 
> to:
> 
> 
> http://groups. yahoo.com/ group/flexcoders /
> 
> settings:
> 
> 
> Individual 
> Email 
> | 
> Traditional
> 
> settings 
> online 
> go 
> to:
> 
> 
> http://groups. yahoo.com/ group/flexcoders /join
> 
> 
> (Yahoo! 
> ID 
> required)
> 
> settings 
> via 
> email:
> 
> 
> mailto:flexcoders-digest@ yahoogroups. com 
> 
> 
> mailto:flexcoders-fullfeat [EMAIL PROTECTED] .com
> 
> from 
> this 
> group, 
> send 
> an 
> email 
> to:
> 
> 
> flexcoders-unsubscr [EMAIL PROTECTED] com
> 
> of 
> Yahoo! 
> Groups 
> is 
> subject 
> to:
> 
> 
> http://docs. yahoo.com/ info/terms/
> 
> 
> 
> 
> 
> 
> 
> 
 _ _ _ _ _ _
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile. Try it now. 
http://mobile. yahoo.com/ ;_ylt=Ahu06i62sR 8HDtDypao8Wcj9tA cJ
>





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Re: [flexcoders] Re: resizing children of hdividedbox

2008-02-17 Thread Sherif Abdou
call the validationMethods when that happens, and you shouldnt use width and 
height if we keep assigning just use setActualSize


- Original Message 
From: Lee <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, February 17, 2008 9:23:50 PM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox

hi, i remember that i tried using that but i can't seem to get the children 
(the components, that is) to get the dimensions of the parent... more like, i 
do get to reassign the width and height of the parent but the UI doesn't 
refresh to show the new dimensions.. . reminds me of caching for some reason...

 
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: Monday, February 18, 2008 11:18:37 AM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox


try FlexEvent.UPDATE_ COMPLETE


- Original Message 
From: callistachan 
To: [EMAIL PROTECTED] ups.com
Sent: Sunday, February 17, 2008 9:09:38 PM
Subject: [flexcoders] Re: resizing children of hdividedbox


hi, anyone? :( it would help to know that if i have to listen to an
event, which one and where... or something... anything... again,
thanks... 

--- In [EMAIL PROTECTED] ups.com, Lee  wrote:
>
> hi, i couldn't do that because the added component had computations
and if i used percent width/height, i was having problems finding the
dimensions needed for those computations. .. so the width and height
were set instead of the percent values... i know it would be better if
i used percentage values but... that's what happened... i can't do a
recode right now because there are just so many child components
(they're different views) so i have to find a solution (even a
temporary one) until i have time to do just that :) Any further help
will be appreciated :) Thanks!!!
> 
> May God bless! 
> Lee 
> --
> Y!M : callistachan
> Blog: http://callie16. livejournal. com
> Multiply: http://callie16. multiply. com
> 
> - Original Message 
> From: Tom Chiverton 
> To: [EMAIL PROTECTED] ups.com
> Sent: Wednesday, February 13, 2008 12:44:58 AM
> Subject: Re: [flexcoders] resizing children of hdividedbox
> 
> 
> On 
> Tuesday 
> 12 
> Feb 
> 2008, 
> callistachan 
> wrote:
> > 
> anyway, 
> when 
> i 
> do 
> drag 
> the 
> divider, 
> and 
> i 
> resize 
> the 
> component 
> i 
> added
> > 
> dynamically 
> to 
> panel1, 
> it 
> still 
> sees 
> the 
> original 
> dimensions 
> of
> 
> Did 
> you 
> set 
> a 
> percentWidth 
> on 
> this 
> added 
> component 
> ?
> 
> -- 
> Tom 
> Chiverton
> Helping 
> to 
> authoritatively 
> utilize 
> open-source 
> experiences
> on: 
> http://thefalken. livejournal. com
> 
>  * * * * 
> 
> This 
> email 
> is 
> sent 
> for 
> and 
> on 
> behalf 
> of 
> Halliwells 
> LLP.
> 
> Halliwells 
> LLP 
> is 
> a 
> limited 
> liability 
> partnership 
> registered 
> in 
> England 
> and 
> Wales 
> under 
> registered 
> number 
> OC307980 
> whose 
> registered 
> office 
> address 
> is 
> at 
> Halliwells 
> LLP, 
> 3 
> Hardman 
> Square, 
> Spinningfields, 
> Manchester, 
> M3 
> 3EB. 
> A 
> list 
> of 
> members 
> is 
> available 
> for 
> inspection 
> at 
> the 
> registered 
> office. 
> Any 
> reference 
> to 
> a 
> partner 
> in 
> relation 
> to 
> Halliwells 
> LLP 
> means 
> a 
> member 
> of 
> Halliwells 
> LLP. 
> Regulated 
> by 
> The 
> Solicitors 
> Regulation 
> Authority.
> 
> CONFIDENTIALITY
> 
> This 
> email 
> is 
> intended 
> only 
> for 
> the 
> use 
> of 
> the 
> addressee 
> named 
> above 
> and 
> may 
> be 
> confidential 
> or 
> legally 
> privileged. 
> If 
> you 
> are 
> not 
> the 
> addressee 
> you 
> must 
> not 
> read 
> it 
> and 
> must 
> not 
> use 
> any 
> information 
> contained 
> in 
> nor 
> copy 
> it 
> nor 
> inform 
> any 
> person 
> other 
> than 
> Halliwells 
> LLP 
> or 
> the 
> addressee 
> of 
> its 
> existence 
> or 
> contents. 
> If 
> you 
> have 
> received 
> this 
> email 
> in 
> error 
> please 
> delete 
> it 
> and 
> notify 

Re: [flexcoders] Re: resizing children of hdividedbox

2008-02-17 Thread Lee
hi, i remember that i tried using that but i can't seem to get the children 
(the components, that is) to get the dimensions of the parent... more like, i 
do get to reassign the width and height of the parent but the UI doesn't 
refresh to show the new dimensions... reminds me of caching for some reason...
 
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: flexcoders@yahoogroups.com
Sent: Monday, February 18, 2008 11:18:37 AM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox








try FlexEvent.UPDATE_COMPLETE


- Original Message 
From: callistachan <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, February 17, 2008 9:09:38 PM
Subject: [flexcoders] Re: resizing children of hdividedbox



hi, anyone? :( it would help to know that if i have to listen to an
event, which one and where... or something... anything... again,
thanks... 

--- In [EMAIL PROTECTED] ups.com, Lee  wrote:
>
> hi, i couldn't do that because the added component had computations
and if i used percent width/height, i was having problems finding the
dimensions needed for those computations. .. so the width and height
were set instead of the percent values... i know it would be better if
i used percentage values but... that's what happened... i can't do a
recode right now because there are just so many child components
(they're different views) so i have to find a solution (even a
temporary one) until i have time to do just that :) Any further help
will be appreciated :)
 Thanks!!!
> 
> May God bless! 
> Lee 
> --
> Y!M : callistachan
> Blog: http://callie16. livejournal. com
> Multiply: http://callie16. multiply. com
> 
> - Original Message 
> From: Tom Chiverton 
> To: [EMAIL PROTECTED] ups.com
> Sent: Wednesday, February 13, 2008 12:44:58 AM
> Subject: Re: [flexcoders] resizing children of hdividedbox
> 
> 
> On 
> Tuesday 
> 12 
> Feb 
> 2008, 
> callistachan 
> wrote:
> > 
> anyway, 
> when 
> i 
> do 
> drag 
> the 
> divider,
 
> and 
> i 
> resize 
> the 
> component 
> i 
> added
> > 
> dynamically 
> to 
> panel1, 
> it 
> still 
> sees 
> the 
> original 
> dimensions 
> of
> 
> Did 
> you 
> set 
> a 
> percentWidth 
> on 
> this 
> added 
> component 
> ?
> 
> -- 
> Tom 
> Chiverton
> Helping 
> to 
> authoritatively 
> utilize 
> open-source 
> experiences
> on: 
> http://thefalken. livejournal. com
> 
>  * * * * 
> 
> This 
> email 
> is 
> sent 
> for 
> and 
> on 
> behalf 
> of 
> Halliwells 
> LLP.
> 
>
 Halliwells 
> LLP 
> is 
> a 
> limited 
> liability 
> partnership 
> registered 
> in 
> England 
> and 
> Wales 
> under 
> registered 
> number 
> OC307980 
> whose 
> registered 
> office 
> address 
> is 
> at 
> Halliwells 
> LLP, 
> 3 
> Hardman 
> Square, 
> Spinningfields, 
> Manchester, 
> M3 
> 3EB. 
> A 
> list 
> of 
> members 
> is 
> available 
> for 
> inspection 
> at 
> the 
> registered 
> office. 
> Any 
> reference 
> to 
> a 
> partner 
> in 
> relation 
> to 
> Halliwells 
> LLP 
> means 
> a 
> member 
> of 
> Halliwells 
> LLP. 
> Regulated 
> by 
> The 
>
 Solicitors 
> Regulation 
> Authority.
> 
> CONFIDENTIALITY
> 
> This 
> email 
> is 
> intended 
> only 
> for 
> the 
> use 
> of 
> the 
> addressee 
> named 
> above 
> and 
> may 
> be 
> confidential 
> or 
> legally 
> privileged. 
> If 
> you 
> are 
> not 
> the 
> addressee 
> you 
> must 
> not 
> read 
> it 
> and 
> must 
> not 
> use 
> any 
> information 
> contained 
> in 
> nor 
> copy 
> it 
> nor 
> inform 
> any 
> person 
> other 
> than 
> Halliwells 
> LLP 
> or 
> the 
> addressee 
> of 
> its 
> existence 
> or 
> contents. 
> If 
> you 
>
 have 
> received 
> this 
> email 
> in 
> error 
> please 
> delete 
> it 
> and 
> notify 
> Halliwells 
> LLP 
> IT 
> Department 
> on 
> 0870 
> 365 
> 2500.
> 
> For 
> more 
> information 
> about 
> Halliwells 
> LLP 
> visit 
> www.halliwells. com.
> 
> 
> --
> Flexcoders 
> Mailing 
> List
> FAQ: 
> http://groups. y

Re: [flexcoders] Re: resizing children of hdividedbox

2008-02-17 Thread Lee
ok thanks :) i will try that
 
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: flexcoders@yahoogroups.com
Sent: Monday, February 18, 2008 11:41:54 AM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox








call the validationMethods when that happens, and you shouldnt use width and 
height if we keep assigning just use setActualSize


- Original Message 
From: Lee <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, February 17, 2008 9:23:50 PM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox





hi, i remember that i tried using that but i can't seem to get the children 
(the components, that is) to get the dimensions of the parent... more like, i 
do get to reassign the width and height of the parent but the UI doesn't 
refresh to show the new dimensions.. . reminds me of caching for some reason...

 
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: Monday, February 18, 2008 11:18:37 AM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox



try FlexEvent.UPDATE_ COMPLETE


- Original Message 
From: callistachan 
To: [EMAIL PROTECTED] ups.com
Sent: Sunday, February 17, 2008 9:09:38 PM
Subject: [flexcoders] Re: resizing children of hdividedbox



hi, anyone? :( it would help to know that if i have to listen to an
event, which one and where... or something... anything... again,
thanks... 

--- In [EMAIL PROTECTED] ups.com, Lee  wrote:
>
> hi, i couldn't do that because the added component had computations
and if i used percent width/height, i was having problems finding the
dimensions needed for those computations. .. so the width and height
were set instead of the percent values... i know it would be better if
i used percentage values but... that's what happened... i can't do a
recode right now because there are just so many child components
(they're different views) so i have to find a solution (even a
temporary one) until i have time to do just that :) Any further help
will be appreciated :)
 Thanks!!!
> 
> May God bless! 
> Lee 
> --
> Y!M : callistachan
> Blog: http://callie16. livejournal. com
> Multiply: http://callie16. multiply. com
> 
> - Original Message 
> From: Tom Chiverton 
> To: [EMAIL PROTECTED] ups.com
> Sent: Wednesday, February 13, 2008 12:44:58 AM
> Subject: Re: [flexcoders] resizing children of hdividedbox
> 
> 
> On 
> Tuesday 
> 12 
> Feb 
> 2008, 
> callistachan 
> wrote:
> > 
> anyway, 
> when 
> i 
> do 
> drag 
> the 
> divider,
 
> and 
> i 
> resize 
> the 
> component 
> i 
> added
> > 
> dynamically 
> to 
> panel1, 
> it 
> still 
> sees 
> the 
> original 
> dimensions 
> of
> 
> Did 
> you 
> set 
> a 
> percentWidth 
> on 
> this 
> added 
> component 
> ?
> 
> -- 
> Tom 
> Chiverton
> Helping 
> to 
> authoritatively 
> utilize 
> open-source 
> experiences
> on: 
> http://thefalken. livejournal. com
> 
>  * * * * 
> 
> This 
> email 
> is 
> sent 
> for 
> and 
> on 
> behalf 
> of 
> Halliwells 
> LLP.
> 
>
 Halliwells 
> LLP 
> is 
> a 
> limited 
> liability 
> partnership 
> registered 
> in 
> England 
> and 
> Wales 
> under 
> registered 
> number 
> OC307980 
> whose 
> registered 
> office 
> address 
> is 
> at 
> Halliwells 
> LLP, 
> 3 
> Hardman 
> Square, 
> Spinningfields, 
> Manchester, 
> M3 
> 3EB. 
> A 
> list 
> of 
> members 
> is 
> available 
> for 
> inspection 
> at 
> the 
> registered 
> office. 
> Any 
> reference 
> to 
> a 
> partner 
> in 
> relation 
> to 
> Halliwells 
> LLP 
> means 
> a 
> member 
> of 
> Halliwells 
> LLP. 
> Regulated 
> by 
> The 
>
 Solicitors 
> Regulation 
> Authority.
> 
> CONFIDENTIALITY
> 
> This 
> email 
> is 
> intended 
> only 
> for 
> the 
> use 
> of 
> the 
> addressee 
> named 
> above 
> and 
> may 
> be 
> confidential 
> or 
> legally 
> privileged. 
> If 
> you 
> are 
> not 
> the 
> addressee 
> you 
> must 
> not 
> read 
> it 
> and 
> must 
> not 
> use 
> any 
>

Re: [flexcoders] Re: resizing children of hdividedbox

2008-02-18 Thread Lee
hi again.. i seem to be getting deferred validation because when i call 
validateNow(), the components get the previous dimensions rather than the 
current. and short of using callLater or a timer, is there something i'm 
missing here? thanks again!
 
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: flexcoders@yahoogroups.com
Sent: Monday, February 18, 2008 11:41:54 AM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox








call the validationMethods when that happens, and you shouldnt use width and 
height if we keep assigning just use setActualSize


- Original Message 
From: Lee <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, February 17, 2008 9:23:50 PM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox





hi, i remember that i tried using that but i can't seem to get the children 
(the components, that is) to get the dimensions of the parent... more like, i 
do get to reassign the width and height of the parent but the UI doesn't 
refresh to show the new dimensions.. . reminds me of caching for some reason...

 
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: Monday, February 18, 2008 11:18:37 AM
Subject: Re: [flexcoders] Re: resizing children of hdividedbox



try FlexEvent.UPDATE_ COMPLETE


- Original Message 
From: callistachan 
To: [EMAIL PROTECTED] ups.com
Sent: Sunday, February 17, 2008 9:09:38 PM
Subject: [flexcoders] Re: resizing children of hdividedbox



hi, anyone? :( it would help to know that if i have to listen to an
event, which one and where... or something... anything... again,
thanks... 

--- In [EMAIL PROTECTED] ups.com, Lee  wrote:
>
> hi, i couldn't do that because the added component had computations
and if i used percent width/height, i was having problems finding the
dimensions needed for those computations. .. so the width and height
were set instead of the percent values... i know it would be better if
i used percentage values but... that's what happened... i can't do a
recode right now because there are just so many child components
(they're different views) so i have to find a solution (even a
temporary one) until i have time to do just that :) Any further help
will be appreciated :)
 Thanks!!!
> 
> May God bless! 
> Lee 
> --
> Y!M : callistachan
> Blog: http://callie16. livejournal. com
> Multiply: http://callie16. multiply. com
> 
> - Original Message 
> From: Tom Chiverton 
> To: [EMAIL PROTECTED] ups.com
> Sent: Wednesday, February 13, 2008 12:44:58 AM
> Subject: Re: [flexcoders] resizing children of hdividedbox
> 
> 
> On 
> Tuesday 
> 12 
> Feb 
> 2008, 
> callistachan 
> wrote:
> > 
> anyway, 
> when 
> i 
> do 
> drag 
> the 
> divider,
 
> and 
> i 
> resize 
> the 
> component 
> i 
> added
> > 
> dynamically 
> to 
> panel1, 
> it 
> still 
> sees 
> the 
> original 
> dimensions 
> of
> 
> Did 
> you 
> set 
> a 
> percentWidth 
> on 
> this 
> added 
> component 
> ?
> 
> -- 
> Tom 
> Chiverton
> Helping 
> to 
> authoritatively 
> utilize 
> open-source 
> experiences
> on: 
> http://thefalken. livejournal. com
> 
>  * * * * 
> 
> This 
> email 
> is 
> sent 
> for 
> and 
> on 
> behalf 
> of 
> Halliwells 
> LLP.
> 
>
 Halliwells 
> LLP 
> is 
> a 
> limited 
> liability 
> partnership 
> registered 
> in 
> England 
> and 
> Wales 
> under 
> registered 
> number 
> OC307980 
> whose 
> registered 
> office 
> address 
> is 
> at 
> Halliwells 
> LLP, 
> 3 
> Hardman 
> Square, 
> Spinningfields, 
> Manchester, 
> M3 
> 3EB. 
> A 
> list 
> of 
> members 
> is 
> available 
> for 
> inspection 
> at 
> the 
> registered 
> office. 
> Any 
> reference 
> to 
> a 
> partner 
> in 
> relation 
> to 
> Halliwells 
> LLP 
> means 
> a 
> member 
> of 
> Halliwells 
> LLP. 
> Regulated 
> by 
> The 
>
 Solicitors 
> Regulation 
> Authority.
> 
> CONFIDENTIALITY
> 
> This 
> email 
> is 
> intended 
> only 
> for 
> the 
> use 
> of 
> the 
> addressee 
> named 
> above 
> and 
> may 
> be 
> conf