RobotStudio event

Bug in SmartComponent (?)

Hi,

i am using the Queue SmartComponent and i am adding Frames to the queue (which is allowed since the queue expects ProjectObjects a Frame is of type ProjectObject).
When clearing the queue (Clear or DeleteAll signal of the SmartComponent), the queue is emptied but the frames are not removed from the Station. Is this a bug or a design feature?

The Queue SmartComopnent expects that the parent of any queue item is of type IHasGraphicComponents (which is not the case when adding frame objects). In case of a frame the SmartComponent has to cast the parent object to IHasFrames and remove the frame then from the collection.

regards, 
asc