Search found 38 matches

Go to advanced search

by tomny
Fri Jan 06, 2017 2:05 am
Forum: Technical Support
Topic: How to use bootstrap (or uikit)?
Replies: 1
Views: 4548

How to use bootstrap (or uikit)?

Dear JS-Support: How to use bootstrap (or uikit)? I tried to bootstrap-wpf-style (https://github.com/ptddqr/bootstrap-wpf-style) to Cshtml5, but unsuccessful. Because cshtml5 some styles do not support. But I changed to think, cshtml5 create html5 application, should be able to directly use bootstra...
by tomny
Tue Dec 13, 2016 8:55 am
Forum: Bug Reports
Topic: WCF simulator Tip: Instances of abstract classes cannot be created
Replies: 0
Views: 10197

WCF simulator Tip: Instances of abstract classes cannot be created

Call wcf, the simulator Tip: Instances of abstract classes cannot be created

Image085.png
Image085.png (35.33 KiB) Viewed 10197 times



In the browser, wcf is working properly.
by tomny
Mon Dec 12, 2016 9:40 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.6 of C#/XAML for HTML5 released
Replies: 3
Views: 12900

Re: New Beta 10.6 released! [Download]

Dear JS-Support: "Importing TypeScript Definitions" This feature is really good. But I read https://github.com/DefinitelyTyped/DefinitelyTyped, TypeScript Definitions document is really too much. As before the TypeScript Definitions do not have much understanding, it is not clear which of ...
by tomny
Sat Dec 10, 2016 11:48 am
Forum: Technical Support
Topic: WebClient UploadString and Refused to set unsafe header "Content-Length"
Replies: 1
Views: 10999

WebClient UploadString and Refused to set unsafe header "Content-Length"

Dear JS-Support:
I use the WebClient UploadString method, error: Refused to set unsafe header "Content-Length".
I do not know how to solve, can help me?

Image006.png
Image006.png (35.1 KiB) Viewed 10999 times


Thank you.
Regards,
Tomny
by tomny
Wed Dec 07, 2016 7:11 pm
Forum: Technical Support
Topic: Do not have DependencyProperty.RegisterAttached?
Replies: 0
Views: 7134

Do not have DependencyProperty.RegisterAttached?

Dear JS-Support,

I want to implement an additional DependencyProperty, but does not it.Can be achieved?

Image075.png
Image075.png (7.56 KiB) Viewed 7134 times


Thanks.
Regards,
Tomny
by tomny
Wed Dec 07, 2016 4:53 pm
Forum: Bug Reports
Topic: If the method which includes "await wc.DownloadStringTaskAsync (url)", then the method name can not be Chinese, otherwis
Replies: 1
Views: 4318

Re: If the method which includes "await wc.DownloadStringTaskAsync (url)", then the method name can not be Chinese, othe

Coupled with the last time I found the situation: binding attribute name can not be Chinese, Http://forums.cshtml5.com/viewtopic.php?f=5&t=7872 So, in the case of the browser running, if the program contains Chinese, it will appear a variety of problems, for example, the method name can not be C...
by tomny
Wed Dec 07, 2016 4:32 pm
Forum: Bug Reports
Topic: If the method which includes "await wc.DownloadStringTaskAsync (url)", then the method name can not be Chinese, otherwis
Replies: 1
Views: 4318

If the method which includes "await wc.DownloadStringTaskAsync (url)", then the method name can not be Chinese, otherwis

Dear JS-Support, If the method which includes "await wc.DownloadStringTaskAsync (url)", then the method name can not be Chinese, otherwise ... The following code works fine in the emulator and the browser: using System; using System.Collections.Generic; using System.IO; using System.Linq; ...
by tomny
Wed Dec 07, 2016 3:53 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.5 of C#/XAML for HTML5 released
Replies: 6
Views: 11082

Re: New Beta 10.5 released! [Download]

Hi JS-Support, thank you for your reply. I already understand that we can use HtmlPresenter it only includes html, and js can be written to a separate file, which can then "CSHTML5.Interop.LoadJavaScriptFile (...)" and "CSHTML5.Interop.ExecuteJavaScript (...)" With the use of. Re...
by tomny
Wed Dec 07, 2016 3:46 pm
Forum: Bug Reports
Topic: [SOLVED] X: FieldModifier = "Public" It does not work
Replies: 3
Views: 31012

Re: X: FieldModifier = "Public" It does not work

Hi JS-Support,

thank you for your reply. Your code works fine.

Regards,
Tomny
by tomny
Wed Dec 07, 2016 3:44 pm
Forum: Bug Reports
Topic: [SOLVED] Storyboard TargetProperty Canvas.Left can not work
Replies: 3
Views: 6611

Re: Storyboard TargetProperty Canvas.Left can not work

Dear Chris,

thank you for your reply. I am looking forward to the new version.

Regards,
Tomny
by tomny
Mon Dec 05, 2016 8:49 am
Forum: Bug Reports
Topic: [SOLVED] Storyboard TargetProperty Canvas.Left can not work
Replies: 3
Views: 6611

[SOLVED] Storyboard TargetProperty Canvas.Left can not work

Dear JS-Support, I would like to use the latest version (beta10.5) to achieve a simple animation, but it was unsuccessful. The process is painful, the recording process is as follows: The following is a simple animation code, this code has been tested in Silverlight is working. (Note that the follow...
by tomny
Mon Dec 05, 2016 6:51 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.5 of C#/XAML for HTML5 released
Replies: 6
Views: 11082

Re: New Beta 10.5 released! [Download]

When we put html code into an iframe, it can work properly. For example, I put the following code: <p>Test text 1</p> <div>Test text 2</div> <script type="text/javascript"> alert("Show Text"); </script> Write a page and then get a URL as follows: http: //www.ip188.net/csh5test3.h...
by tomny
Mon Dec 05, 2016 6:24 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.5 of C#/XAML for HTML5 released
Replies: 6
Views: 11082

Re: New Beta 10.5 released! [Download]

Hi JS-Support, thank you for your reply.For example, Xaml code is as follows: <Page x:Class="cshtml105test1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:cshtml1...
by tomny
Sun Dec 04, 2016 8:12 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.5 of C#/XAML for HTML5 released
Replies: 6
Views: 11082

Re: New Beta 10.5 released! [Download]

Hello Team,

Thanks for your effort, I have downloaded the new version for trial. CSHTML5.Native.Html.Controls html can not execute javascript? I included some JavaScript functions in html, but it did not work.

Best Regards,
Tomny
by tomny
Sun Nov 27, 2016 7:03 pm
Forum: Bug Reports
Topic: [SOLVED] X: FieldModifier = "Public" It does not work
Replies: 3
Views: 31012

[SOLVED] X: FieldModifier = "Public" It does not work

Dear JS-Support,

I hope in the MainPage and ChildWindow, their child controls can be controlled, so I used the X: FieldModifier = "Public", but it seems to have no effect. The code is shown in the following screenshot:
Image001.png
Image001.png (20.66 KiB) Viewed 31012 times

Image002.png
Image002.png (9.9 KiB) Viewed 31012 times


Thanks,
Tomny
by tomny
Thu Nov 24, 2016 9:57 am
Forum: Bug Reports
Topic: When the data attribute has the Chinese name can not be properly bound
Replies: 0
Views: 11631

When the data attribute has the Chinese name can not be properly bound

Hello JS-Support, When the data attribute has the Chinese name can not be properly bound: When I bind a List <T> to the ItemsSource of the ListBox, use the ItemTemplate, which can not be bound properly when there is a Chinese property name in T. And when I put all the property names to English, the ...
by tomny
Sat Nov 19, 2016 7:48 pm
Forum: Technical Support
Topic: DataPager and PagedCollectionView
Replies: 0
Views: 9964

DataPager and PagedCollectionView

Thanks, cshtml5 is really a great project!
I am a Silverlight developer. It seems that in cshtml5, there is no DataPager and PagedCollectionView?
I want to give a data source paging, and then displayed to the Listbox, how do?

Go to advanced search

 

 

cron