Search found 30 matches

Go to advanced search

by kmatt
Thu Jun 15, 2017 11:48 am
Forum: Technical Support
Topic: TabControl TabStripPlacement\Orientation
Replies: 2
Views: 5166

Re: TabControl TabStripPlacement\Orientation

Did you ever get a reply? I need to place my tabs also.
by kmatt
Thu Jun 01, 2017 5:03 am
Forum: Bug Reports
Topic: LoadJavaScriptFile with bad url waits forever
Replies: 1
Views: 4031

LoadJavaScriptFile with bad url waits forever

If LoadJavaScriptFile's url is "bad" meaning that the file can't be found, an exception should be thrown. The function waits forever.
by kmatt
Fri Apr 07, 2017 12:04 pm
Forum: Bug Reports
Topic: FontFamily in xaml
Replies: 6
Views: 8752

Re: FontFamily in xaml

Apparently ANY StaticResource Xaml properties are my issue. Once I removed all the FontFamily ones, my ButtonStyle ones started showing up as errors.
by kmatt
Fri Apr 07, 2017 11:09 am
Forum: Bug Reports
Topic: FontFamily in xaml
Replies: 6
Views: 8752

Re: FontFamily in xaml

I'm sorry, but I can't completely reproduce it in a small project with only a button. It was there in the new small project until I got rid of the last "other" compiler error (I had no method yet for the button click), but when I added the OnClick method the FontFamily compiler error went ...
by kmatt
Thu Apr 06, 2017 5:13 am
Forum: Bug Reports
Topic: ChildWindow not found in generated code
Replies: 2
Views: 4806

Re: ChildWindow not found in generated code

This appears to have been related to the FontFamily issue - if that element was being used in the xaml the way my other bug shows, I got those errors in the generated code. Once I removed all references to FontFamily in the xaml those generated code errors disappeared.
by kmatt
Thu Apr 06, 2017 5:09 am
Forum: Bug Reports
Topic: FontFamily in xaml
Replies: 6
Views: 8752

Re: FontFamily in xaml

I thought I would get a notification when a reply was posted, but I did not. No, not exactly. I've tried several ways: <Page.Resources> <ResourceDictionary> <FontFamily x:Key="EatonLightFont">Arial</FontFamily> </ResourceDictionary> </Page.Resources> <Page.Resources> <FontFamily x:Key=&quo...
by kmatt
Mon Apr 03, 2017 4:56 am
Forum: Bug Reports
Topic: FontFamily in xaml
Replies: 6
Views: 8752

FontFamily in xaml

I can't get the <FontFamily> to work in xaml even though it was supposedly released in beta 7. There is no parameterless constructor for it, which automatically means it can't work in xaml. How then do you use it as a StaticResource?
by kmatt
Thu Mar 23, 2017 12:44 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.0 of C#/XAML for HTML5 released
Replies: 2
Views: 6000

Re: New Beta 11.0 released! [Download]

This doesn't work in VS2017. Doesn't say that it doesn't anywhere on the web site, but we tried it. The extension doesn't get added.
by kmatt
Tue Feb 28, 2017 10:43 am
Forum: Bug Reports
Topic: ChildWindow not found in generated code
Replies: 2
Views: 4806

ChildWindow not found in generated code

The .xaml.g.cs file that is auto-generated by CSHTML5 uses ChildWindow from global::System.Windows.Controls, which of course is wrong (should be Windows.UI.Xaml.Controls) and won't compile. I'm using the 10.10 beta release. I've cleaned and rebuilt several times, event added Windows.UI.Xaml.Controls...
by kmatt
Thu Feb 02, 2017 10:48 am
Forum: General Discussion and Other
Topic: Roadmap
Replies: 5
Views: 13294

Re: Roadmap

Is there any word on the knowledge base or at least some kind of documentation on JSIL? It's pretty hard to use at first.

Go to advanced search