I cannot get this to work.

I've tried:

my_datagrid.labelFunction = Delegate.create(this, onMyLabelFunction);
my_datagrid.labelFunction = onMyLabelFunction;

As well as through the attribute in the datagrid tag:

<mx:DataGrid labelFunction="onMyLabelFunction"

I can trace out that it's actually setting the value to a valid function 
through the debugger and me tracing out the values to a TextArea, but that 
same debugging session shows the actual function itself never getting run.

I've tried setting the dataProviders right after, 1 frame after, and even 2 
frames after via multiple doLaters.

I've tried setting the ViewStack hosting this component to to auto 
creationLayout instead of all, and used childrenCreated to defer the actual 
setup.

Nothing works.

:: whips out gak and unloads a few rounds into monitor ::

--JesterXL 



 
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