Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-19 Thread Manish Jethani
On 5/19/06, Gordon Smith [EMAIL PROTECTED] wrote: var v:EdgeMetrics = super.viewMetrics; your local variable v now contains a reference to the SAME EdgeMetrics instance that the Container is using; v and some var in the Container instance are sharing the same object. When you then assign

Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-19 Thread Michael Schmalle
Thanks Gordon, Manish I know about references but, this taught me a new angle of it. BTW, I have now got things balanced out, last night I basically discovered what Gordon was talking about. It's funny, you think you know sometihing and life teaches you a new perspective of what you thaught

Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-19 Thread Michael Schmalle
Just to wrap this thread up with an answer; What I discovered was happening is this; My 'Container' does not use scrollbars, so in the Container.viewMetrics I didn't notice one simple line, or really read through it. It happened to be that if all the checks IE scrollbars, scrollpolicy equals

[flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-18 Thread Michael Schmalle
Adobe, I am begging you.. What changed from Beta2 to Beta3 dealing with borderMetrics and viewMetrics??? I had something working perfect, off of an algorithm I thought I understood. I cannot for the life of me understand what you did to change the behavior of borderMetrics. Does it have to do

Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-18 Thread Michael Schmalle
Manish, Thanks, but I have been looking at the source for this for 2 days straight. I understand that borderMetrics is just simple but... Please refer to this post for more information. Flex2B3 :: Container subclass :: viewMetrics - borderMetrics There is something that is fishy. I am NOT

RE: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-18 Thread Gordon Smith
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, May 18, 2006 8:33 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed On 5/18/06, Michael Schmalle [EMAIL PROTECTED] wrote: Please refer

Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-18 Thread Michael Schmalle
own copy. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Manish Jethani Sent: Thursday, May 18, 2006 8:33 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed On 5

RE: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-18 Thread Gordon Smith
@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Thursday, May 18, 2006 2:28 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed you shouldn't be modifying it. Gordon, this is the delema, I'm not modifing it. I am 'getting' it. I am