[flexcoders] Re: CellRenderer For ComboBox

2006-09-01 Thread thunderstumpgesatwork
Has anyone gotten this working correctly? I'm trying to do the same thing, and having some issues. 1st is the issue Simeon mentions below, any time you select an item, the dropdown closes. I looked at the source for ComboBox.as, and it is handling the "change" and "click" events on the list, and c

[flexcoders] Re: Cellrenderer For ComboBox

2005-11-07 Thread moyosaned
Ok just looked in to the source of a combobox... __dropdown = PopUpManager.createPopUp(this, List, false, o, true); This is probably why the cellRenderer is not working.. Somebody got an solution..ELse I got to build my own combobox. which I find overdone. --- In flexcoders@yahoogroups.com, "mo

[flexcoders] Re: Cellrenderer For ComboBox

2005-11-07 Thread moyosaned
AnybodyMy cellrenderer is working in a List. But not in de List used in the ComboBox. --- In flexcoders@yahoogroups.com, "moyosaned" <[EMAIL PROTECTED]> wrote: > > created an cellRenderer, I want to use this cellrenderer in a combobox; > > I tried the following: > > > http://www.macromedia

[flexcoders] Re: Cellrenderer For ComboBox

2005-11-07 Thread anatolet
OK, just because you already stated that you looked at the source code, I hope posting the code here is not going to be such a big offence - I recall few people exchanging messages on how you can do it with debugger, etc. I am going to post a little bit more generic code - allowing you to show

[flexcoders] Re: Cellrenderer For ComboBox

2005-11-08 Thread moyosaned
Ok still not working but I got a good example from: http://weblogs.macromedia.com/pent/archives/2004/12/cell_renderers.cfm But thanx anyway --- In flexcoders@yahoogroups.com, "moyosaned" <[EMAIL PROTECTED]> wrote: > > created an cellRenderer, I want to use this cellrenderer in a combobox; > >

[flexcoders] Re: CellRenderer For ComboBox

2006-01-18 Thread Simeon Bateman
Thanks man, That was exactly what I needed. However I think I underestimated just how close that would get me to my goal. I need it to stay open when I select a checkbox. Any guesses at what method I need to extend to make be able to intercede the closing of the box? Thanks for the help. sime

RE: [flexcoders] Re: Cellrenderer For ComboBox

2005-11-07 Thread Philippe Maegerman
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cellrenderer For ComboBox AnybodyMy cellrenderer is working in a List. But not in de Listused in the ComboBox.--- In flexcoders@yahoogroups.com, "moyosaned" <[EMAIL PROTECTED]> wrote:>> created an cellRenderer, I want to use

RE: [flexcoders] Re: Cellrenderer For ComboBox

2005-11-08 Thread Philippe Maegerman
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cellrenderer For ComboBox Ok still not working but I got a good example from:http://weblogs.macromedia.com/pent/archives/2004/12/cell_renderers.cfmBut thanx anyway--- In flexcoders@yahoogroups.com, "moyosaned" <[EMAIL PROTECTE