{ "id": "62633", "key": "TIMOB-2001", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11225", "name": "Release 1.5.0", "archived": true, "released": true, "releaseDate": "2010-12-14" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:07:49.000+0000", "created": "2011-04-15T03:07:48.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "picker" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-02T19:18:43.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}

Hello,
\nI want to create Multicolumn picker with imageView but I'm having\nthe images only on the first column

\n

function add_to_row(i){

\n
\nvar img = Ti.UI.createImageView({image :'../images/tabs/' + selected_categ_images[i]});\nvar row = Titanium.UI.createPickerRow();\nrow.add(img);\nreturn row;\n
\n

} for(var i=0;i<4;i++){

\n
\npicker_data[i] = add_to_row(i);\n
\n

}

\n

var picker1 = Titanium.UI.createPicker({

\n
\nselectionIndicator : true,\ntype : Titanium.UI.PICKER_TYPE_PLAIN\n
\n

});

\n

picker1.add(Titanium.UI.createPickerColumn({rows :\npicker_data}));
\npicker1.add(Titanium.UI.createPickerColumn({rows :\npicker_data}));

{html}", "attachment": [], "flagged": false, "summary": "Create a Multicolumn picker with imageView", "creator": { "name": "ahmed", "key": "ahmed", "displayName": "ahmed", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "ahmed", "key": "ahmed", "displayName": "ahmed", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "127235", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Please use Q&A\nfor support questions. Lighthouse is only for verified defects.

{html}", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:07:49.000+0000", "updated": "2011-04-15T03:07:49.000+0000" }, { "id": "408428", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closed as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-02T19:18:43.000+0000", "updated": "2017-03-02T19:18:43.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }