Search found 4 matches

Go to advanced search

by DRR
Sat Oct 15, 2016 9:15 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.0 of C#/XAML for HTML5 released
Replies: 9
Views: 12252

Re: Beta 10.0 of C#/XAML for HTML5 released

Thank you--the 10.1 extensibility feature is working well, as updating the XML metadata and adding the below snippet was enough to get the above example working: $.Method({ Static: true, Public: true }, "get_Today", (new JSIL.MethodSignature($jsilcore.TypeRef("System.DateTime"), ...
by DRR
Sat Oct 08, 2016 4:25 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.0 of C#/XAML for HTML5 released
Replies: 9
Views: 12252

Re: New Beta 10.0 released! [Download]

Excellent--I'm looking forward to it!
by DRR
Tue Oct 04, 2016 3:50 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.0 of C#/XAML for HTML5 released
Replies: 9
Views: 12252

Re: New Beta 10.0 released! [Download]

I appreciate the added System.DateTime properties and methods. There are a handful I use that are still unimplemented; is it feasible to contribute them myself? For example, I could submit a pull request for implementing DateTime.Today as DateTime.Now.Date. However, the repo looks out-of-date upon i...
by DRR
Tue Dec 01, 2015 3:30 pm
Forum: Technical Support
Topic: composite user controls
Replies: 1
Views: 4055

composite user controls

Using beta 6 of C#/XAML for HTML5 (and also in earlier versions), I can successfully create custom controls that emit arbitrary HTML content by deriving a class from Windows.UI.Xaml.Controls.UserControl and overriding the CreateDomElement method (using JSIL.Builtins.Global["document"] to g...

Go to advanced search