On its own the folderTabs widget allows you to switch directly from item B to item C. But when connected as a binding parameter it always jumps to the first element
Found in Windows 11, TD 2023.12000
On its own the folderTabs widget allows you to switch directly from item B to item C. But when connected as a binding parameter it always jumps to the first element
Found in Windows 11, TD 2023.12000
Hi @mickeyvanolst,
I think your bound menu needs to have the same āmenuNamesā as the original menu parameter. You could set the āmenuSourceā member in the Component Editor to point to the original menu to automate this.
Otherwise at least the āmenuNamesā need to be 0, 1, 2..
so the original parameter can interpret these as menu indexā¦
cheers
Markus
Thanks, the original patch where I had this problem did have the menuNames set, but I did alter their representation in the Menu names parameter, so that probably was what triggered it.