Hi, I have a mobile app with a list and and ItemRenderer (extending an extended IconItemRenderer) which is only using the label (not the messageDisplay).
When I first open the view containing the list (on a device) the text inside the itemRenderer is not vertically centered. The measured height is about 60px. (IconItemRenderer Line 2230) Forcing an updateDisplayList does not change anything (f.e. through clicking the renderer) - the measured height doesn't change. When I change the view and go back to the view with the list the text is perfectly centered. The measured text height is about 20px. From this point the view (which is always created from the scratch) is displayed correct. Is there something I am doing wrong? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Text-position-in-an-IconItemRenderer-wrong-at-the-first-time-the-list-is-displayed-in-a-view-tp10743.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
