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
Glad to hear the sample helps.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.
I tried to replicate the reported problem using MyInventory sample. I copy the snippet code of OnSourceItemsChanged and apply them into the ItemListViewModel of MyInventory sample; save the changes; and install the app to device.Everything worked smoothly on device and emulator.
Could you please try to replicate this on MyInventory sample as I did and let me know the result.
Following information will be very helpful to determine what may cause the problem.
Look forward to hearing back from you.
Sorry for the delay in sending this.
I run the sent sample in my local end and managed to solve the problem by setting Item.ModifiedDate in InitializeNewItem.
protected override void InitializeNewItem(Item item) { base.InitializeNewItem(item); this.Item = this.Repository.Create(); this.Item.PurchaseDate = DateTime.Today; this.Item.Qty = 1; this.Item.ModifiedDate = DateTime.Now; this.Item.Category = this.CategoryRepository.GetAll().OrderBy(o => o.Name).FirstOrDefault(); this.Title = "Add New Item"; }
Hope this help.
I created a simple project based on your scenario, to get the contact in Android.
In this project, I use ContactsContract.Contacts as the data contract that is used to interface with contact data. The code queries contacts at the Uri defined by ContactsContract.Contacts.ContentUri, returning the columns selected from ContactsContract.Contacts.InterfaceConsts. The Items property in ViewModel is set with the result of List<string> instance from ReadContacts() method.
For more detail, please check the code in sample project which can be downloaded from here. Hope this help.
...When will there be Crosslight 3 Update 1?
Crosslight 3 Update 1 is now available. For more detail, please check the Crosslight 3.0 Update 1 Release Notes in here.
...When will there be a roadmap for 2015?
The roadmap for 2015 will be published soon in January.
Yes. ClientUI controls (for Silverlight and WPF) can be used with Microsoft Blend.
It is a packages that enables Visual Studio 2012 (or higher) projects to use the new 'async' and 'await' keywords. For more detail, including how to install the package, please check this link.
Glad to hear the good news.
Thank you for the sent screenshot inside the attached picture11 document file.
Please ensure that you have added reference to Intersoft.Crosslight.Data.SQLite assembly in all projects; and add reference of Intersoft.Crosslight.Data.SQLite.[platform] (for example: add reference of Intersoft.Crosslight.Data.SQLite.Android in Android project).
You can also check the documentation: Configuring SQLite for Local Data Storage in here. It discusses things that require attention to use SQLite for local data storage in Crosslight applications.
I have created a request to Crosslight development team to provide a way to bind map properties (for example: MapType; IsTrafficEnabled; IsCompasEnabled; etc) to a ViewModel property. This is filed under CROS-649.
Regarding the bindable properties of "Calendar", currently we are completing the documentation so that developer can easily find the information about the bindable properties. I'll get back to you as soon as possible.
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