4.0 tabbar's tabs are limitted?

hi,
I am using many tabs in layout.
on migration works from 3.6, over 12~20 tabs are not displayed.
I think, it maybe depends on screen size.
ex)
customTabbar = mainLayout.cells(“c”).attachTabbar() ;
customTabbar.addTab(“261”,“MyPage1”,““) ;
customTabbar.addTab(“262”,“MyPage2”,”
”) ;
customTabbar.addTab(“263”,“MyPage3”,““) ;
customTabbar.addTab(“264”,“MyPage4”,”
”) ;
customTabbar.addTab(“265”,“MyPage5”,““) ;
customTabbar.addTab(“266”,“MyPage6”,”
”) ;
customTabbar.addTab(“267”,“MyPage7”,““) ;
customTabbar.addTab(“268”,“MyPage8”,”
”) ;
customTabbar.addTab(“269”,“MyPage9”,““) ;
customTabbar.addTab(“260”,“MyPage0”,”
”) ;
customTabbar.addTab(“26a”,“MyPagea”,““) ;
customTabbar.addTab(“26b”,“MyPageb”,”
”) ;
customTabbar.addTab(“26c”,“MyPagec”,““) ;
customTabbar.addTab(“26d”,“MyPaged”,”
”) ;
customTabbar.addTab(“26e”,“MyPagee”,““) ;
customTabbar.addTab(“26f”,“MyPagef”,”
”) ;
customTabbar.addTab(“26g”,“MyPageg”,““) ;
customTabbar.addTab(“26h”,“MyPageh”,”
”) ;
customTabbar.addTab(“26i”,“MyPagei”,““) ;
customTabbar.addTab(“26j”,“MyPagej”,”
”) ;
customTabbar.addTab(“26k”,“MyPagek”,“*”) ;

any idea?

Thanks.

Hi
Locally tabbar work correctly. We need combpleted demo to inspect it.
docs.dhtmlx.com/auxiliary_docs__ … pport.html

Here is my code based on dhtmlxLayout/04_attach_components/04_tabbar.html
More 19tabs are not diaplayed.
Thanks

Integration with dhtmlxTabbar div#layoutObj { position: relative; margin-top: 20px; margin-left: 20px; width: 600px; height: 400px; }


Please, upgrade your version to 4.0.3 - it was fixed there.

I requested a 4.0.3 patch or higher new by member support page.
it is a very urgent.
ASAP
Thanks…

Attached sample is based on 4.0.3 and it works - please, try it.
tabbar.zip (434 KB)

attached sample works good.
but 4.0.3 pro version not works.
same problem occurred too.
help more please.

I found main reason about incorrect works.
I have been make a skin by using a skin builder(dhtmlx.com/docs/products/skinBuilder/)
but it’s version is maybe 4.0

after using new css, js by libCompiler, it works good.
You must check a skin builder.
Thanks.

current skin builder’s dhtmlx.css works correctly.
Thanks for all.

You are welcome!