Search found 13 matches

Go to advanced search

by Andreas
Thu Feb 28, 2019 7:01 am
Forum: General Discussion and Other
Topic: Anchors
Replies: 1
Views: 6965

Re: Anchors

Found a workaround to my own question, but thought it might help someone looking for the same. If there is a better solution out there, let me know: I add HtmlPresenters to each of the dynamically added topic headers on the page hosting a div with a unique id (in this case the first letter of the gr...
by Andreas
Thu Feb 28, 2019 4:29 am
Forum: General Discussion and Other
Topic: Anchors
Replies: 1
Views: 6965

Anchors

Hi Folks, I’m trying to simulate an HTML anchor like behaviour on a page. It basically has the alphabet on top and topics listed on the page, by clicking on one of the letters the site is supposed to scroll/jump to the part of the (same) page with topics that start with this letter (they are sorted)...
by Andreas
Wed Feb 20, 2019 6:23 am
Forum: Technical Support
Topic: [SOLVED] RenderTransform not supported in Beta 12
Replies: 4
Views: 6263

Re: RenderTransform not supported in Beta 12

I'm also having issues with a control containing RenderTransform. I wasn't able to pinpoint the actual issue, but once deployed, the website doesn't load anymore. It generates a script error around a DependencyProperty and the method "ContainsKey". Only solution (after 2 days of debugging!...
by Andreas
Mon Jan 21, 2019 7:29 am
Forum: Technical Support
Topic: [SOLVED] Animation not working?
Replies: 6
Views: 8049

Re: Animation not working?

Indeed! Sometimes a second pair of eyes is all that's needed.
Thanks for taking the time to look at this! Stupid mistake....
by Andreas
Mon Jan 14, 2019 7:32 am
Forum: Technical Support
Topic: SharedSizeGroup missing from ColumnDefinition
Replies: 1
Views: 3602

SharedSizeGroup missing from ColumnDefinition

Hi Folks, The CSharpXamlForHtml5 ColumnDefinition class inherits from DependencyObject whereby the PresentationFramework class inherits from DefinitionBase. This means the SharedSizeGroup property is not available in the CSharpXamlForHtml5 implementation. Will this be added in the future? Thanks, An...
by Andreas
Mon Jan 14, 2019 1:50 am
Forum: Technical Support
Topic: [SOLVED] startsWith not supported in IE
Replies: 2
Views: 5097

[SOLVED] startsWith not supported in IE

Hi Folks, It looks like startsWith / String.prototype.startsWith is not supported by IE (all the way up to 11). When executing in other browsers, the call works fine. IE 11 results in error: "SCRIPT438: Object doesn't support property or method 'startsWith'". Is this something you should i...
by Andreas
Mon Jan 14, 2019 1:47 am
Forum: Technical Support
Topic: [SOLVED] Animation not working?
Replies: 6
Views: 8049

Re: Animation not working?

Any luck with this?
by Andreas
Thu Dec 20, 2018 12:58 am
Forum: Technical Support
Topic: [SOLVED] Animation not working?
Replies: 6
Views: 8049

Re: Animation not working?

Hi Folks,

Pls find the test project attached.

Thanks,
Andreas
by Andreas
Wed Dec 19, 2018 8:51 am
Forum: Technical Support
Topic: [SOLVED] Animation not working?
Replies: 6
Views: 8049

[SOLVED] Animation not working?

Hi,

I'm trying to recreate the animation example from the showcase.
I've created an empty cs xaml for html5 project and copied the relevant code.
For some reason the animation doesn't play. The showcase works without any issue.
Any idea what the reason could be?

Thanks,
Andreas
by Andreas
Wed Dec 05, 2018 5:31 am
Forum: Technical Support
Topic: [SOLVED] Frame NavigationFailed event?
Replies: 2
Views: 4839

[SOLVED] Frame NavigationFailed event?

Hi Folks,

How can I catch a failed navigation using Frame and UriMappers? It seems the Frame implementation doesn't have the NavigationFailed event available?

Thanks,
Andreas
by Andreas
Mon Dec 03, 2018 7:52 am
Forum: Technical Support
Topic: ... is not supported in a Windows Presentation Foundation (WPF) project
Replies: 4
Views: 10618

Re: ... is not supported in a Windows Presentation Foundation (WPF) project

Hi, Yes, the project compiles properly. I tried close all open tabs and recompiled and that seems to have solved it temporarily. It seems to come back randomly. Say I have multiple xaml and cs files open, I'm working on some cs code and then switch to a xaml file, I receive the error. It's hard to r...
by Andreas
Mon Dec 03, 2018 5:23 am
Forum: Technical Support
Topic: ... is not supported in a Windows Presentation Foundation (WPF) project
Replies: 4
Views: 10618

Re: ... is not supported in a Windows Presentation Foundation (WPF) project

Hi, Thanks for the quick reply. For my own project: no Build action was set to "Page", all the xaml files have the build action set to "Content" and no System.* reference is added. So this is not the root cause. For your sample showcase project: most xaml files are set to "P...
by Andreas
Mon Dec 03, 2018 4:19 am
Forum: Technical Support
Topic: ... is not supported in a Windows Presentation Foundation (WPF) project
Replies: 4
Views: 10618

... is not supported in a Windows Presentation Foundation (WPF) project

Hi Folks, I am receiving the message "... is not supported in a Windows Presentation Foundation (WPF) project" in VS 2017 designer. This happens for new projects as well as the sample show case. It works at the start for a while, but then (with no obvious trigger), the issue kicks in. CSHT...

Go to advanced search