This may not be the answer you are looking for, but I'll say it anyway... Why not just set the comboBox to a blank value when the user selects text of multiple font sizes? Then as long as you are doing some type of validation this ensures that they have to change the value of the comboBox.
This, I believe, is how most applications handle such a scenario anyway. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Bare Sent: Tuesday, December 13, 2005 12:54 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] ComboBox change event The V2 component ComboBox does not send a change event if you select the value that is already select. I am using a combo box to set the font size in a textField. In my case, the user may have selected several characters of different font sizes. I can't select multiple sizes in the combo box, so I just select the size of the first character. Now if the user wants to set all the characters to the size of the first, they can't. I've looked at the itemRollOver event, but that only gets sent if the user releases the mouse between opening the comboBox and making the selection. I also tried "unsetting" the list selection, but it won't let you do this. I have seen this work in the Flash Text Editor, but can't figure out what they are doing. Any suggestions? -- Chris Bare [EMAIL PROTECTED] _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders