Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-482] support callback on toImage for ImageView

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:53:14.000+0000
Affected Version/sn/a
Fix Version/s0.9.3
ComponentsiOS
Labelsios, iphone
ReporterNolan Wright
AssigneeJeff Haynie
Created2011-04-15T02:30:02.000+0000
Updated2011-04-17T01:53:14.000+0000

Description

Support this:

imageView.toImage(function()
{ // do something once blob is ready })

Comments

  1. Jeff Haynie 2011-04-15

    (from [0dad2afb27af3a7080108711a5928afe6bfe946e]) - toImage should be synchornous if no callback, async if callback is passed. closes #482 http://github.com/appcelerator/titanium_mobile/commit/0dad2afb27af3a7080108711a5928afe6bfe946e"> http://github.com/appcelerator/titanium_mobile/commit/0dad2afb27af3...

  2. Jeff Haynie 2011-04-15

    toImage should be synchornous if no callback, async if callback is passed.

JSON Source