Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1224] createCoverFlowView's images array does not accept remote Images.

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:47:02.000+0000
Affected Version/sn/a
Fix Version/sBacklog
ComponentsiOS
Labelscoverflowview, feature, ios, iphone, remote, url
ReporterRalf Pfeiffer
AssigneeReggie Seagraves
Created2011-04-15T02:47:01.000+0000
Updated2017-03-02T21:08:13.000+0000

Description

The following does not work, it gives an error.

Titanium.UI.setBackgroundColor('#000');

var win = Titanium.UI.createWindow({

title:'Tab 1',
backgroundColor:'#fff'

});

var imagesCoverflow = [];

imagesCoverflow.push('http://www.mnit.ac.in/literary09/1.png')">http://www.mnit.ac.in/literary09/1.png');
imagesCoverflow.push('http://www.moviemeads.com/videos/2.png')">http://www.moviemeads.com/videos/2.png');

var coverflowView = Titanium.UI.createCoverFlowView({

images:imagesCoverflow,
backgroundColor:'transparent'

});

win.add(coverflowView);

win.open();

Comments

  1. ctredway 2011-04-15

    Right now images for the cover flow need to be local. Changing this ticket to be a feature request.

  2. Stephen Tramer 2011-04-15

    This is a duplicate of #587.

  3. Lee Morris 2017-03-02

    Closed as invalid.

JSON Source