User Profile & Activity

Yudi Member
Page
of 259

You're welcome.

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.

Thank you for the sample (ClientUIWPFNavApp1.zip - attached on soup soup's post on May 26, 2015).

I made a minor modification to UXPage1.xaml.cs by setting the URL of AxWMPLib.AxWindowsMediaPlayer to a media file which exist in my end.

from:

axWmp.URL = @"C:\Users\Public\Videos\Sample Videos\野生动物.wmv";

to:

axWmp.URL = @"C:\Windows\Media\tada.wav";

The result is (AllowsTransparency="True"): when user navigates to "ActiveX" page, I can hear that tada.wav is played. This proves that the ActiveX control works. It just can't be seen.

Next, I create another project which uses native WPF controls (without using ClientUI controls). Then set WindowStyle to None; and AllowsTransparency to True.

The result is similar. The ActiveX control works, but not visible.

In my opinion, it comes to a conclusion that enabling AllowsTransparency will causing ActiveX control becomes invisible. It isn't ClientUI bug since native WPF control show this behavior as well.

Please let me know if you have different thoughts.

Could you please confirm whether the Safari browser is on Windows on or Mac?

If you use Safari on Windows, you might want to consider switching to another browser. Since the release of Safari 6 on Mac, Apple has confirmed that it will not be released on Windows. Apple has also removed all Windows download link from its main Safari page, so Safari on Windows is probably a dead product.

If you wish to use WebKit-based browser, definitely would be Chrome.

Posted: May 27, 2015 3:12 AM

Glad to hear that the CSS trick resolve the problem.

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.

I'm using the walkthrough article: Hosting an ActiveX Control in WPF, and start create a simple test project which shows how to host ActiveX control in UXPage.

When I run the application, the ActiveX control appear and work as expected. I enclosed my simple project for reference.
Should you find anything that I might miss during my attempt to reproduce the reported problem, please feel free to let me know.

It is not possible for an ActiveX control to run inside of Silverlight.

However, it is possible to have an html page host both Silverlight and an ActiveX control and have these two communicate via javascript.

I re-test the reported problem on Blend for VS 2013 using ClientUI 11. The reported problem is not reproducible.

Could you please provide me with screenshot (since the attachment on your initial post can't be opened) or video which shows the problem on your end?

The step-by-step below shows what I did on my local end in order to replicate the reported problem.

  1. Create Silverlight project using Intersoft ClientUI MVVM Application project template (.NET Framework 4 and Silverlight 5).
  2. Add new item in Views folder by using Intersoft UXNavigationWindow item template.
  3. Copy UXNavigationWindow.NavigatorStyle from the snippet code (from soup soup's post on May 15, 2015) and add it to my UXNavigationWindow

However, I was unable to reproduce the reported problem using these steps. For your information, I'm using VS 2012 and ClientUI 11.

Should you find anything that I might miss during my attempt to replicate the problem, please let me know.

Posted: May 19, 2015 6:32 AM

After checks Sample_ExportPDF_WebScheduler.pdf file (attached in Frank Gary's post on May 15, 2015), it seems that you are using WebScheduler with following configuration (please correct if I'm wrong).

  • Timeline view is enabled.
  • Timeline-StartTime is t0700.
  • Timeline-EndTime is t2300
  • SelectedTimelineViewMode is set to Day15Minutes

I managed to reproduce the reported problem in my local end by applying the above configuration to my WebScheduler sample. The detail of the problems are:

  • Problem 1: Hour,minute and second parameters describe an Un-Representable Date Time.
    I found that this problem is related with the EndTime. Try to set the value of EndTime to any value but t2300. Problem 1 should no longer persist. Could you please confirm if you have the same result on your end?
    I have submitted problem 1 to WebScheduler development team. The report is filed under ASPNET-166.
  • Problem 2: the exported PDF it actually exported from "12:00 AM - 04:00 PM". It looks like it is some how shifting the time to -7 hrs,might be a timezone shift ?
    I found that this problem is related with the SelectedTimelineViewMode. Try to set the value of SelectedTimelineViewMode to any value but Day15Minutes. Problem 2 should no longer persist. Could you please confirm if you have the same result on your end?
    I have submitted problem 1 to WebScheduler development team. The report is filed under ASPNET-167.

Look forward to hearing back from you.

Posted: May 18, 2015 2:36 AM

From the snippet code, your WebDialogBox uses UseIFrame as its ContentMode. I made a minor change to ContentMode.aspx sample file of WebDialogBox by setting the WindowsHeaderHeight of WebDialogBox2; save the changes; then view the page in browser. When user click "Show DialogBox that uses IFrame" button, WebDialogBox2 will appear with title bar removed.

Is it possible that your WebDialogBox is integrated to WebDesktopManager (IntegratedToDesktopManager is enabled)? If yes, you can try to set the WindowHeaderHeight from the WebDesktopManager instance that host the WebDialogBox.

If this still doesn't help, could you please send me a simple sample of WebDialogBox that replicates the problem, so that I can assist you further?

All times are GMT -5. The time now is 7:50 AM.
Previous Next