ktran37
30 Apr 2011, 2:32 AM
I am having many toolbar refresh issues and this is the easiest way to reproduce the problem. When setting the height of the toolbar, it causes the toolbar to disappear. Anyone else seeing this? using sencha touch 1.1
Code below causes toolbar1 to disappear:
Ext.getCmp('toolbar1').setHeight("50px")
I don't mind that it disappear. I just want the code to make it reappear. doLayout, doComponentLayout, etc. did not work. Ext.repaint() is a joke.
Code below causes toolbar1 to disappear:
Ext.getCmp('toolbar1').setHeight("50px")
I don't mind that it disappear. I just want the code to make it reappear. doLayout, doComponentLayout, etc. did not work. Ext.repaint() is a joke.