Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Mon Jun 22, 2020 6:09 am
Forum: Technical Support
Topic: [SOLVED] LinearGradientBrush issue (v2.0 - 087)
Replies: 2
Views: 14383

Re: LinearGradientBrush issue (v2.0 - 087)

Thanks for reporting this issue. It looks like a recent regression. We are going to fix it asap.
by JS-Support @Userware
Thu Jun 11, 2020 7:15 am
Forum: Technical Support
Topic: GridSplitter - Issue when moving
Replies: 4
Views: 16472

Re: GridSplitter - Issue when moving

Thanks. We are going to look into this and keep you updated.
by JS-Support @Userware
Fri May 29, 2020 5:54 am
Forum: Technical Support
Topic: [SOLVED] StackPanel.Children.Insert not works?
Replies: 2
Views: 11530

Re: StackPanel.Children.Insert not works?

Hi,

The issue has now been fixed. Please expect the fix to be available in CSHTML5 2.0.0-alpha66-086 on NuGet.org

Thanks
by JS-Support @Userware
Fri May 15, 2020 12:08 pm
Forum: Technical Support
Topic: ChildWindow Not Respecting Custom Global Style
Replies: 2
Views: 12898

Re: ChildWindow Not Respecting Custom Global Style

We have looked into these issues. - The behavior of (1) is correct (same in Silverlight, WPF, and UWP), because implicit styles do not automatically apply on inherited classes, and your "UserMaintenance_UserDetail" is inherited from ChildWindow (see for example the "first issue" ...
by JS-Support @Userware
Fri May 15, 2020 6:21 am
Forum: Technical Support
Topic: Stroke of Shape.Path doesn't work properly (shadow also)
Replies: 1
Views: 9944

Re: Stroke of Shape.Path doesn't work properly (shadow also)

Hi, Thanks for your message. The XAML editor preview at design-time is rendered using WPF, while the two others are rendered in HTML. - The difference in the shadows is due to the fact that, in WPF, Silverlight, and UWP, when a shadow is applied to a an element that is semi-transparent (like the Pat...
by JS-Support @Userware
Thu May 14, 2020 5:55 am
Forum: Technical Support
Topic: Image.Width/Height property not works?
Replies: 3
Views: 12141

Re: Image.Width/Height property not works?

Thanks. We have reproduced the issue. We are investigating it.
by JS-Support @Userware
Tue May 12, 2020 6:35 am
Forum: Technical Support
Topic: Image.Width/Height property not works?
Replies: 3
Views: 12141

Re: Image.Width/Height property not works?

Hi,

Thanks for reporting this issue.

This is surprising. Which version of CSHTML5 are you using?
by JS-Support @Userware
Tue May 12, 2020 1:28 am
Forum: General Discussion and Other
Topic: Have things slowed down?
Replies: 2
Views: 9720

Re: Have things slowed down?

Hi, Please have a look at the GitHub commit history to see that the development has actually accelerated, not slowed down: https://github.com/OpenSilver/OpenSilver/commits/master We are going to update the roadmap on the cshtml5 website to reflect the recent changes, especially the release of the Te...
by JS-Support @Userware
Mon May 11, 2020 11:30 pm
Forum: Technical Support
Topic: ChildWindow Not Respecting Custom Global Style
Replies: 2
Views: 12898

Re: ChildWindow Not Respecting Custom Global Style

Hi Fernan,
Thanks for reporting this. We are going to look into it. We'll keep you updated.
Thanks
by JS-Support @Userware
Mon May 11, 2020 11:28 pm
Forum: Technical Support
Topic: [SOLVED] StackPanel.Children.Insert not works?
Replies: 2
Views: 11530

Re: StackPanel.Children.Insert not works?

Hi,
It looks like a defect. We are going to fix it asap.
Thanks
by JS-Support @Userware
Mon May 11, 2020 11:27 pm
Forum: Technical Support
Topic: PointerRoutedEventArgs.Pointer is null?
Replies: 3
Views: 11475

Re: PointerRoutedEventArgs.Pointer is null?

We have it on our backlog. Please stay tuned for updated. You may also vote for this feature on UserVoice, at:
https://cshtml5.uservoice.com/
Thanks
by JS-Support @Userware
Mon May 11, 2020 1:13 am
Forum: Technical Support
Topic: PointerRoutedEventArgs.Pointer is null?
Replies: 3
Views: 11475

Re: PointerRoutedEventArgs.Pointer is null?

Hi, The Pointer property is indeed never assigned at the moment: https://github.com/OpenSilver/OpenSilver/blob/master/src/CSHTML5.Runtime/Windows.UI.Xaml.Input/PointerRoutedEventArgs.cs To add additional information such as the pointer type, one needs to retrieve it from "jsEventArg" (sear...
by JS-Support @Userware
Tue Apr 21, 2020 2:10 am
Forum: Bug Reports
Topic: [SOLVED] button position, Design vs RunTime
Replies: 3
Views: 12782

Re: button position, Design vs RunTime

Hi, This issue has been fixed in a recent version. In particular, I have just tested it with version "2.0.0-alpha62-082", and it works fine, as shown in the following screenshot: button position - Design vs RunTime.png To upgrade from v1.x to v2.x, create a backup of your project, then go ...
by JS-Support @Userware
Tue Apr 21, 2020 2:00 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v2.0 Preview 0.6 RELEASED!
Replies: 14
Views: 74840

Re: v2.0 Preview 0.6 RELEASED!

The issue can be fixed by adding the "await" keyword before all calls to the "JsonConvert.DeserializeObject", because this is an asynchronous method. You then also need to replace "result.Result.token" with just "result.token". Thanks.
by JS-Support @Userware
Wed Apr 08, 2020 5:09 am
Forum: Bug Reports
Topic: WPF Designer
Replies: 15
Views: 23531

Re: WPF Designer

Thanks. We have some issues with the XAML designer. As a workaround, to edit XAML files, please right-click on them in Solution Explorer, then click "Open With..." and choose the XML (not XAML) editor.
by JS-Support @Userware
Tue Mar 31, 2020 2:42 am
Forum: General Discussion and Other
Topic: OpenSilver Visual Studio extension uses .NetStandard?
Replies: 3
Views: 9749

Re: OpenSilver Visual Studio extension uses .NetStandard?

Hi,

I don't know the answer, but if it works in a client-side Blazor project, then yes, you can use it in an OpenSilver application.

Thanks
by JS-Support @Userware
Tue Mar 31, 2020 2:41 am
Forum: General Discussion and Other
Topic: OpenSilver Sample project does not run in Simulator
Replies: 1
Views: 6997

Re: OpenSilver Sample project does not run in Simulator

Hi,

Thanks. This sometimes happens for example when updating the NuGet package to a newer version.

Can you please try to follow these instructions:
https://opensilver.net/permalinks/simul ... found.aspx

Thanks
by JS-Support @Userware
Fri Mar 27, 2020 3:33 pm
Forum: General Discussion and Other
Topic: OpenSilver Visual Studio extension uses .NetStandard?
Replies: 3
Views: 9749

Re: OpenSilver Visual Studio extension uses .NetStandard?

Hi, Thanks for your message. We use the .NetStandard 2.0 library so that it also works in the Simulator, which is currently made in WPF. The Simulator is a powerful tool that lets you debug your OpenSilver application using the full featured .NET Framework debugging tools of Visual Studio. OpenSilve...
by JS-Support @Userware
Fri Mar 27, 2020 3:27 pm
Forum: General Discussion and Other
Topic: DevExpress SilverLight Support for OpenSilver?
Replies: 1
Views: 7095

Re: DevExpress SilverLight Support for OpenSilver?

Hi, Yes, DevExpress for Silverlight support is on our roadmap. At the moment we are working on the DevExtreme (JavaScript) library support, and a demo of the DevExtreme DataGrid control will be available shorty. Please note that it is possible to accelerate the development by contributing to the eff...
by JS-Support @Userware
Tue Mar 24, 2020 8:52 am
Forum: General Discussion and Other
Topic: OpenSilver Forums?
Replies: 1
Views: 6980

Re: OpenSilver Forums?

Welcome to the forums.
Yes, at the moment the best place to discuss OpenSilver is on these forums and on GitHub. We are going to create a sub-forum dedicated to OpenSilver soon.
Thanks

Go to advanced search

 

 

cron