We used to blog more before twitter came along.
mx:Text + Flash Player on Mac bug?
That calendar I used in my last example works great on Windows. On Mac (PPC). however. the event title isn't wrapping properly. It's just text in an mx:Text block.

This was tested in Safari and Firefox. latest FP installed. Is this a bug in Flash Player or something I screwed up?
I've stripped the code down significantly...maybe there's a clue here I missed.
<mx:Text width="{this.width-44}" styleName="title" text="{(currentVO != null)? currentVO.title : 'No Events For This Week' }" height="35"/>
</mx:VBox>
Thoughts?


There are no comments for this entry.
[Add Comment]