When using createcopy to create flowitems in queues, the flowitems do not stack because they didn't enter through the input port. They all occupy the same space.
Is there a code to tell the Queue to "do its stacking job"? Like redraw or something like that?
I tried fixing this by connecting the Queue to another Queue hoping the items would leave on their own and stack in the other Queue but it doesn't work as they stay in the 1st Queue.
I also tried updatelocations("queue") but it doesn't do anything.