Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Wed Jul 27, 2016 2:54 am
Forum: Technical Support
Topic: Numeric input element with trigger of numeric keypads on mobile platforms
Replies: 12
Views: 13873

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

Hi, Yes, this possible. One way is to define a class that inherits from Control, and then, in the constructor , call the following code: CSharpXamlForHtml5.DomManagement.SetHtmlRepresentation(this, @"<input type=""number"">"); Here is an example: http://forums.cshtml5.c...
by JS-Support @Userware
Wed Jul 27, 2016 12:14 am
Forum: Technical Support
Topic: Problem in Designer [SOLVED]
Replies: 8
Views: 11092

Re: Problem in Designer

Awesome! Thanks a lot.
by JS-Support @Userware
Wed Jul 27, 2016 12:13 am
Forum: Bug Reports
Topic: [SOLVED] Beta 8: Error when assigning ItamsSource to Listbox
Replies: 9
Views: 13630

Re: Beta 8: Error when assigning ItamsSource to Listbox

Thanks. I will keep you updated.
by JS-Support @Userware
Wed Jul 27, 2016 12:11 am
Forum: Bug Reports
Topic: Border thickness uncorrecly traced
Replies: 5
Views: 8603

Re: Border thickness uncorrecly traced

Thank you for the information. We are going to look into it.
by JS-Support @Userware
Tue Jul 26, 2016 1:19 am
Forum: Bug Reports
Topic: [SOLVED] Beta 8: Error when assigning ItamsSource to Listbox
Replies: 9
Views: 13630

Re: Beta 8: Error when assigning ItamsSource to Listbox

Thank you Flavio.

I went to the website: it looks very promising! Congratulations.

We are working non-stop to fix all the remaining issues as fast as possible.

We are going to completely revamp the way both ItemsSource and DateTime works in the coming weeks.

Thank you
JS-Support
by JS-Support @Userware
Tue Jul 26, 2016 1:07 am
Forum: Bug Reports
Topic: Border thickness uncorrecly traced
Replies: 5
Views: 8603

Re: Border thickness uncorrecly traced

Thank you Flavio
by JS-Support @Userware
Tue Jul 26, 2016 1:06 am
Forum: Bug Reports
Topic: MediaElement Ignores HorizontalAlignment="Stretch"
Replies: 1
Views: 4288

Re: MediaElement Ignores HorizontalAlignment="Stretch"

Hello,

Thanks for reporting this issue. We are going to look into it.

Regards,
JS-Support
by JS-Support @Userware
Tue Jul 26, 2016 1:05 am
Forum: Technical Support
Topic: Custom HTML Element Attributes [Solved]
Replies: 3
Views: 5677

Re: Custom HTML Element Attributes

Hi, Yes, this approach is the correct one. Please note that the DOM produced by the MediaElement looks like this: <div> <video> </div> (you can see this by using the developer tools of your browser and inspecting the DOM tree) Therefore, you should set the attribute on the child of the div , rather ...
by JS-Support @Userware
Mon Jul 25, 2016 6:38 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.0 of C#/XAML for HTML5 released
Replies: 2
Views: 6468

Beta 9.0 of C#/XAML for HTML5 released

Dear CSHTML5 users and forum members, We are pleased to inform you that the Beta 9.0 of C#/XAML for HTML5 has been released! You can read about it at the following URL: http://www.cshtml5.com/links/beta9-released.html You can download it from the Attachements below. We hope you will enjoy this build...
by JS-Support @Userware
Sun Jul 24, 2016 12:05 pm
Forum: Technical Support
Topic: Placing a <LINE> tag in XAML results in null reference exception at runtime [SOLVED]
Replies: 1
Views: 4134

Re: Placing a <LINE> tag in XAML results in null reference exception at runtime

Thank you for reporting this issue.

It has been fixed in Beta 9.0.

Regards,
JS-Support
by JS-Support @Userware
Sun Jul 24, 2016 11:58 am
Forum: Bug Reports
Topic: methode parameters is null at WCF server side
Replies: 2
Views: 5152

Re: methode parameters is null at WCF server side

For reference, this issue is now being discussed on this topic:

http://forums.cshtml5.com/viewtopic.php?f=5&t=5504
by JS-Support @Userware
Sun Jul 24, 2016 11:56 am
Forum: Bug Reports
Topic: [SOLVED] DateTime bug: Error "cannot construct UInt64 from negative number" exception localized
Replies: 7
Views: 11943

Re: DateTime bug: Error "cannot construct UInt64 from negative number" exception localized

Thank your for your message.

The DateTime class will be completely rewritten from scratch in a few weeks. I will keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Sun Jul 24, 2016 11:54 am
Forum: Bug Reports
Topic: ComboBox bug with TabControl
Replies: 3
Views: 6595

Re: ComboBox bug with TabControl

Thank you for reporting this issue. We are investigating it. I will keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Sun Jul 24, 2016 11:53 am
Forum: Bug Reports
Topic: [SOLVED] to deselect combobox: comboBox.SelectedIndex = -1; NOT Working !
Replies: 3
Views: 6512

Re: to deselect combobox: comboBox.SelectedIndex = -1; NOT Working !

Sorry, the fix did not make it for Beta 9.0 (available in a few hours) but it will be released soon after. I will keep you updated.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Sun Jul 24, 2016 11:51 am
Forum: Bug Reports
Topic: [SOLVED] Error with ScaleTransform.ScaleX
Replies: 3
Views: 6857

Re: Error with ScaleTransform.ScaleX

Thank you for reporting this issue.

We are looking into it. I will keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Sun Jul 24, 2016 11:49 am
Forum: Bug Reports
Topic: [SOLVED] ComboBox
Replies: 8
Views: 12758

Re: ComboBox

Thanks for reporting this issue.

We have been able to reproduce it.

The fix didn't make it for Beta 9.0, but it will be available in Beta 9.1 soon after.

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Sun Jul 24, 2016 11:41 am
Forum: Bug Reports
Topic: Border thickness uncorrecly traced
Replies: 5
Views: 8603

Re: Border thickness uncorrecly traced

Thanks for reporting this issue.

If you manage to isolate some code to help us reproduce the issue, please keep me updated.

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Sun Jul 24, 2016 11:39 am
Forum: Bug Reports
Topic: extended ASCII characters problem /localized !
Replies: 8
Views: 11416

Re: extended ASCII characters problem /localized !

Hi, We have looked into the problem but adding support for class names or method names with non-ascii characters requires more time. It will not make it for beta 9.0, which is expected in the coming days. We are going to keep working on this issue. I will keep you updated. Thank you. Regards, JS-Sup...
by JS-Support @Userware
Sun Jul 24, 2016 11:05 am
Forum: Bug Reports
Topic: [SOLVED] Beta 8: Error when assigning ItamsSource to Listbox
Replies: 9
Views: 13630

Re: Beta 8: Error when assigning ItamsSource to Listbox

Thank you for reporting this issue.

It has been fixed in Beta 9.0, which will be available in a few hours.

Regards,
JS-Support

Go to advanced search

 

 

cron