Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Fri Aug 09, 2019 4:39 am
Forum: Technical Support
Topic: [SOLVED] Creating Release/Production version
Replies: 6
Views: 17015

Re: Creating Release/Production version

Hi,

We have just fixed the issue where some applications files were very big (especially the ".meta" files) when compiling with v2.0 Preview 0.5. Please expect the fix to be available in the coming days.

Thanks.
by JS-Support @Userware
Fri Aug 09, 2019 4:37 am
Forum: Technical Support
Topic: [SOLVED] WCF Web Service not accessible in 2.0.0-alpha41-056
Replies: 4
Views: 14842

Re: WCF Web Service not accessible in 2.0.0-alpha41-056

Hi,

We have fixes this issue. Please expect the fix to be included in the very next NuGet update.

Thanks.
by JS-Support @Userware
Fri Aug 09, 2019 4:36 am
Forum: Bug Reports
Topic: [SOLVED] Animation duration (less than 1 sec) not respected on Bridge version
Replies: 3
Views: 10353

Re: Animation duration (less than 1 sec) not respected on Bridge version

Hi,

This issue is supposed to be solved in the latest NuGet package version 2.0.0-alpha42-057. Please feel free to keep is updated if you still encounter any issues.

Thanks
by JS-Support @Userware
Fri Aug 09, 2019 4:35 am
Forum: Bug Reports
Topic: [SOLVED] Empty App won't load in Edge
Replies: 10
Views: 19617

Re: Empty App won't load in Edge

Hi, As we are attempting to maintain both the v1.x and v2.x branches in parallel (so that they have the same features with a different underlying technology), we have some delay to update v1.x because the recent changes in the v2.x branch have broken our internal builds of v1.x. We are working to fi...
by JS-Support @Userware
Wed Aug 07, 2019 8:28 am
Forum: Bug Reports
Topic: [SOLVED] WebClient async methods do not throw Exceptions properly in JS output
Replies: 11
Views: 23952

Re: WebClient async methods do not throw Exceptions properly in JS output

Hi,

We have fixed the try/catch handling when using the async methods of the WebClient.

Please expect the fix to be available in the next NuGet package update.

Thanks
Regards
by JS-Support @Userware
Tue Aug 06, 2019 1:48 pm
Forum: Technical Support
Topic: DataGrid Columns & Headers don't update after appearing
Replies: 1
Views: 10946

Re: DataGrid Columns & Headers don't update after appearing

Thanks. Could you please try setting the columns in the constructor if the page rather than the Loaded event ? Also, can you please try the small showcase app that you get under Visual Stidio when you click File -> New Project -> CSHTML5 Showcase It contains a sample DataGrid with custom columns. Re...
by JS-Support @Userware
Mon Aug 05, 2019 4:38 pm
Forum: Technical Support
Topic: [SOLVED] Creating Release/Production version
Replies: 6
Views: 17015

Re: Creating Release/Production version

Thanks.
Oh I see. That's a known bug in the current version 2.x Preview where the "meta" files are huge due to the fact that resources get copied into them. We are going to fix this issue asap.
Thanks. Regards.
by JS-Support @Userware
Mon Aug 05, 2019 7:37 am
Forum: Technical Support
Topic: [SOLVED] Creating Release/Production version
Replies: 6
Views: 17015

Re: Creating Release/Production version

Thanks for your message. We are going to look into the Open Dialog extension asap. As far as the size of generated JS files is concerned, could you please post a screenshot of your "bin/Debug/Output" directory showing the file sizes? Did you try with the "index.min.html" which on...
by JS-Support @Userware
Mon Aug 05, 2019 6:49 am
Forum: Technical Support
Topic: [SOLVED] WCF Web Service not accessible in 2.0.0-alpha41-056
Replies: 4
Views: 14842

Re: WCF Web Service not accessible in 2.0.0-alpha41-056

Thanks. We have reproduced this issue and we are looking into it. Please expect a fix in a few days.

Regards
by JS-Support @Userware
Tue Jul 23, 2019 4:27 am
Forum: Bug Reports
Topic: [SOLVED] WebClient async methods do not throw Exceptions properly in JS output
Replies: 11
Views: 23952

Re: WebClient async methods do not throw Exceptions properly in JS output

The best way to contribute would be first to transition to v2.0 and then directly improve the CSHTML5 source code by cloning it from GitHub and following the instructions at: https://github.com/cshtml5/CSHTML5 You said that you were not able to get your project bug-free in 2.0 due to many issues wit...
by JS-Support @Userware
Tue Jul 23, 2019 4:22 am
Forum: Bug Reports
Topic: malformed guids from Guid.Parse (v1.x only)
Replies: 1
Views: 8634

Re: malformed guids from Guid.Parse

Hi,

Thanks for your message.

The code for Guid parsing is totally different in CSHTML5 v2.x and should work properly.

We are adding what you reported to our backlog and see if we fix it in v1.x or if we skip it because it works in v2.x and you have a workaround for v1.x.
by JS-Support @Userware
Tue Jul 23, 2019 4:20 am
Forum: Bug Reports
Topic: Animating Canvas.Left works, but throws unhandled exceptions
Replies: 1
Views: 8598

Re: Animating Canvas.Left works, but throws unhandled exceptions

Thanks for reporting this issue. We are going to look into it asap and I'll keep you updated.
by JS-Support @Userware
Fri Jul 19, 2019 3:36 am
Forum: Bug Reports
Topic: [SOLVED] WebClient async methods do not throw Exceptions properly in JS output
Replies: 11
Views: 23952

Re: WebClient async methods do not throw Exceptions properly in JS output

Thanks for your message. We have recently improved error handling in WCF calls, in the following changeset: https://github.com/cshtml5/CSHTML5/commit/7fa5ef61f7ee96e7ba3c2574cd79a77343a82b84 Similar fixes need to be done for WebClient calls. We'll look into it asap (unless a community member has tim...
by JS-Support @Userware
Fri Jul 19, 2019 3:31 am
Forum: General Discussion and Other
Topic: Material Design
Replies: 2
Views: 8987

Re: Material Design

Hi, Thanks for the link. Yes, we are aware of this project. Many portions of the styles can be reused in a CSHTML5 app. We are also working on releasing a Material Design Styles Kit for CSHTML5. It will be available soon (in the coming weeks) in the Showcase app at the following URL: https://github....
by JS-Support @Userware
Wed Jul 17, 2019 2:51 am
Forum: Bug Reports
Topic: [SOLVED] WebClient async methods do not throw Exceptions properly in JS output
Replies: 11
Views: 23952

Re: WebClient async methods do not throw Exceptions properly in JS output

Thanks. We are going to look into it and keep you updated.
by JS-Support @Userware
Tue Jul 16, 2019 3:08 am
Forum: Bug Reports
Topic: [SOLVED] WebClient async methods do not throw Exceptions properly in JS output
Replies: 11
Views: 23952

Re: WebClient async methods do not throw Exceptions properly in JS output

Hi,

Thanks for reporting this issue.

1. Did it occur also with the previous version 1.2.2 (or older), or is it a regression?

2. Did you have a chance to test it with version 2.x yet?

Thanks.
Regards
by JS-Support @Userware
Tue Jul 16, 2019 3:07 am
Forum: General Discussion and Other
Topic: Replacing embedded Silverlight UserControl
Replies: 7
Views: 18812

Re: Replacing embedded Silverlight UserControl

Nice. Thanks a lot for sharing this.
by JS-Support @Userware
Tue Jul 16, 2019 3:06 am
Forum: Extensions and Plugins for CSHTML5
Topic: Tutorial: Setting the DOM "id" via XAML
Replies: 0
Views: 15227

Tutorial: Setting the DOM "id" via XAML

Hi, It is sometimes useful to set html id tags to the html component, for example in order to create an automated test suit that automatically clicks on elements on the html page based on their ID. This tutorial shows how you can create an attached property to set the "id" in XAML whichh g...
by JS-Support @Userware
Fri Jul 12, 2019 3:34 am
Forum: Technical Support
Topic: Styled RadioButton Checked/Unchecked error
Replies: 2
Views: 12729

Re: Styled RadioButton Checked/Unchecked error

Hi, Thanks for your message. A "styles kit" will be released in the coming weeks that shows how to style each control. Could you please check again with those styles when they are available? They will be added to the Showcase app at: https://github.com/cshtml5/CSHTML5.Samples.Showcase Than...

Go to advanced search

 

 

cron