Make as simple a test case as possible that shows the one failure condition and file the bug
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Xs][mage Sent: Tuesday, February 05, 2008 7:00 PM To: [email protected] Subject: [flexcoders] Possible Bug? - CheckBox not inheriting transform matrix from HBox with Programmatic Style Okay, this occurs to me in a very specific situation. I have <HBox> <Button style="style1"> <CheckBox style="style2"> </HBox> where the style1&2 uses programmatic skin The Button's transform.matrix always inherit the proper tx,ty from HBox. But the CheckBox get tx=0 and ty=0. When I remove the style from checkbox, the checkbox's transform.matrix has the desired value. Any one experience this situation? Do I have to test all the cases to ensure it's a bug myself before I submit a bug issue? -- View this message in context: http://www.nabble.com/Possible-Bug----CheckBox-not-inheriting-transform- matrix-from-HBox-with-Programmatic-Style-tp15304499p15304499.html <http://www.nabble.com/Possible-Bug----CheckBox-not-inheriting-transform -matrix-from-HBox-with-Programmatic-Style-tp15304499p15304499.html> Sent from the FlexCoders mailing list archive at Nabble.com.

