getTabNameAt(position number)

It’s possible to set both a Name and a Test on a Tab in Developer. Only, to my knowledge, it’s not possible to retrieve the name for a certain tab.

Can getTabNameAt(position number) be added, so we do not have to base our code on text, which can be altered at runtime and/or I18N strings, and instead base our code on fixed names.

Tnx in advacne,

Paul

Will be possible in Servoy 2.2rc4

Will it also be possible to add a name when doing addTab at runtime?

Paul

the name is the formname

Mmm, what if I add multiple tabs with the same form? (see: http://forum.servoy.com/viewtopic.php?t=4044&highlight= for the specific situation)

Paul

It (currently) not possible to set a name, the form is reused on multiple tabs and the name is form name, the easiest way is to keep your own list/array of identifiers for the forms.