Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Mon Aug 29, 2016 6:40 am
Forum: Bug Reports
Topic: [SOLVED] Beta 8: Error when assigning ItamsSource to Listbox
Replies: 9
Views: 13738

Re: Beta 8: Error when assigning ItamsSource to Listbox

You can download Beta 9.1, which fixes the issue, from the following URL:

http://forums.cshtml5.com/viewforum.php?f=6

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Mon Aug 29, 2016 4:24 am
Forum: Technical Support
Topic: [SOLVED] "System.Runtime.CompilerServices.CallSite '1 has not been defined" error
Replies: 4
Views: 11151

Re: "System.Runtime.CompilerServices.CallSite '1 has not been defined" error

Hi, I guess you have followed the recommendations described at: http://www.cshtml5.com/links/wcf-limitations-and-tutorials.aspx Can you please double-check that, on the server side, the [XmlSerializerFormat] is present on all the classes that have the [ServiceContract] attribute? (if not, after addi...
by JS-Support @Userware
Sat Aug 27, 2016 9:38 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.1 of C#/XAML for HTML5 released
Replies: 13
Views: 18238

Beta 9.1 of C#/XAML for HTML5 released

Dear CSHTML5 users and forum members, We are pleased to inform you that the Beta 9.1 of CSHTML5 is available for download! You will find it in the "Attachments" section after this message. New Features and bug fixes since Beta 9.0 include: ⋅  Support for ChildWindow! (fixed size ...
by JS-Support @Userware
Fri Aug 26, 2016 4:47 am
Forum: Bug Reports
Topic: [SOLVED] Beta 8: Error when assigning ItamsSource to Listbox
Replies: 9
Views: 13738

Re: Beta 8: Error when assigning ItamsSource to Listbox

The issue has been fixed in Beta 9.1, which will be released shortly.
by JS-Support @Userware
Mon Aug 22, 2016 3:54 am
Forum: Bug Reports
Topic: a TabControl bug
Replies: 5
Views: 8725

Re: a TabControl bug

Hi and welcome to the forums.

Thanks for reporting this issue. We are going to fix it in the coming weeks (Beta 9.2 or 9.3).

Regards,
JS-Support
by JS-Support @Userware
Wed Aug 17, 2016 6:54 am
Forum: Bug Reports
Topic: [SOLVED] irrevocable build error after upgrading to .NET 4.6.2
Replies: 10
Views: 16255

Re: irrevocable build error after upgrading .NET 4.6.1 to .NET 4.6.2

Hi Péter,

Thanks for the report. We are investigating this issue. I will keep you updated asap.

Regards,
JS-Support
by JS-Support @Userware
Tue Aug 16, 2016 9:00 am
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 286637

Re: JSON Serializer/Deserializer Extension for CSHTML5

UPDATE: the JSON extension has just been updated to support Enums.

Regards,
JS-Support
by JS-Support @Userware
Fri Aug 12, 2016 1:29 am
Forum: Technical Support
Topic: Problem: authenticate users for access the application
Replies: 4
Views: 10266

Re: Problem: authenticate users for access the application

Support for ASP.NET authentication in CSHTML5 is coming within 8 weeks.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Fri Jul 29, 2016 7:05 am
Forum: Technical Support
Topic: DataGrid Column HorizontalAlignment Right ?
Replies: 3
Views: 6152

Re: DataGrid Column HorizontalAlignment Right ?

Thank you for the workaround.
by JS-Support @Userware
Thu Jul 28, 2016 8:24 am
Forum: Technical Support
Topic: DataGrid Column HorizontalAlignment Right ?
Replies: 3
Views: 6152

Re: DataGrid Column HorizontalAlignment Right ?

We are going to look into this.
by JS-Support @Userware
Thu Jul 28, 2016 8:23 am
Forum: Technical Support
Topic: Numeric input element with trigger of numeric keypads on mobile platforms
Replies: 12
Views: 13959

Re: Numeric input element with trigger of numeric keypads on mobile platforms

Thank you very much Péter.

I don't know why the first solution didn't work. It appears to be a JS problem.

Your solution will indeed help other people.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Thu Jul 28, 2016 8:20 am
Forum: Technical Support
Topic: Local Images Not Showing (Cordova/Phonegap Build)
Replies: 2
Views: 4975

Re: Local Images Not Showing (Cordova/Phonegap Build)

Hello Chris, Thanks for your message. This is very odd. We tested with PhoneGap Build and did not run into this issue. Are you sure that you included the images in the manifest? By the way, we plan to work on a Cordova extension for CSHTML5 that allows accessing the mobile hardware in C# before the ...
by JS-Support @Userware
Thu Jul 28, 2016 8:17 am
Forum: Bug Reports
Topic: TabControl 3 type of bugs: ComboBox, DataGrid and UserControl with nativ HTML5 element
Replies: 1
Views: 4196

Re: TabControl 3 type of bugs: ComboBox, DataGrid and UserControl with nativ HTML5 element

Hi Péter,

Thank you.

Yes, we are aware of big issues with the TabControl.

We are working on it. I do not have an estimate yet. I will keep you updated.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Wed Jul 27, 2016 8:56 am
Forum: Bug Reports
Topic: [SOLVED] XmlReader is stuck
Replies: 3
Views: 6419

Re: XmlReader is stuck

Dear Beluvius,

We have finally found a solution to the issue.

It will be part of the upcoming beta 9.1 build, that will be released in a few weeks.

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Wed Jul 27, 2016 5:22 am
Forum: Technical Support
Topic: Numeric input element with trigger of numeric keypads on mobile platforms
Replies: 12
Views: 13959

Re: Numeric input element with trigger of numeric keypads on mobile platforms

Yes, this is possible. You can see an example in the Esri mapping control, where clicking on the map calls a C# callback: http://forums.cshtml5.com/viewtopic.php?f=7&t=272 Here is the relevant piece of code: Interop.ExecuteJavaScript(@" // This is the JavaScript code: ... var onClick = $1; ...
by JS-Support @Userware
Wed Jul 27, 2016 4:37 am
Forum: Technical Support
Topic: Numeric input element with trigger of numeric keypads on mobile platforms
Replies: 12
Views: 13959

Re: Numeric input element with trigger of numeric keypads on mobile platforms

To set, use:

Code: Select all

CSHTML5.Interop.ExecuteJavaScript("$0.value = $1", htmlInputElement, value);


(for reference: How to call JavaScript from C#)
by JS-Support @Userware
Wed Jul 27, 2016 4:31 am
Forum: Technical Support
Topic: [SOLVED] SizeChanged event in controls
Replies: 2
Views: 5297

Re: SizeChanged event in controls

Hi Andrzej,

Yes, the SizeChanged event is on our internal roadmap for late 2016.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Wed Jul 27, 2016 4:14 am
Forum: Technical Support
Topic: Numeric input element with trigger of numeric keypads on mobile platforms
Replies: 12
Views: 13959

Re: Numeric input element with trigger of numeric keypads on mobile platforms

This is how you can add a property to your InputNumberUserControl that returns the value currently contained in your HTML <input> element: using System; using Windows.UI.Xaml.Controls; namespace MyApplication { public class InputNumberUserControl : UserControl { double _value; public InputNumberUser...
by JS-Support @Userware
Wed Jul 27, 2016 2:56 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.0 of C#/XAML for HTML5 released
Replies: 2
Views: 6554

Re: New Beta 9.0 released! [Download]

Thank you! Support for Popup and ChildWindow is coming soon!

Go to advanced search