Copy the ComboBox code into a new component and modify it as you need.
Tracy Spratt, Lariat Services, development services available _____ From: [email protected] [mailto:[email protected]] On Behalf Of Warren Sent: Monday, January 11, 2010 9:17 AM To: [email protected] Subject: [SPAM] [flexcoders] Override private ComboBox function I'm want to make a ComboBox on which I can force the dropdown menu to go up or down. It should be a simple matter of adding a variable and changing the way the displayDropdown method works. I tried extending the ComboBox and overriding the displayDropdown method but I can't do that since the method is private. How can I do this with my own class ? I feel like I'm missing something basic here..... I'm using Flex 3.2.0 SDK Thanks!

