User Profile & Activity

Yudi Member
Page
of 259
Posted: December 17, 2014 2:09 AM

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.

Posted: December 16, 2014 7:22 AM

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.

Posted: December 16, 2014 4:23 AM

Sorry for lack of understanding about the reported problem.

Could you please provide me with more detail information regarding the problem?

  • steps-to-reproduce the problem
  • screenshot or video of the problem will be helpful.

Look forward to hearing back from you.

Posted: December 16, 2014 4:18 AM

In the current version of WebTreeView, you can specify images specifically for root node only by setting following property in ImageSettings property.

  • ExpandedRootNodeImage : Gets or sets the image used to render expanded root level mode.
  • RootNodeImage : Gets or sets the image used to render root level node.
  • SelectedRootNode : Gets or sets the image used to render selected root level node.

Hope this helps.

Sorry for lack of understanding about the reported problem.

To assist you further, I need more information such as:

  • what controls of WebDesktop that have this problem
  • do you have any other information regarding the settings of the control that you are currently use?
  • do you have 'steps-to-reproduce' in order to replicate the problem?

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.

Posted: December 16, 2014 3:03 AM

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.

Look forward to hearing back from you.

Posted: December 15, 2014 9:33 AM

WorthyStyleDrawerSample uses custom list item template. Please follow the steps below in order to apply the style for drawer preselection.

  1. Open DrawerSamples.Worthy.Android/Resources/values/Styles.xml file
  2. Add a style and named it as ListItem; and set the background to @color/listviewbackgroundselector;
<style name="ListItem">  <item name="android:background">@color/listviewbackgroundselector</item>
</style>
<style name="Theme.Splash" parent="android:Theme">
  1. Open DrawerSamples.Worthy.Android/Resources/layout/ItemListLayout.axml
  2. Apply ListItem style to the LinearLayout
<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.

Posted: December 15, 2014 8:41 AM

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.

Posted: December 12, 2014 4:51 AM
... 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.

Posted: December 12, 2014 2:24 AM

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.

All times are GMT -5. The time now is 6:50 PM.
Previous Next