There seems to be an undocumented feature in FlexSim 2017 which forces all items in the flow item bin template to have a windowtitle node, otherwise the first item without title will get an empty name and the windowtitles of all items below it are ignored.
Steps to reproduce:
- Open the treeview window for MAIN:/project/exec/globals/FlowItemBin
- Pick an item and copy it a few times
- Remove the window title node on one of the copies, and give the other copies window titles that differ from their node names (below I named the nodes Circle, removed the windowtitle attribute for Circle2, and gave the remaining ones window titles Circle3, Circle4)
- Now select File -> New Model and open the model's Flow Item Bin.
- Note that the item with the missing window title now has no name. In addition, the items following it are shown with the name of the node (Circle, Circle) and their respective window titles (Circle3, Circle4) are now ignored.