Re: Removing an object from inside the object class?
Makes sense, yes. Is there no way to trigger this action from the child?
My issue is that the main app is going to spawn my class, add the image path
to it.
The class has code to allow it to be dragged around, etc. If there user
decides he wants to "delete" the object he added, I was hoping to perhaps allow
for an "option-click" or something similar on the object to remove it.
How would you recommend I do that?
|