-
16 Nov 2012 6:48 AM #1
My title bar is not working properly
My title bar is not working properly
hi,
My title bar renders the long titles correctly only the first time the user opens the screen, but when opened after that it renders wrong and maybe above the Back button.
Here is a snippet of the code.
items: [{ xtype: 'titlebar', docked: 'top',
title: 'Album title', id: "albumsItemTitleBar", items: { text: 'Back' }
}],
var albumsItemTitleBar = Ext.getCmp('albumsItemTitleBar');
albumsItemTitleBar.setTitle(selectedAlbum);
-
16 Nov 2012 10:24 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,710
- Vote Rating
- 436
What ST2 version are you using?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
16 Nov 2012 1:44 PM #3
Actually instead of trying to find the version of my ST2 that i was using, i upgraded to the latest version and the issue seems to be fixed, it used to exist in earlier versions. Thanks for your reply, i will test to see how my application is going, if it is ok i will upgrade. Thanks again
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote