Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Tue Nov 15, 2016 4:56 am
Forum: Technical Support
Topic: [SOLVED] No C#Html5 project template in Visual Studio Ultimate 2013
Replies: 8
Views: 13791

Re: No C#Html5 project template in Visual Studio Ultimate 2013

Thank you Chris.

Can you please tell me the content of the subfolder named "windows"? This is its full path:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ProjectTemplates\CSharp\Windows

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Tue Nov 15, 2016 1:14 am
Forum: Technical Support
Topic: [SOLVED] No C#Html5 project template in Visual Studio Ultimate 2013
Replies: 8
Views: 13791

Re: No C#Html5 project template in Visual Studio Ultimate 2013

Hi Chris,

The issue may be related to the language of your visual studio installation.

To fix it, can you please tell me what the following folder contains exactly:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ProjectTemplates\CSharp\Windows

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Wed Nov 09, 2016 7:40 am
Forum: Technical Support
Topic: Acessing ChildWindow fields and UserControl fields
Replies: 2
Views: 4746

Re: Acessing ChildWindow fields and UserControl fields

Hi, You need to expose via public properties the elements that you want other classes to access. For example, if you have a XAML button that is named x:Name="mybutton", you should create the following property in your ChildWindow-derived class to enable other classes to access it: public B...
by JS-Support @Userware
Mon Nov 07, 2016 1:18 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.3 of C#/XAML for HTML5 released
Replies: 8
Views: 13148

Re: New Beta 10.3 released! [Download]

I had a query if ValidatesOnExceptions and NotifyOnValidationError is supported in this version for the textbox control. Not yet. It is currently in the roadmap for 2017. To have it implemented earlier: - Please be sure to vote for it on: https://cshtml5.uservoice.com/forums/274799-c-xaml-for-html5...
by JS-Support @Userware
Sun Nov 06, 2016 7:51 am
Forum: Bug Reports
Topic: [SOLVED] irrevocable build error after upgrading to .NET 4.6.2
Replies: 10
Views: 15920

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

The issue has been fixed in Beta 10.3, available at:

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

Thanks a lot.
Regards,
JS-Support
by JS-Support @Userware
Sun Nov 06, 2016 7:51 am
Forum: Bug Reports
Topic: [SOLVED] beta 10.2 datagrid.itemsource exception
Replies: 5
Views: 9192

Re: [SOLVED] beta 10.2 datagrid.itemsource exception

The issue has been fixed in Beta 10.3, available at:

http://forums.cshtml5.com/viewforum.php?f=6
by JS-Support @Userware
Sun Nov 06, 2016 7:44 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.3 of C#/XAML for HTML5 released
Replies: 8
Views: 13148

Beta 10.3 of C#/XAML for HTML5 released

Dear CSHTML5 users, We are pleased to inform you that the Beta 10.3 of CSHTML5 is available for download! You will find it in the "Attachments" section after this message. Here is what's new since Beta 10.2: ⋅  New "HtmlCanvas" control for high-performance graphics! Ple...
by JS-Support @Userware
Fri Nov 04, 2016 8:13 am
Forum: Bug Reports
Topic: [SOLVED] Key presses capture - Result not the same on Final version
Replies: 10
Views: 13393

Re: Key presses capture - Result not the same on Final version

Dear Gavin, This has been fixed in Beta 10.3. Please note that IE raises the TextChanged event only when the TextBox loses focus. To achieve the desired result, please register to the "KeyDown" event instead. Here is an example that works fine in Beta 10.3: XAML: <Grid> <Canvas x:Name=&quo...
by JS-Support @Userware
Thu Nov 03, 2016 3:45 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.2 of C#/XAML for HTML5 released
Replies: 5
Views: 12312

Re: New Beta 10.2 released! [Download]

Sesztak wrote:Any estimated time to release v10.3 to fix itemSource bug ?


It will be released this week.
by JS-Support @Userware
Tue Nov 01, 2016 1:37 am
Forum: Technical Support
Topic: [SOLVED] Visual Studio editing performance issue
Replies: 2
Views: 7091

Re: Visual Studio editing performance issue

Hi,

Thanks for your message. Yes, this is due to the fact that, when you save, we do some special compilation (some files are created in the obj folder). We are working to improve performance in this area. Please stay tuned in the coming weeks.

Thanks again.
Regards
JS-Support
by JS-Support @Userware
Mon Oct 31, 2016 3:53 am
Forum: Bug Reports
Topic: [SOLVED] Is the DataBinding feature limited?
Replies: 3
Views: 7845

Re: Is the DataBinding feature limited?

Dear cnayan,

Thank you for reporting this issue. It indeed appears that the binding of Attached Properties does not work properly. We are going to fix it asap.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Wed Oct 26, 2016 12:10 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.2 of C#/XAML for HTML5 released
Replies: 5
Views: 12312

Re: New Beta 10.2 released! [Download]

Thank you Péter. This was added to the "known regressions" list of the release notes. We are working with high priority to fix this issue asap, and we are updating our tests to prevent such a regression from happening again.

Regards
JS-Support
by JS-Support @Userware
Wed Oct 26, 2016 12:06 am
Forum: Bug Reports
Topic: [SOLVED] beta 10.2 datagrid.itemsource exception
Replies: 5
Views: 9192

Re: beta 10.2 datagrid.itemsource exception

Thank you. This is now in the "known regressions" list of the release notes. We are working with high priority to fix this issue asap, and we are updating our tests to prevent such a regression from happening again.

Regards
JS-Support
by JS-Support @Userware
Tue Oct 25, 2016 6:25 am
Forum: Bug Reports
Topic: Popup position problem (with V9.4 -as V10 is not possible to download)
Replies: 3
Views: 5898

Re: Popup position problem (with V9.4 -as V10 is not possible to download)

Thank you very much. We are going to look into it. I'll keep you updated asap.

Regards,
JS-Support
by JS-Support @Userware
Tue Oct 25, 2016 6:05 am
Forum: Technical Support
Topic: alternative datagrid with better performance: datatables.net
Replies: 2
Views: 10451

Re: alternative datagrid with better performance: datatables.net

Dear Péter, Thank you for your message. Ok, I have looked into it. The issue was due to the fact that, when adding the element to the visual tree, CSHTML5 overrides the "class" property of the outer element. Therefore, the "stripe hover cell-border order-column" was lost. I notic...
by JS-Support @Userware
Tue Oct 25, 2016 12:30 am
Forum: Technical Support
Topic: Basic question: is it possible to more than one css file ? -LoadCssFile
Replies: 2
Views: 5434

Re: Basic question: is it possible to more than one css file ? -LoadCssFile

Dear Péter, Yes, this is possible. By the way, in one of the next versions (within a few weeks) we are going to make it much easier to reference external CSS and JS files by simply adding them to the project, and optionally defining their load order (or excluding some of them) using an optional sepa...
by JS-Support @Userware
Tue Oct 25, 2016 12:27 am
Forum: Technical Support
Topic: TextBlock.Tapped does not fire under Safari
Replies: 1
Views: 4292

Re: TextBlock.Tapped does not fire under Safari

Thanks. We are going to fix it asap.

Regards,
JS-Support
by JS-Support @Userware
Tue Oct 25, 2016 12:27 am
Forum: Technical Support
Topic: [SOLVED] comboboxitem problem
Replies: 6
Views: 9503

Re: comboboxitem problem

Thanks. I'll keep you updated.

Go to advanced search

 

 

cron