Re: How to access ui:image programmatically

2011-03-10 Thread Gal Dolber
@UiField ImageResource icon_check; On Fri, Mar 11, 2011 at 3:41 AM, Kathiravan Tamilvanan wrote: > I have defined my image resources in the ui binder as follows > > > > I can use this inside the ui binder file successfully. How to access the > same image resource programmatically to set it on a

How to access ui:image programmatically

2011-03-10 Thread Kathiravan Tamilvanan
I have defined my image resources in the ui binder as follows I can use this inside the ui binder file successfully. How to access the same image resource programmatically to set it on a view. I want to use it on a Image on the source code as image.setImageResouce( ) -- You received this mes