11-14-2010 11:01 AM
I want to create one static event (Boolean value change type), which when occur should register one dynamic event(Boolean value change type) in it. Thus until static boolean value doesn't change, dynamic event cannot be registered.Can anyone give a example code for this?
11-14-2010 12:08 PM
Search in the Example Finder for the example Dynamically register for Events.
Then all you have to do is put the registration of the dynamic event inside the event case for the static event.