Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1116] iphone: deprecate the ImageView url property

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:15.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsiOS
Labelsimageview, ios, iphone
ReporterJeff Haynie
AssigneeJeff Haynie
Created2011-04-15T02:44:25.000+0000
Updated2011-04-17T01:55:15.000+0000

Description

formally deprecate the property 'url' in favor of the single property 'image'

for now, warn (via log) that url is no longer supported -- however, don't disable it (yet).

we want to have singular properties for functions that do the same thing vs. different properties based on their type. in iphone, this calls problems, particular during tableview repainting

Comments

  1. Jeff Haynie 2011-04-15

    (from [534a47151f482e4384a3777ce0b48c51d6656a39]) [#1116 state:resolved] deprecate use of url on ImageView in favor of image [#1112 state:resolved] change Utils base64 methods to return TiBlob instead of string [#1110 state:resolved] fixed image view rendering problem with dynamic property set in tableview http://github.com/appcelerator/titanium_mobile/commit/534a47151f482e4384a3777ce0b48c51d6656a39"> http://github.com/appcelerator/titanium_mobile/commit/534a47151f482...

  2. kosso 2011-04-15

    Has this been implemented fully yet?
    I see that when I use 'url' in an imageView, that I get the warning.

    If I use 'image' instead, the image doesn't show.

JSON Source