Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

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