kveeiv
31 Jan 2012, 6:30 AM
According to the TitleBar docs (http://docs.sencha.com/touch/2-0/#!/api/Ext.TitleBar ):
You can also give items of a Ext.TitleBar (http://docs.sencha.com/touch/2-0/#!/api/Ext.TitleBar) an align configuration of left or right which will dock them to the left or right of the bar.
These configuration options do not show up for children of TitleBar.
I attempted to work around this for the time being by adding a "Spacer" between my left and right buttons, but this did not flex through the space available.
I am able to work around this issue for now by Transforming the TitleBar in to a Toolbar, which the spacer works properly in.
You can also give items of a Ext.TitleBar (http://docs.sencha.com/touch/2-0/#!/api/Ext.TitleBar) an align configuration of left or right which will dock them to the left or right of the bar.
These configuration options do not show up for children of TitleBar.
I attempted to work around this for the time being by adding a "Spacer" between my left and right buttons, but this did not flex through the space available.
I am able to work around this issue for now by Transforming the TitleBar in to a Toolbar, which the spacer works properly in.