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
When building some of the new Crosslight 5 samples, I get the following error and the project does not build:
Error1'MaterialSamples.Android.ItemEditFragment.ShowActionBarUpButton': cannot override 'Intersoft.Crosslight.Android.v7.FragmentBase.ShowActionBarUpButton' because it is not supported by the languageC:\_SAMPLES_\C5\ui-material-master\MaterialSamples.Android\Fragments\ItemEditFragment.cs2733MaterialSamples.Android
This happens in UI Material Master, UI Map Master and maybe many more. I haven't tested all samples so far.
I am using Xamarin Studio or Visual Studio 2013 with the lastest stableXamarin Updates.
Am I missing some requirements needed for these samples to build?
Thanks for clarifying.
Thomas
Add-On:
After testing several other samples, I can say that the error mentoined above is the biggest problem in the new samples. Commenting out these lines
// protected override bool ShowActionBarUpButton // { // get { return true; } // }
solves the problem and the projects builld. Please, provide a fix for this. Other problems can sometimes be fixed when updating the NuGet packages to the latest version.
Thank you for the reminder.
The ShowActionBarUpButton property is used to show the "back button" on the top left side of action bar. In the new build of Crosslight, it has been handled automatically. No need to override the property. We have removed the following code in the samples:
protected override bool ShowActionBarUpButton { get { return true; } }
If needed, developer can set this property in fragment such as shown in the following snippet code:
this.ToolbarSettings.BackButtonVisibility = BackButtonVisibility.Collapsed;
Please try to get the latest update of the sample then update the nuget package (to get the latest Crosslight assembly).
Please feel free to let us know if the problem still persist.
Thank you for the report and sorry for any inconvenience this problem may have caused you.
The problem can be reproduced in our local end when build the solution using VS 2013. The reported problem doesn't persist on VS 2015.
Currently Crosslight development team is fixing this problem. I'll keep this thread updated with any news from the team regarding this problem.
Hello Yudi,
Thank your for answering. Please, keep in mind that the problem exists in Xamarin Studio, too.
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