Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Tue Apr 13, 2021 12:50 am
Forum: Technical Support
Topic: Can't verify license
Replies: 1
Views: 12504

Re: Can't verify license

Hi,

Apologies for this issue.

We are going to fix this with highest priority. Please expect an update in the coming days.

Thanks!
JS-Support
by JS-Support @Userware
Thu Jan 21, 2021 8:03 am
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 276287

Re: JSON Serializer/Deserializer Extension for CSHTML5

UPDATE: The JSON extension has just been updated with the following changes:
- Fixed NotSupportedException with generic enumerables during deserialization in the Simulator (with CSHTML5 v2)
- Fixed Enum deserialization (with CSHTML5 v2)
by JS-Support @Userware
Mon Dec 21, 2020 5:06 am
Forum: General Discussion and Other
Topic: [SOLVED] Hi! Anyone using OpenSilver to talk to a WCF service?
Replies: 2
Views: 9447

Re: Hi! Anyone using OpenSilver to talk to a WCF service?

Hi

Most OpenSilver projects use WCF.

3 kinds of calls are supported:
- Synchronous
- Asynchronous using async/await
- Asynchronous using Completed event

Please feel free to share a test solution to reproduce the issue where it works in the Simulator but not the browser.

Thanks!
JS-Support
by JS-Support @Userware
Thu Dec 17, 2020 2:01 am
Forum: Bug Reports
Topic: Slow DataGrid
Replies: 2
Views: 12901

Re: Slow DataGrid

We have made progress identifying the cause of the regression in the DataGrid performance.

Please expect a fix in one of the upcoming builds (on nuget.org)

Thanks
by JS-Support @Userware
Thu Dec 03, 2020 12:01 am
Forum: Extensions and Plugins for CSHTML5
Topic: PrintHelper
Replies: 2
Views: 28443

Re: PrintHelper

Hi,

A newer API is available which is documented at:
http://cshtml5.com/documentation/printing.aspx

Styles should be preserved with the API above. If they are not, can you please post a small sample project to reproduce the issue?

Thanks
Regards
by JS-Support @Userware
Thu Dec 03, 2020 12:00 am
Forum: General Discussion and Other
Topic: OpenSilver to Offline Application Package (Apache Cordova)?
Replies: 1
Views: 10555

Re: OpenSilver to Offline Application Package (Apache Cordova)?

Hi Yes. The entry point of an OpenSilver application is the project with the ".Browser" suffix. It's actually a project of type Blazor. Therefore, any tutorial to package a Blazor application with Cordova will work. Here is an example: https://github.com/BickelLukas/Blazor.Cordova Please k...
by JS-Support @Userware
Wed Dec 02, 2020 11:58 pm
Forum: Technical Support
Topic: System.Data, System.Data.SqlClient, Alpha 2.0
Replies: 2
Views: 15347

Re: System.Data, System.Data.SqlClient, Alpha 2.0

Hi,

Please refer to:
http://cshtml5.com/links/database-access.aspx

For the sample project that uses CSHTLM5 v2.x, please refer to:
https://github.com/cshtml5/TestCshtml5WCF

Thanks
Regards
by JS-Support @Userware
Wed Dec 02, 2020 11:56 pm
Forum: Bug Reports
Topic: A very weird bug. I found a workaround.
Replies: 1
Views: 8697

Re: A very weird bug. I found a workaround.

Hi

Please be sure to use CSHTML5 v2 instead of v1

Please let me know if it fixes the issue (it should).

Thanks
Regards
by JS-Support @Userware
Wed Dec 02, 2020 11:56 pm
Forum: Bug Reports
Topic: ComboBox.SelectedIndex and ComboBox.SelectionChanged behaves different to WPF
Replies: 1
Views: 9276

Re: ComboBox.SelectedIndex and ComboBox.SelectionChanged behaves different to WPF

Hi,

This has been fixed in one of the recent packages.
https://www.nuget.org/packages/CSHTML5/

Can you please confirm that it is fixed for you too?

Thanks
Regards
by JS-Support @Userware
Wed Dec 02, 2020 11:55 pm
Forum: Bug Reports
Topic: Designer isn't shown - Visual Studio 2019
Replies: 2
Views: 9759

Re: Designer isn't shown - Visual Studio 2019

Hi,

This has been fixed in a later version. Which version of the installer did you use precisely?

Thanks
Regards
by JS-Support @Userware
Wed Dec 02, 2020 11:54 pm
Forum: Bug Reports
Topic: Slow DataGrid
Replies: 2
Views: 12901

Re: Slow DataGrid

Hi, Yes, we have a regression related to the performance of the built-in datagrid, and we plan to address it. In the meantime, you have these options: - Set the PageSize in order to reduce the number of items visible on screen at once - Use the wrapper for the Kendo Grid, which has great performance...
by JS-Support @Userware
Tue Oct 06, 2020 11:43 pm
Forum: Technical Support
Topic: TextBox Styles Bug on latest versions of Bridge Nuget
Replies: 3
Views: 18258

Re: TextBox Styles Bug on latest versions of Bridge Nuget

Thanks for this info. You said you are trying to applying the material design textbox style from your github repository, but it appears to be working fine with the Showcase application. Is the only difference the fact that you are applying it implicitly? Can you please post your entire XAML to repro...
by JS-Support @Userware
Thu Sep 10, 2020 7:59 am
Forum: Technical Support
Topic: Hide Virtual Keyboard in Mobile Devices
Replies: 1
Views: 13077

Re: Hide Virtual Keyboard in Mobile Devices

You can set the focus to an other control when the TextBox received focus. This should make the ios keyboard disappear.
by JS-Support @Userware
Sat Sep 05, 2020 2:16 am
Forum: Technical Support
Topic: TextBox Styles Bug on latest versions of Bridge Nuget
Replies: 3
Views: 18258

Re: TextBox Styles Bug on latest versions of Bridge Nuget

Thanks. We are going to fix this asap.
by JS-Support @Userware
Sun Jul 19, 2020 5:46 am
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 276287

Re: JSON Serializer/Deserializer Extension for CSHTML5

I tried to copy-paste the JsonConvert code but the code editor gives me this error The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference? I am using the Bridge version 2.0.0-alpha63-83 To fix this, please add the "BRIDGE" com...
by JS-Support @Userware
Tue Jun 30, 2020 1:51 pm
Forum: Technical Support
Topic: [SOLVED] LinearGradientBrush issue (v2.0 - 087)
Replies: 2
Views: 14337

Re: [SOLVED] LinearGradientBrush issue (v2.0 - 087)

The issue has just been fixed in the v2.0.0-alpha68 package.
Thanks.
by JS-Support @Userware
Fri Jun 26, 2020 4:42 am
Forum: Technical Support
Topic: GridSplitter - Issue when moving
Replies: 4
Views: 16427

Re: GridSplitter - Issue when moving

Hi,

Thanks for reporting this other issue. Can you please upload a sample project or code snippet to reproduce this "Control resizing after browser resizing" issue?

Thanks
by JS-Support @Userware
Thu Jun 25, 2020 4:58 am
Forum: Technical Support
Topic: ComboBox issues (v2.0 - 087)
Replies: 1
Views: 12984

Re: ComboBox issues (v2.0 - 087)

Hi,

Thanks for reporting these issues.

The issue #3 has just been fixed and will be available in the very next package release.

We are going to look into the other issues and keep you updated.

Thanks

Go to advanced search