To add some notes to my previous post:
- Don't mix up the "catching" of an event and the generation of it. You can catch the events in eventstructures... but DO NOT STACK THOSE. So never implement an eventstructure within another function where already an eventstructure is present!
- Generation of events always needs the event, not the registration. So you want to pass the "user event out" wire from the "Create User Event" function. If you have different sets of events, do as i suggested as the second part of my previous posting (Generic datacontainer and something like an ID to know what to do with the data)
- Try not to distribute events and their execution all over you application. You will easily fall into a caveat of the event structure and most propably, the user will be surprised on some.... dependencies which are presumable not intended.....
hope this helps,
Norbert
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.