Hi,
Somehow after setting
tabbar.enableTabCloseButton(true);
a can’t set new label for a tab with
tabbar.setLabel(‘Tab_1’,‘new_tab_label’);
til I set it back with
tabbar.enableTabCloseButton(true);
what is the relation?
SPASIBO!
This is known issue with latest version of tabbar.
Fix will be released as part of next build, as for now - please try to include attached patch after default tabbar’s files - it will fix incorrect behavior.
patch_tabbar.zip (333 Bytes)
Thanks!