I did a little more debugging and found that the culprit is the parent HGroup. When the view is initially opened and the device is in portrait orientation, the layout works and the trace statement in BulletTextBox.updateDisplayList reports that the parent's width is 748. When the device is rotated to landscape orientation it reports the parent's width is 1004 and the layout works. All is good so far. Now when I rotate back to the portrait orientation it reports that the parent's width is still 1004, so the parent did not resize to fit the layout. What would cause that behavior?
-- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Advice-Needed-on-Resizing-Custom-Components-tp6339p6355.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
