You shouldn't have to create any events.  You need to listen for events
coming from the objects in your app.  Check the doc.  I'll bet the
studentmodulesService dispatches events when it gets data, but then who is
listening for that event and updating the UI?

On 3/26/14 12:50 PM, "SmileySnr" <[email protected]> wrote:

>Ok,
>
>You have given me a path to explore. I will explore how to create an event
>which marks the arrival of the data ... I though the following code would
>have simply done that,
>
>    // retrieve new list
>    studentmodulesResult.token =
>studentmodulesService.getAllStudent_modules();
>
>I will do some more research on events and data returned from the db, and
>return with any update.
>
>
>
>
>
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/AS3-Zend-Framework-and-data
>grid-updates-after-add-update-or-delete-operations-on-a-Database-table-tp5
>696p5731.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to