|
-
Oct 15th, 2004, 08:06 AM
#1
Thread Starter
Lively Member
Events from collection of objects
Hi,
I need to use an unspecified number of similar objects that can fire events. I tried to add them after creation to a collection. It does work correctlly, except that I cannot receive the events that the objects fire. I do receive only the events from the last object added to the collection. I feel that I missed something.
Any help will be appreciated.
Thank you,
svatasoiu
-
Oct 15th, 2004, 09:15 AM
#2
Re: Events from collection of objects
Originally posted by svatasoiu
Hi,
I need to use an unspecified number of similar objects that can fire events. I tried to add them after creation to a collection. It does work correctlly, except that I cannot receive the events that the objects fire. I do receive only the events from the last object added to the collection. I feel that I missed something.
Any help will be appreciated.
Thank you,
svatasoiu
Can you show some code.. you probably need to assign delegates to handle the events for the objects
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|