folderTabs widget jumps to first item when connected to a menu par with binding

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 :frowning:

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.