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
...verify the download link, the files is no longer available...
I have fixed the link and ensure that the link works now. Please retry to download the sample and let us hear your response.
Sorry for the delay in sending this.
The sample project is now being investigated by Crosslight development team. I will let you know any news I heard from the team regarding this.
Edited on February 1, 2015 9:36 PMReason: Update information about sample
I managed to show the submenu when clicking on the menu by modifying calcmenu.xml file into the following.
<?xml version="1.0" encoding="utf-8" ?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/DeleteAllButton" android:icon="@drawable/ic_action_discard" android:title="Delete all" android:showAsAction="never"/> </menu>
Please try to modify the calcmenu.xml file and let me know whether this help or not.
Please find my simple sample which I uploaded to OneDrive. The sample is created using business project template. I modified LoginViewModel.cs and IdentityController.cs file where I add method (GenerateServerUrl) and override AppSettings's WebServerUrl.
Feel free to let me know whether it helps or not.
It should be iOS 8 since Apple no longer accept iOS 7 apps starting February 1st, 2015. So it is not recommended to start with iOS 7, eventhough it's possible.
I will have this discussed with the WebGrid development team. I will get back to you with any news regarding this.
I managed to resolve this by removing RetrieveStructure() from PrepareDataBinding and add it to OnLoad server-side event (such as shown in the following snippet code).
protected void WebGrid1_PrepareDataBinding(object sender, DataSourceEventArgs e) { // remove RetrieveStructure from // PrepareDataBinding server-side event // WebGrid1.RetrieveStructure(); } protected void WebGrid1_Load(object sender, EventArgs e) { // invoke RetrieveStructure in // OnLoad server-side event WebGrid1.RetrieveStructure(); }
Hope this helps.
Thank you for the valuable question regarding data compression in REST service like gzip. The Crosslight development team has agree to add this feature into the roadmap of Crosslight. It is filed under CROS-694.
I will keep this thread updated with any news I heard from the team regarding CROS-694.
1. Two different apps:App1: createt completly with Crosslight and offline data synchronizationApp2: created with Xamarin or Xamarin Forms.App2 needs the same offline data like app1.--> possible?
This synchronization service has been designed in a way so that the data synchronization process can work seamlessly between client and server. On the client-side, Crosslight has provided complete features so that the implementation of sync service can be made easy and simple.On the server-side, we also have provided its framework. For more detail information, please refer to Enable Data Synchronization article in Crosslight documentation.
If you want to implement sync service without using Crosslight, then it will be very tedious and difficult because you need to set up a framework which is equivalent to Crosslight.
2. One App: UI/GUI created with Xamarin Forms, logic (bindings, views, data sync, etc.) with Crosslight--> is this possible?
I'm afraid that this is not possible for such scenario because Xamarin Form is built with Unified View pattern which mixes UI definition. It is recommended to use Crosslight Form Builder that is built with MVVM design pattern where the data input is provided in the Model and ViewModel, which are then bound to the View in loosely-coupled manner.
Currently, Crosslight hasn't support binding for DialogFragment. I have proposed to add this feature to Crosslight development team. The feature request is filed under CROS-693.Should I hear any news regarding this feature request, I will let you know.
Please obtain the sample in here and let us know whether it helps or not.
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