View Single Post
Old 01-22-2012, 05:34 AM   PM User | #6
adaminaudio
New Coder

 
Join Date: Jan 2012
Location: Columbus, Ohio, U.S.A
Posts: 41
Thanks: 0
Thanked 8 Times in 8 Posts
adaminaudio is an unknown quantity at this point
it's in the bottom part of the code. The image's source property is bound to the imageSource property

Code:
source="{imageSource}"
data binding is more useful when using things like array collections. Here, you just have to make sure that the images source property is being set wherever you want it

Code:
img.source = 'assets/venue1.jpg';
have you tried out that code in my previous post? you should just be able to post the whole thing into your app.
adaminaudio is offline   Reply With Quote