[flexcoders] Re: New text component problem (flex 2 final release)

2006-07-04 Thread n51red
This bug is with Adobe now. A workaround it to set the minHeight 
property of the text components.

--- In flexcoders@yahoogroups.com, n51red [EMAIL PROTECTED] wrote:

 Hello,
 
 I'm in the process of migrating an appliation from flex 2 beta 3 to 
the 
 flex 2 final release and I have come accross a new problem with 
 adjacent text components inside VBoxes. It appears that when the 
 positions of the text components are recalculated they momentarily 
 appear on top of each other before being displayed in the correct 
 place. This appears not to be a problem with HBoxes. Does anyone know 
 why this might be occuring and what I can do to get around it?
 
 Thanks,
 Nick








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: New text component problem (flex 2 final release)

2006-06-30 Thread n51red
 Do you have a simple test case ?

The following code demonstrates the problem:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
layout=absolute
  mx:Style
 Application{
  backgroundColor:white;
  color:black;
 }
.boxStyle1{
  borderStyle:solid;
  borderThickness:2;
  borderColor:blue;
}
.boxStyle2{
  paddingTop:2;
  paddingRight:2;
  paddingBottom:2;
  paddingLeft:2;
}
  /mx:Style
  mx:VBox id=box
  styleName=boxStyle1
  rollOver=box.styleName='boxStyle1'
  rollOut=box.styleName='boxStyle2'
mx:Canvas height=50 width=150 backgroundColor=green/
mx:Text text=The quick brown fox width=100%/
mx:Text text=jumps over the lazy dog width=100%/
  /mx:VBox
/mx:Application

If you launch this app and repeatedly move the mouse pointer up and 
down through the box quickly you should see the behaviour I am 
talking about. This only occurs when the width of the text 
components' width properties are set to percentage values.

What do you think?

N51





 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: New text component problem (flex 2 final release)

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 14:56, n51red wrote:
 think
I think that's a bug, replicates here easily. 
Send it to Adobe :-)
-- 
Tom Chiverton



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 St 
James's Court Brown Street Manchester M2 2JF.  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 Law 
Society.

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 8008.

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: New text component problem (flex 2 final release)

2006-06-30 Thread n51red
I think so too. Thanks for looking into it.

N51

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] 
wrote:

 On Friday 30 June 2006 14:56, n51red wrote:
  think
 I think that's a bug, replicates here easily. 
 Send it to Adobe :-)
 -- 
 Tom Chiverton







 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

--
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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/