{ "id": "61079", "key": "TIMOB-447", "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": "11204", "name": "0.9.2", "archived": true, "released": true, "releaseDate": "2010-02-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:04.000+0000", "created": "2011-04-15T02:29:31.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios", "iphone" ], "versions": [], "issuelinks": [], "assignee": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:04.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}

app is attached to ticket:

\n

http://helpdesk.appcelerator.net/tickets/1224

\n

var win = Titanium.UI.currentWindow;
\nwin.hideNavBar();

\n

var WhenStillImgs = [];
\nvar
WhenMovingImgs = [];

\n

\nWhenStillImgs.push('images/Kicking00.png');
WhenStillImgs.push('images/Kicking20.png');

\n

\nWhenMovingImgs.push('images/Kicking00.png');
WhenMovingImgs.push('images/Kicking14.png');

\n

var cartoonGuy = Titanium.UI.createImageView({

\n
\nheight:200,\nwidth:200,\nimages:_WhenStillImgs,\nduration:100, // in miliseconds, the time before next frame is shown\nrepeatCount:0,  // 0 means animation repeats indefinitely, use > 1 to control repeat count\ntop:30\n
\n

});

\n

win.add(cartoonGuy);

\n

cartoonGuy.start();

\n

cartoonGuy.addEventListener('touchstart', function(e)
\n{

\n
\ncartoonGuy.stop();\nTi.API.info('length ' + _WhenMovingImgs.length)\ncartoonGuy.images=_WhenMovingImgs;  \ncartoonGuy.start();\n
\n

});

{html}", "attachment": [], "flagged": false, "summary": "changing images property on image view causes crash", "creator": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nwright", "key": "nwright", "displayName": "Nolan Wright", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "123312", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}

fixed.

{html}", "updateAuthor": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T02:29:31.000+0000", "updated": "2011-04-15T02:29:31.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }