iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
The problem is when use ImageMemberPath, the two image views will show the same picture. Please take a look at my attachment images.
My requirement is the two image views should show different images, that's why I need to use ImageSourceProperty. It's no problem on Android platform.
Any updates?
Hi Arief,
Is there any updates?
I added 2 UIImageView in the ItemListViewCell which named ItemImageView and TestImageView. When I bind ImageSourceProperty to each of them with different image source url, The "Object reference not set to an instance of an object" exception is thrown.
The binding info is shown as below. It is in the ItemListBindingProvider.cs file.
ItemBindingDescription itemBinding = new ItemBindingDescription { //DisplayMemberPath = "Name", //DetailMemberPath = "Location", //ImageMemberPath = "ResolvedThumbnailImage", //ImagePlaceholder = "item_placeholder.png" }; itemBinding.AddBinding("ItemImageView", BindableProperties.ImageSourceProperty, "ResolvedThumbnailImage"); itemBinding.AddBinding("TestImageView", BindableProperties.ImageSourceProperty, "ResolvedTestImage"); itemBinding.AddBinding("TestImageView", BindableProperties.IsVisibleProperty, "Sold");
By the way, it is no problem when use this bind info on Android platform. Please take a look.
I uploaded my sample: MyInventory.7z
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname