[TIMOB-1511] Kitchensink's Button bar sample bug in sdk 1.4.1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | lansea90 |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:54:48.000+0000 |
Updated | 2011-04-17T01:56:22.000+0000 |
Description
I try Kitchensink's Button bar sample in github master 1.4.1 aug 6 , the Buttonbar display in navBar and toolBar wrong, in 1.4.0 is ok.
var bb3 = Titanium.UI.createButtonBar({
labels:['One', 'Two'],
backgroundColor:'#336699',
//style:Titanium.UI.iPhone.SystemButtonStyle.BAR,
//width:60
});
win.setRightNavButton(bb3);
Attachments
File | Date | Size |
---|---|---|
screen-shot-2010-08-11-at-92953-am.png | 2011-04-15T02:54:48.000+0000 | 193709 |
Add a screen shot
this should be resolved in the latest pull