Search found 9 matches

Go to advanced search

by joaofig
Thu May 03, 2018 8:15 am
Forum: Bug Reports
Topic: [SOLVED] WebClient exception | Windows 10 spring 2018 update
Replies: 8
Views: 17048

Re: WebClient exception | Windows 10 spring 2018 update

Same here. Any known workaround? We are using the WebClient class to access our REST APIs.
by joaofig
Sat Dec 16, 2017 5:20 am
Forum: Technical Support
Topic: DownloadStringCompletedEventArgs UserState
Replies: 0
Views: 4843

DownloadStringCompletedEventArgs UserState

Where do I set the UserState value that is reported back by DownloadStringCompletedEventArgs of WebClient?
by joaofig
Sat Nov 25, 2017 5:16 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.6 of C#/XAML for HTML5 released (20+ bug fixes)
Replies: 7
Views: 16804

Re: New Beta 12.6 released! [Download] (20+ bug fixes)

I have dropped all JSON converters altogether and started using a more muscular approach. To decode a JSON string I use interop to call JSON.parse and retrieve a reference to the resulting JavaScript object as a C# object. All the manipulations are done from here using more interop calls like "...
by joaofig
Fri Nov 24, 2017 3:55 am
Forum: Bug Reports
Topic: [SOLVED] TypeError: $thisType.htmlDocument is null
Replies: 4
Views: 6839

Re: TypeError: $thisType.htmlDocument is null

I managed to work around this issue by removing the call to CSharpXamlForHtml5.DomManagement.SetHtmlRepresentation. Here's my final code: public ControlForDisplayingTheFileOpenDialog() { ResultKind = FileOpenDialog.ResultKind.Text; //Note: this is to set the default value of the property. //CSharpXa...
by joaofig
Fri Nov 24, 2017 3:35 am
Forum: Bug Reports
Topic: [SOLVED] TypeError: $thisType.htmlDocument is null
Replies: 4
Views: 6839

Re: TypeError: $thisType.htmlDocument is null

This is somehow related to the FileOpenDialog plugin that you published. When I remove the control from the page, the error goes away. I did copy and paste your code into my project, no modifications added.

Hope this helps!
by joaofig
Thu Nov 23, 2017 7:00 am
Forum: Bug Reports
Topic: [SOLVED] TypeError: $thisType.htmlDocument is null
Replies: 4
Views: 6839

[SOLVED] TypeError: $thisType.htmlDocument is null

Starting with the latest Beta 12.6, I am now seeing this error raised at function INTERNAL_HtmlDomManager_CreateDomFromStringAndAppendIt Chrome reports it here: function INTERNAL_HtmlDomManager_CreateDomFromStringAndAppendIt (domAsString, parentRef, associatedUIElement) { if (true) { // Next line th...
by joaofig
Sun Oct 29, 2017 9:53 am
Forum: Technical Support
Topic: SizeChanged not fired
Replies: 1
Views: 4089

SizeChanged not fired

I just found out that the SizeChanged event is not fired when a Grid contained within a parent Grid is resized using a GridSplitter. The behavior I am expecting is clearly depicted on this WPF project: WpfGridResize.zip When the top right grid is resized, the height and width text blocks change acco...
by joaofig
Sat Oct 28, 2017 6:34 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.4 of C#/XAML for HTML5 released
Replies: 8
Views: 19255

Re: New Beta 12.4 released! [Download]

Apparently, both download links refer to the same zip file - the testing solution.

Go to advanced search

 

 

cron