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
Sorry for the delay in sending this.
UXFrame includes streamlined error management by providing a built-in friendly error page. When the navigation frame caught an exception that thrown during the navigation process, for instance, the user don't have required roles to access the page, UXFrame shows a friendly error page.
You can customize the error page with your own XAML template by setting the ErrorStyle property of the UXFrame control.
For more detail, please kindly check the "Customizing Friendly Error Page" section in "Advanced Features in ClientUI Navigation Framework" documentation at here.
Following JS snippet code can be used to switch view to full screen.
function SwitchToFullScreen(){ var rte = ISGetObject("WebTextEditor1"); var cmdFullScreenObject = rte.ToolCommandsCollection.GetNamedItem("FullScreen").ToolBarObject.Commands.GetNamedItem("cmdFullScreen"); var cmdFullScreenElement = cmdFullScreenObject.GetItemElement().childNodes[0]; cmdFullScreenElement.click(); rte.ToolCommandsCollection.GetNamedItem("FullScreen").ToolBarObject.Activate("cmdFullScreen"); }
This should help.
Sorry for lack of understanding about the reported problem.
Could you please provide me with more detail information regarding the problem?
Look forward to hearing back from you.
In the current version of WebTreeView, you can specify images specifically for root node only by setting following property in ImageSettings property.
Hope this helps.
To assist you further, I need more information such as:
I'm willing to advise you further but in order to do so I would need you to elaborate on your specific scenario and possibly give me a step-by-step guide that I can use to observe the problematic behavior.
You can try to use Network tool of IE 11 developer tools to determine which JS file that causing the problem. I suspect that there might be js file(s) that is missing.
WorthyStyleDrawerSample uses custom list item template. Please follow the steps below in order to apply the style for drawer preselection.
<style name="ListItem"> <item name="android:background">@color/listviewbackgroundselector</item> </style> <style name="Theme.Splash" parent="android:Theme">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/ListItem"> ...
Save the changes and the preselection on drawer should look like below.
Hope this help.
Please kindly check my post on July 8, 2014 7:16 AM. I uploaded the sample in OneDrive. Simply click the link in my previous post and let me know whether it helps or not.
... So, the main issue is solved now.
Glad to hear that the route is now appearing on Android.
Can I change to Satelite or Hybrid mode?
Set the MapType property by overriding MapType in activities class that consumes the map layout.
protected override MapType MapType { get { return MapType.Satellite; } }
Can I change to Google Street View?
Currently the Google Street View is not available yet in Crosslight MapView. I have submitted this as feature request to Crosslight development team. It is filed under CROS-646.
I will keep this thread updated with any news I heard from the team regarding CROS-646.
Thank you and have a nice day.
Glad to hear that the nightly build resolves the truncated Post button problem and vertical alignment issues from MessageInputSamples project in iOS 7.1.
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.
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