Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Mon Jan 04, 2016 5:06 am
Forum: Bug Reports
Topic: Could not decompile method 'System.Void.DotNetforHtml5.core.Htmlproxy
Replies: 4
Views: 7205

Re: Could not decompile method 'System.Void.DotNetforHtml5.core.Htmlproxy

Hi Sashu and welcome to the forums.

Thanks for your message. Yes, this is a warning that appears every time. We will remove this warning in one of the next Beta's. In the meantime, please feel free to ignore this warning, because it has no impact on the application.

Regards,
JS-Support
by JS-Support @Userware
Mon Dec 28, 2015 4:11 am
Forum: General Discussion and Other
Topic: Mapping
Replies: 8
Views: 15751

Re: Mapping

Hi, You can fix the issue by changing the way functions are declared in your JavaScript code, that is, by turning function declarations into function expressions. For example, you must replace any function declaration that looks like this: function myFunction(a, b) { return a * b; } into this: var m...
by JS-Support @Userware
Fri Dec 25, 2015 12:02 pm
Forum: Technical Support
Topic: Simulator Default
Replies: 2
Views: 4870

Re: Simulator Default

Hello,

Yes, those changes will be available soon in one of the very next builds, in Q1 2016. Thanks a lot for your feedback.

Regards
JS-Support
by JS-Support @Userware
Wed Dec 23, 2015 10:43 am
Forum: Technical Support
Topic: Getting parent of a certain control [SOLVED]
Replies: 3
Views: 5581

Re: Getting parent of a certain control

Hi,

I am pleased to inform you that the "VisualTreeHelper.GetParent" method has now been implemented in the Beta 6.1, which you can download from:
http://forums.cshtml5.com/viewforum.php?f=6

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Tue Dec 22, 2015 11:30 am
Forum: Bug Reports
Topic: Canvas PointerPressed event GetCurrentPoint throws exception [SOLVED]
Replies: 2
Views: 5486

Re: Canvas PointerPressed event GetCurrentPoint throws exception

Hi,

The issue was fixed in C#/XAML for HTML5 Beta 6, which can be downloaded from:

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

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Tue Dec 22, 2015 11:29 am
Forum: Bug Reports
Topic: android build bug [SOLVED]
Replies: 2
Views: 6007

Re: android build bug [SOLVED]

Hi,

The issue was fixed in C#/XAML for HTML5 Beta 6.1, which can be downloaded from:

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

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Tue Dec 22, 2015 11:26 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 6.1 of C#/XAML for HTML5 released
Replies: 0
Views: 8944

Beta 6.1 of C#/XAML for HTML5 released

Dear Forum Members, I am pleased to inform you that the Beta 6.1 of CSHTML5 is available for download! UPDATE: Link removed because a newer beta has been released (see its corresponding forum topic) Bug fixes and changes since Beta 6: - Added "VisualTreeHelper.GetParent" - Improved WCF: Fi...
by JS-Support @Userware
Thu Dec 17, 2015 8:01 am
Forum: Bug Reports
Topic: VerticalAlignment:Top not working properly
Replies: 1
Views: 4360

Re: VerticalAlignment:Top not working properly

Thanks a lot. We are going to look into it.
by JS-Support @Userware
Wed Dec 16, 2015 6:23 am
Forum: Bug Reports
Topic: [SOLVED] Sort not working
Replies: 2
Views: 5363

Re: Sort not working

Thank you for reporting this bug. We are going to look into is asap.

Regards,
JS-Support
by JS-Support @Userware
Wed Dec 16, 2015 6:22 am
Forum: Bug Reports
Topic: android build bug [SOLVED]
Replies: 2
Views: 6007

Re: android build bug

Hi randco and welcome to the forums. We are working to fix this issue and expect it to be fixed before the end of Q1 2016. In the meantime, you can fix it manually by doing the following: 1) Rename the JS files that are located in the root of the "output" folder so as to remove their versi...
by JS-Support @Userware
Fri Dec 11, 2015 7:35 am
Forum: Technical Support
Topic: DataGrid
Replies: 4
Views: 6640

Re: DataGrid

Thanks for reporting this issue about the columns not being generated when the list is initially empty and the option to auto-generate columns is enabled. We are going to fix it asap and let you know when it is fixed.

Regards,
JS-Support
by JS-Support @Userware
Fri Dec 11, 2015 7:33 am
Forum: General Discussion and Other
Topic: Loading XAML documents
Replies: 4
Views: 13747

Re: Loading XAML documents

Hi mparento and welcome to the forums. At the moment there is no runtime built-in support for turning strings containing XAML code into instances of UI elements. XAML parsing is currently done by the compiler. However, it is possible to dynamically create new instances of UI elements via C# code (su...
by JS-Support @Userware
Thu Dec 10, 2015 10:36 am
Forum: Technical Support
Topic: No Default Content Property
Replies: 5
Views: 8530

Re: No Default Content Property

Thanks! Glad it helped.

If it is not confidential, please be sure to post a link to your app in the "general discussions" forum when it's done :-) We cannot wait to see what people do with the product :-)

Regards,
JS-Support
by JS-Support @Userware
Thu Dec 10, 2015 8:55 am
Forum: Technical Support
Topic: No Default Content Property
Replies: 5
Views: 8530

Re: No Default Content Property

The issue is due to the fact that in the current version a TextBlock can only contain plain text in the form of Text="..." attribute. Please change the code so that the TextBlock uses this attribute. For example, please replace the following code: <TextBlock x:Name="DayRateBlock"...
by JS-Support @Userware
Thu Dec 10, 2015 8:48 am
Forum: Technical Support
Topic: No Default Content Property
Replies: 5
Views: 8530

Re: No Default Content Property

Hi boonec6 and welcome to the forums.

Can you please post the piece of XAML code?

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Mon Dec 07, 2015 3:15 am
Forum: Technical Support
Topic: Print or PDF support [SOLVED]
Replies: 5
Views: 7928

Re: Print or PDF support

Hello, Please find below the code to print with C#/XAML for HTML5. Just create a new class named "PrintHelper" in your project, and replace the class code with the following one: using System; using System.Windows; using Windows.UI.Xaml; public static class PrintHelper { public static void...
by JS-Support @Userware
Fri Dec 04, 2015 10:54 am
Forum: Technical Support
Topic: Print or PDF support [SOLVED]
Replies: 5
Views: 7928

Re: Print or PDF support

Hello,

We are still writing the sample code. I think it will be ready by the end of next week. Thanks for your patience.

Regards,
JS-Support
by JS-Support @Userware
Fri Dec 04, 2015 7:28 am
Forum: Technical Support
Topic: DataGrid
Replies: 4
Views: 6640

Re: DataGrid

Hello,

We are aware of this issue and are working to fix it. We'll keep you updated.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Thu Dec 03, 2015 5:35 am
Forum: Bug Reports
Topic: [SOLVED] XmlReader is stuck
Replies: 3
Views: 6281

Re: XmlReader is stuck

Thanks.

We are going to look into it asap!

Regards,
JS-Support
by JS-Support @Userware
Thu Dec 03, 2015 5:35 am
Forum: Technical Support
Topic: Getting parent of a certain control [SOLVED]
Replies: 3
Views: 5581

Re: Getting parent of a certain control

Hi and welcome to the forums.

"VisualTreeHelper.GetParent()" will be available in the Beta 6.1 release, which is expected to be released before the end of the month.

Thanks.
Regards,
JS-Support

Go to advanced search

 

 

cron