Hey Bruce, how are you (beyond this irritation, of course)? I don't have an existing cell renderer, but I might be able to help if I can see the code. One thing off the top of my head is that changing the font may be changing the behavior of the text field/label component so that it is now trapping your mouse event. You might be able to do something as simple as change the text field to prevent selectable/editable or something along those lines.
I say this, vaguely, because I had the exact same symptom in an AS3 project recently and just set mouseEnabled to false on the text field to solve it. It's certainly not the same, but it gives us somewhere to look. Rich Shupe _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

