|
Hey jester, thanks for the reply…but
could give a real basic example of this? So would I need someEventObject in both
the application mxml and the renderer mxml so that it would call both? _________________________________________ Jonathan Miranda Flexible Master of the Web "In the
game of chess, it's important to never let your opponent see your pieces." From: You can dispatch an event that bubbles in your cellrenderer,
and your main app can catch this event, and then resend the HTTPService.
Since the event is not internal to DataGrid's metadata, you can only subscribe
via code. ----- Original Message ----- From: Jonathan
Miranda Sent: Tuesday, January
31, 2006 12:29 PM Subject: [flexcoders]
DataGrid Renderer and referencing back I have a custom cellRenderer which has a button in
it…and when that button is pressed, I want to force the datagrid to
resend it’s HTTPService to get an update. How can I reference my
HTTPService in the main app, when my custom cellRenderer is in a separate mxml
file? _________________________________________ Jonathan Miranda Flexible Master of
the Web
|
- RE: [flexcoders] DataGrid Renderer and referencing back Jonathan Miranda

