On 2/10/06, Jonathan Miranda <[EMAIL PROTECTED]> wrote:

> So close! Alright, I've got it that I need to get to listData.rowIndex…..now 
> my event is dispatched for the click and in my function I can get to e.target 
> (which is my ComboBox).


> e.target.listData (null) !

Because your renderer is not an IDropInListItemRenderer.  Why not
implement that interface?

 <HBox implements="mx.controls.listclasses.IDropInListItemRenderer">
  <Script>
   public funciton set listData(value) { /* save value */ }
   public funciton get listData() { /* return value */ }
  </Script>
 </HBox>


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to