Re: [flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-08-03 Thread Richard Rodseth
The workaround for ComboBox bug https://bugs.adobe.com/jira/browse/SDK-25705 suggested by Ben Atkins worked for me. In fact, since I didn't have the resize issues, I reduced it to the following. I sent a separate nastygram (sorry) about regressions in the 3.x branch. public class

[flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-29 Thread valdhor
That's fine - I don't need any new features but bug fixes are definitely worth it. Add me as someone wanting at least a 3.7 ;-} --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Maintenance continues enough to produce a 3.6. No new features, just bug fixes. I don't know of

Re: [flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-29 Thread Alex Harui
I would recommend getting tons of votes for the bugs you want fixed and adding comments to those bugs as to why a 4.x fix is not going to work for you. On 7/29/10 6:03 AM, valdhor valdhorli...@embarqmail.com wrote: That's fine - I don't need any new features but bug fixes are definitely

[flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-29 Thread Amy
--- In flexcoders@yahoogroups.com, Richard Rodseth rrods...@... wrote: Hmm. I did a diff on the 3.x and 3.5 versions of ComboBase and ComboBox, and didn't see anything that seemed relevant - just some stuff about tweening. Richard, have you considered subclassing and just fixing it yourself

Re: [flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-29 Thread Richard Rodseth
Yes, that was my plan, but I've since discovered that I misspoke and my item renderer has a PopUpButton rather than a ComboBox (sorry!) Looking into other possible mistakes in my binding. On Thu, Jul 29, 2010 at 3:31 PM, Amy amyblankens...@bellsouth.net wrote: --- In

[flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-28 Thread valdhor
Hopefully for quite a while. Converting all my code to Flex 4 would be a major undertaking and something I don't have time to do and won't have for some time. --- In flexcoders@yahoogroups.com, Brendan Meutzner bmeutz...@... wrote: Woah, development is continuing on the 3.x versions? How

Re: [flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-07-28 Thread Alex Harui
Maintenance continues enough to produce a 3.6. No new features, just bug fixes. I don’t know of any plans for 3.7 at this time. Customer feedback will influence. On 7/28/10 12:06 PM, valdhor valdhorli...@embarqmail.com wrote: Hopefully for quite a while. Converting all my code to