Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1511] Kitchensink's Button bar sample bug in sdk 1.4.1

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:56:22.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
Reporterlansea90
AssigneeReggie Seagraves
Created2011-04-15T02:54:48.000+0000
Updated2011-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

FileDateSize
screen-shot-2010-08-11-at-92953-am.png2011-04-15T02:54:48.000+0000193709

Comments

  1. lansea90 2011-04-15

    Add a screen shot

  2. Thomas Huelbert 2011-04-15

    this should be resolved in the latest pull

JSON Source