Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Mon Feb 29, 2016 9:25 am
Forum: Bug Reports
Topic: PointerExited [CANNOT REPRODUCE]
Replies: 1
Views: 4060

Re: PointerExited

Dear Hamej, Thanks for your message. We just tested with the following code but were another to reproduce the issue: - in Page.xaml: <Page x:Class="Application2.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/...
by JS-Support @Userware
Fri Feb 26, 2016 11:44 am
Forum: Extensions and Plugins for CSHTML5
Topic: WebSocket Extension for CSHTML5
Replies: 18
Views: 69294

WebSocket Extension for CSHTML5

Dear CSHTML5 users, I am pleased to inform you of the release of this extension that adds WebSocket support to CSHTML5. It requires CSHTML5 v1.0 Beta 7.2 or newer . To use, simply add a new class named "WebSocket.cs" to your project, and copy/paste the following code: using System; //-----...
by JS-Support @Userware
Fri Feb 26, 2016 11:09 am
Forum: Extensions and Plugins for CSHTML5
Topic: PrintHelper
Replies: 2
Views: 28503

PrintHelper

Please find below a class that adds print support to your app. The code requires CSHTML5 v1.0 Beta 7.2 or newer . To use, simply add a new class named "PrintHelper.cs" to your project, and copy/paste the following code: using System; using System.Windows; using Windows.UI.Xaml; namespace C...
by JS-Support @Userware
Fri Feb 26, 2016 10:56 am
Forum: Technical Support
Topic: WCF maxReceivedMessageSize
Replies: 4
Views: 6774

Re: WCF maxReceivedMessageSize

Hi, When creating your client in your CSHTML5 project, you can specify the MaxReceivedMessageSize. Here is an example: Service1Client soapClient = new Service1Client( new BasicHttpBinding() { MaxReceivedMessageSize = 2147483647, MaxBufferPoolSize = 524288, MaxBufferSize = 2147483647 }, new EndpointA...
by JS-Support @Userware
Fri Feb 26, 2016 7:41 am
Forum: Technical Support
Topic: [SOLVED] Setting attributes of Path
Replies: 4
Views: 6368

Re: Setting attributes of Path

Thank you Nick.
by JS-Support @Userware
Thu Feb 25, 2016 12:02 pm
Forum: Technical Support
Topic: WCF maxReceivedMessageSize
Replies: 4
Views: 6774

Re: WCF maxReceivedMessageSize

Thanks. We are going to look into it and I will keep you updated.
by JS-Support @Userware
Wed Feb 24, 2016 11:54 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 7.2 of C#/XAML for HTML5 released
Replies: 4
Views: 9828

Beta 7.2 of C#/XAML for HTML5 released

Dear CSHTML5 users and forum members, We are pleased to inform you that the Beta 7.2 of CSHTML5 is available for download! The main new feature since Beta 7.1 is the brand new "CSHTML5.Interop.ExecuteJavaScript" method that lets you call JavaScript code from within your C# code! The main a...
by JS-Support @Userware
Wed Feb 24, 2016 11:53 am
Forum: Extensions and Plugins for CSHTML5
Topic: ArcGIS Mapping Extension (in progress)
Replies: 2
Views: 29181

ArcGIS Mapping Extension (in progress)

This extension requires CSHTML5 v1.0 Beta 7.2 or newer . It lets you use the ArcGIS mapping library in your CSHTML5 application. It wraps the JavaScript-based library into a C#/XAML-based control that can be consumed in C# and XAML. To use, simply add a new class named "Map.cs" to your pro...
by JS-Support @Userware
Tue Feb 23, 2016 10:40 am
Forum: General Discussion and Other
Topic: Is this project real?
Replies: 3
Views: 8698

Re: Is this project real?

Thank you very much.
by JS-Support @Userware
Tue Feb 23, 2016 5:59 am
Forum: Technical Support
Topic: Navigation
Replies: 1
Views: 3393

Re: Navigation

Hi, Thanks for contacting us. The navigation system, based on Page and Frame controls, is in the roadmap for later in 2016. In the meantime, please use the "Loaded" event of the Page. Please also refer to the following thread: http://forums.cshtml5.com/viewtopic.php?f=2&t=126 Thanks, R...
by JS-Support @Userware
Mon Feb 22, 2016 5:38 am
Forum: Extensions and Plugins for CSHTML5
Topic: C# JSON Deserializer
Replies: 8
Views: 22274

Re: C# JSON Deserializer

I tested your CMS. Thanks a lot for sharing.
JS-Support
by JS-Support @Userware
Mon Feb 22, 2016 5:35 am
Forum: Technical Support
Topic: Mixing ASP.NET MVC and CSHTML5
Replies: 1
Views: 3806

Re: Mixing ASP.NET MVC and CSHTML5

Hello, Thanks for your message. 1. -> Our current focus for Beta 8 is the Extensibility feature which makes it possible to call JS code from C# and to inject HTML5 code. Please wait for the Beta 8 for more samples regarding this feature. It is expected within 2 months. 2. -> Copying the generated JS...
by JS-Support @Userware
Mon Feb 22, 2016 5:30 am
Forum: Bug Reports
Topic: [SOLVED] String.Trim method with parameter not working
Replies: 2
Views: 6017

Re: String.Trim method with parameter not working

Thanks a lot for reporting this issue. We are going to look into it and keep you updated.
by JS-Support @Userware
Mon Feb 22, 2016 5:30 am
Forum: Bug Reports
Topic: DateTime Parse and TryParse Issues - CultureInfo
Replies: 2
Views: 10536

Re: DateTime Parse and TryParse Issues - CultureInfo

Thanks. We have indeed reported issues related to the CultureInfo class. We plan a complete rewrite of the DateTime class in Mid-2016. Let us keep in touch. Thanks again.
by JS-Support @Userware
Mon Feb 22, 2016 5:28 am
Forum: Bug Reports
Topic: Blocking GUI | Visual Studio 2013
Replies: 9
Views: 12105

Re: Blocking GUI | Visual Studio 2013

Unfortunately turning this off would lead to errors in VS that say that the UI elements defined in the XAML file with x:Name="..." are unknown to the C# code. We are going to keep you updated on this matter.
by JS-Support @Userware
Mon Feb 22, 2016 5:07 am
Forum: General Discussion and Other
Topic: Is this project real?
Replies: 3
Views: 8698

Re: Is this project real?

Dear RKM, Thanks for your feedback and sorry for the inconvenience. You are perfectly right and we are aware of these issues. Our documentation does not have enough material yet, we have not been active enough on the forums, and communication has not been sufficient. I am confident this is going to ...
by JS-Support @Userware
Thu Feb 18, 2016 7:34 am
Forum: Extensions and Plugins for CSHTML5
Topic: C# JSON Deserializer
Replies: 8
Views: 22274

Re: C# JSON Deserializer

Great job! Thanks a lot for posting this extension. I've just tested it and it appears to work very well! Note: For those who encounter issues with the compiler saying that it cannot find "CSharpXamlForHtml5.dll", please be sure to put the file "JSON.dll" into the following locat...
by JS-Support @Userware
Wed Feb 17, 2016 9:26 am
Forum: Technical Support
Topic: [SOLVED] Setting attributes of Path
Replies: 4
Views: 6368

Re: Setting attributes of Path

Dear Nick, Thanks for your message and sorry for the delay of the reply. By the way, if you don't get a reply on the forums, please feel free to create a support ticket by sending an email to: support@cshtml5.com to ensure a faster reply. Please find attached a patch that fixes the issue where the P...

Go to advanced search