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
Apologize for any inconvenience this problem may have caused you.
CROS-1058 has been submitted to Crosslight development team regarding the reported problem. I will keep this thread updated with any news I heard from the team regarding CROS-1058.
Edited on March 20, 2016 11:30 PMReason: Update recent status of CROS-1058
Crosslight development team has resolved the problem reported under CROS-1058. The selected item of drawer is reset when device is rotated.
I have tested the hotfix and found that the problem is no longer persist. Please update the NuGet package in order to apply the latest hotfix (Crosslight 5.0.5000.571) and feel free to let me know if you have different result.
I just re-tested. The problem with "Floating Action Button inside ViewPage" seems to be fixed. The app no longer crashes on my API 19 and API 21 devices.
Glad to hear the good news.
... My device is a Samsung Galaxy phone (GT-S7580 Android 4.2.2).... Should it work on API 17?
... My device is a Samsung Galaxy phone (GT-S7580 Android 4.2.2).
... Should it work on API 17?
Both samples, MaterialSamples (ui-material repository) and ViewSliderSamples (ui-view-slider repository), work without issues on my Samsung Galaxy Nexus (API 17) running Android 4.2.1.
I'll continue my investigation specific for Samsung GT-S7580 and get back to you as soon as possible. Thank you for the patience and cooperation.
I just re-tested and the problem seems to be fixed.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our community site. We would be happy to assist you again.
Good day Thomas,
sorry for being impatient, but is CROS-1029 and CROS-1030 already scheduled?
Feel free to ping us at anytime regarding the progress of worklog.
CROS-1030 has been implemented. The hotfix (Crosslight 5.0.5000.559) is now available in NuGet.
You can now specify group header color by adding following snippet code in colors.xml.
<resources> ... <color name="group_header_color">#ff0000</color> </resources>
I'll keep you informed as soon as I heard anything from the team regarding CROS-1029.
Thank you and have a nice day.
Edited on March 16, 2016 9:40 PMReason: update information about styling group header background
Styling group header background can be achieved by adding following snippet code in colors.xml.
<resources> ... <color name="group_header_background">#ff0000</color> </resources>
... I have tired all the security settings before. Issue in Windows 10...
I'm using the most recent version of WebGrid (10.0.7200.18) and WebUI.NET Framework 3.0 (3.0.5000.969) and found that the reported problem is not reproducible in Windows 10. Theme architecture successfully generates the css file.
I enclosed the test project and a video which shows how the css is automatically generated by theme architecture in Windows 10. Please find them in the attachment.
- Going toFloating Action Button inside ViewPage, I get the following error:System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException () [0x00000] in /Users/builder/data/lanes/2692/e98e9627/source/mono/external/referencesource/mscorlib/system/throwhelper.cs:70 at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (System.Collections.Generic.TKey key) [0x00021] in /Users/builder/data/lanes/2692/e98e9627/source/mono/external/referencesource/mscorlib/system/collections/generic/dictionary.cs:176 at Intersoft.Crosslight.Android.v7.ViewPagerFragment`1[TViewModel].UpdateFloatingActionButtons (Int32 itemPosition, Single scaleTo, Boolean animate, Int32 duration) [0x00022] in <filename unknown>:0 at Intersoft.Crosslight.Android.v7.ViewPagerFragment`1[TViewModel].Android.Support.V4.View.ViewPager.IOnPageChangeListener.OnPageScrolled (Int32 position, Single positionOffset, Int32 positionOffsetPixels) [0x00189] in <filename unknown>:0 at Android.Support.V4.View.ViewPager+IOnPageChangeListenerInvoker.n_OnPageScrolled_IFI (IntPtr jnienv, IntPtr native__this, Int32 position, Single positionOffset, Int32 positionOffsetPixels) [0x00009] in <filename unknown>:0 at at (wrapper dynamic-method) System.Object:76e7776e-a617-4b1b-b636-073d33c317e7 (intptr,intptr,int,single,int)
- Going toFloating Action Button inside ViewPage, I get the following error:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.ThrowHelper.ThrowKeyNotFoundException () [0x00000] in /Users/builder/data/lanes/2692/e98e9627/source/mono/external/referencesource/mscorlib/system/throwhelper.cs:70 at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (System.Collections.Generic.TKey key) [0x00021] in /Users/builder/data/lanes/2692/e98e9627/source/mono/external/referencesource/mscorlib/system/collections/generic/dictionary.cs:176 at Intersoft.Crosslight.Android.v7.ViewPagerFragment`1[TViewModel].UpdateFloatingActionButtons (Int32 itemPosition, Single scaleTo, Boolean animate, Int32 duration) [0x00022] in <filename unknown>:0 at Intersoft.Crosslight.Android.v7.ViewPagerFragment`1[TViewModel].Android.Support.V4.View.ViewPager.IOnPageChangeListener.OnPageScrolled (Int32 position, Single positionOffset, Int32 positionOffsetPixels) [0x00189] in <filename unknown>:0 at Android.Support.V4.View.ViewPager+IOnPageChangeListenerInvoker.n_OnPageScrolled_IFI (IntPtr jnienv, IntPtr native__this, Int32 position, Single positionOffset, Int32 positionOffsetPixels) [0x00009] in <filename unknown>:0 at at (wrapper dynamic-method) System.Object:76e7776e-a617-4b1b-b636-073d33c317e7 (intptr,intptr,int,single,int)
Hotfix has been deployed to NuGet which resolves issues of Android Material found on API 15. Please apply the update of Crosslight assembly (5.0.5000.559) and let us know if you have different result.
- Testing on my API 17 device, the app still crashes after the start without any error message. I have already send you a crash log.
I tested the MaterialSample on my Samsung Galaxy Nexus (API 17). The app doesn't crash after the start. Please check the screenshot below.
Look forward to hearing back from you.
I tested now on different devices and the problem is still reproducable. On some devices it is even worse. For the first round trip I see no images only white pages.
This has been reported to Crosslight development team under CROS-1042. I will update this thread with any news I heard from the team regarding CROS-1042.
In the slide sample there is a binding to the Image property of the Ad class. This property represents the file path. I added a LargeImage property to the Ad class which holds the image as byte array. In the AdSliderBindingProvider I change ImageMemberPath = "Image" to ImageMemberPath = "LargeImage".Doing this the problem is gone. I can use this work around, but maybe this is not as memory efficient than the original approach.It would be nice if the original approach with the ImageMemberPath = "Image" would work, too. Maybe this helps you to figure out the problem.
In the slide sample there is a binding to the Image property of the Ad class. This property represents the file path. I added a LargeImage property to the Ad class which holds the image as byte array. In the AdSliderBindingProvider I change ImageMemberPath = "Image" to ImageMemberPath = "LargeImage".
Doing this the problem is gone. I can use this work around, but maybe this is not as memory efficient than the original approach.
It would be nice if the original approach with the ImageMemberPath = "Image" would work, too. Maybe this helps you to figure out the problem.
Thank you for this valuable information. Currently the team is working on the reported problem.
Will inform you when the hotfix is ready to be evaluated.
Edited on March 16, 2016 8:50 PMReason: Update recent progress of CROS-1042
CROS-1042 has been resolved. The hotfix is now available in NuGet.
Per my test, the reported problem is no longer persist. The images on View Slider - Slide Show sample are now loaded properly. Please update the Crosslight NuGet package in your ViewSlider sample project and let me know if you have different result.
this build has SOLVED our problem. Thank you. Been tested and all is well.
Glad to hear that the build has resolved the reported problem.
Will this fix (or has it already been) applied to the new 2016 product? Don't want to download and install the new release only to find it doesn't include it.
It will be released as hotfix (available on Update Manager), as well as installer later. We're committed to update installers on monthly basis, in addition to Update Manager.
The license activation has been reset by our Accounts Department. Please try to re-register your purchased products and let us know if the problem still persist.
I recommend you to port your existing WinRT app (which has been developed using Crosslight) to Android/iOS platform and use Crosslight Form Builder instead of Xamarin.Forms.
Crosslight Form Builder is a built-in cross-platform form builder framework that helps developers to create native forms easily with UI aesthetics that conforms to each platform’s user interface guidelines. The metadata definiton itself is shared amongst other platforms as well, resulting in a clean, functional form in minutes.
This article will guides you to create a simple taxi order form by utilizing Crosslight Form Builder.
For more advanced scenario, we can extend the capabilities of the Crosslight Form Builder beyond its original capabilities. In this post we’re going to learn how to add an option to choose the driver in CrosslightFormBuilder sample, as well as showing a custom view with the driver’s photo in the form, with the driver’s phone number, which when tapped, will initiate a call to the driver.
Hope this helps.
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