Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11736] BlackBerry: Titanium.UI.Window/Titanium.UI.View backgroundRepeat - not taken in account

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionHold
Resolution Date2015-04-14T17:12:31.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsBlackBerry
Labelsblackberry
ReporterDan Tamas
AssigneePedro Enrique
Created2012-11-10T16:40:47.000+0000
Updated2017-03-16T20:21:00.000+0000

Description

Trying to set *backgroundRepeat* to a view and/or a window has no effect
var win = Ti.UI.createWindow({
	backgroundImage:'/sun.png',
	backgroundRepeat:true
});

win.open();



var view = Ti.UI.createView({
	top:100,
	left:100,
	width:600,
	height:600,
	backgroundImage:'/level1.png',
	backgroundRepeat:true
});


win.add(view);
Result attached.

Attachments

FileDateSize
capture-1.png2012-11-10T16:40:47.000+0000226488

Comments

  1. Ingo Muschenetz 2015-04-14

    Placing these items on hold for the moment based on community interest.
  2. Lee Morris 2017-03-16

    Closing ticket as BlackBerry is no longer supported by us.

JSON Source