laoshi
11 Sep 2008, 2:37 AM
Hello guys,
I have a few tabs and on them I have progress bars.
They show up fine, but I have a few on load fuctions for my stores which remove the bars and replace them with a label when the load is done.
On an active tab that is no problem, but when the loading for an inactive tab is completed the on load function correctly removes the progress bar and it seems that the label is added too, but just not rendered.
I'm sure I just forgot something to add, but how to force the label that replaces the bar to get rendered when the tab is inactive? :-(
My Tabpanel options are:
deferredRender:false,
resizeTabs:true,
monitorResize:true,
minTabWidth: 115,
tabWidth:145,
enableTabScroll:true,
autoHeight:true,
defaults: {autoScroll:true},
activeTab:0,
layoutOnTabChange: true,
I have a few tabs and on them I have progress bars.
They show up fine, but I have a few on load fuctions for my stores which remove the bars and replace them with a label when the load is done.
On an active tab that is no problem, but when the loading for an inactive tab is completed the on load function correctly removes the progress bar and it seems that the label is added too, but just not rendered.
I'm sure I just forgot something to add, but how to force the label that replaces the bar to get rendered when the tab is inactive? :-(
My Tabpanel options are:
deferredRender:false,
resizeTabs:true,
monitorResize:true,
minTabWidth: 115,
tabWidth:145,
enableTabScroll:true,
autoHeight:true,
defaults: {autoScroll:true},
activeTab:0,
layoutOnTabChange: true,