Search found 147 matches

Go to advanced search

by TaterJuice
Wed Sep 13, 2017 1:46 pm
Forum: Technical Support
Topic: custom control or UserControl vs 3rd party javascript library as e.g. jQuery
Replies: 20
Views: 28115

Re: custom control or UserControl vs 3rd party javascript library as e.g. jQuery

Can you share a sample project like what you just described? I think I might misunderstand your issue, but I'll give it a try anyway. A Sample project would be helpful in helping you troubleshoot. ------- So, I've never used KendoUI, and I'm not sure I understand your issue completely, but I do know...
by TaterJuice
Wed Sep 13, 2017 11:37 am
Forum: Technical Support
Topic: custom control or UserControl vs 3rd party javascript library as e.g. jQuery
Replies: 20
Views: 28115

Re: custom control or UserControl vs 3rd party javascript library as e.g. jQuery

So, if I understand you correctly, you're trying to create a clickable button which can have dynamic HTML content, including custom\external JS libraries and custom\external CSS?
by TaterJuice
Wed Sep 13, 2017 7:44 am
Forum: Technical Support
Topic: custom control or UserControl vs 3rd party javascript library as e.g. jQuery
Replies: 20
Views: 28115

Re: custom control or UserControl vs 3rd party javascript library as e.g. jQuery

FYI, when I inherit from HtmlPresenter: Exception thrown: 'System.InvalidCastException' in CSharpXamlForHtml5.dll Additional information: Unable to cast object of type 'GUI.KendoExtension.KendoUIButton' to type 'Windows.UI.Xaml.Controls.ContentControl'. What does your XAML look like? That error say...
by TaterJuice
Tue Sep 12, 2017 12:27 pm
Forum: Bug Reports
Topic: [SOLVED] Uncaught Error: No static method with signature 'System.Boolean Equals(System.String, System.StringComparison)
Replies: 1
Views: 4116

[SOLVED] Uncaught Error: No static method with signature 'System.Boolean Equals(System.String, System.StringComparison)

Since 11.18 (or maybe .17?), my output Javascript no longer works if I have, ANYWHERE in my code, defined a Linq Comparison with String.Equals(str, StringComparison enum) this throws an error: var results = values.FirstOrDefault((v) => v.Equals("SomeSearchString", StringComparison.CurrentC...
by TaterJuice
Tue Sep 12, 2017 9:04 am
Forum: Bug Reports
Topic: [SOLVED] Problem with deserialization in generated javascript
Replies: 7
Views: 13260

Re: Problem with deserialization in generated javascript

JS-Support wrote:...This will also allow to get rid of Sgen.exe and its generated code, as well as fix most of the current limitations of the XmlSerializer and also improve app size, compilation time and runtime speed.

Thanks
Regards
JS-Support


That sounds great! Thank you!
by TaterJuice
Fri Sep 08, 2017 9:49 am
Forum: Technical Support
Topic: How to override the default Loading animation for CSHTML5
Replies: 3
Views: 7036

How to override the default Loading animation for CSHTML5

How do I override the default loading animation for CSHTML5?

Image
by TaterJuice
Fri Sep 08, 2017 7:46 am
Forum: Bug Reports
Topic: [SOLVED] Path.Fill ignored in IE\Edge until after Resize
Replies: 7
Views: 14987

[SOLVED] Path.Fill ignored in IE\Edge until after Resize

OK, this is a really strange issue. In Microsoft Internet Explorer and Microsoft Edge the Path.Fill property is ignored on load. Only a resize causes the path to fill. I took a video of this behavior, in order to demostrate YOUTUBE VIDEO LINK: https://www.youtube.com/upload_thumbnail?v=RrS2cDluHHU&a...
by TaterJuice
Wed Sep 06, 2017 4:37 pm
Forum: Technical Support
Topic: How to call VelocityJS functions to implement missing Storyboard.Pause()/Resume() methods
Replies: 3
Views: 6560

Re: How to call VelocityJS functions to implement missing Storyboard.Pause()/Resume() methods

Excellent, Thank you! For anyone else with this question, this amounts to: Interop.ExecuteJavaScript("Velocity($0, 'stop', true);", Interop.GetDiv(_frameworkElement)); //velocity 1.2.3 Yay! Animations Pause , but..... Animations pause but the doubleAnimation.Completed event still fires, ev...
by TaterJuice
Tue Aug 29, 2017 12:03 pm
Forum: Technical Support
Topic: How to call VelocityJS functions to implement missing Storyboard.Pause()/Resume() methods
Replies: 3
Views: 6560

How to call VelocityJS functions to implement missing Storyboard.Pause()/Resume() methods

Are there plans to bring the functions Pause() and Resume() to the StoryBoard class? https://msdn.microsoft.com/en-us/library/ms605764(v=vs.110).aspx $element.velocity('pause');//velocity 1.4 $element.velocity('resume');//velocity 1.4 $element.velocity('stop', true); //velocity 1.2.3 VelocityJS 1.2....
by TaterJuice
Tue Aug 29, 2017 8:20 am
Forum: Technical Support
Topic: Callback type not supported: System.Func`1[TResult]: Interop.ExecuteJavaScript("value=$0()", (Func<TResult>)myMethod)
Replies: 3
Views: 5793

Re: Callback type not supported: System.Func`1[TResult]: Interop.ExecuteJavaScript("value=$0()", (Func<TResult>)myMethod

This seems to be very "finicky".... I think part of my problem is this line: Interop.LoadJavascriptFile(@"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js""); This line works, but produces the "Non-Translatable Function" error when run in the browser.
by TaterJuice
Mon Aug 28, 2017 1:43 pm
Forum: Extensions and Plugins for CSHTML5
Topic: Particles & Weather for CSHTML5 - 0.1 ALPHA
Replies: 1
Views: 12475

Particles & Weather for CSHTML5 - 0.1 ALPHA

Vivrant.Particles Description: Particles and Weather for CSHTML5 (http://cshtml5.com/) Demo: http://vivrant-weathertests.bitballoon.com/ DLL Direct Download: https://www.dropbox.com/s/qojc5itv9f2mepe/Vivrant.ParticlesDLL.zip?dl=0 Source Download: https://github.com/taterjuice/Vivrant.Particles Mile...
by TaterJuice
Fri Aug 25, 2017 12:27 pm
Forum: Technical Support
Topic: Unable to get property 'GetHashCode' of undefined or null reference
Replies: 2
Views: 4722

Re: Unable to get property 'GetHashCode' of undefined or null reference

I am experiencing this issue as well.
My project works in simulator, but has this GetHashCode error in browser output.
by TaterJuice
Fri Aug 25, 2017 7:56 am
Forum: Technical Support
Topic: Callback type not supported: System.Func`1[TResult]: Interop.ExecuteJavaScript("value=$0()", (Func<TResult>)myMethod)
Replies: 3
Views: 5793

Re: Callback type not supported: System.Func`1[TResult]: Interop.ExecuteJavaScript("value=$0()", (Func<TResult>)myMethod

No, I can't get it to work in the browser, I'm not sure if that problem is related, but when I try to run my JS output, I receive the following CONSOLE errors: JSIL.Browser.js?20178250855:201 Error: The function 'System.Void Vivrant.CSHTML5.WeatherPanel.WeatherPanelControlTemplate/<>c__DisplayClass8...
by TaterJuice
Thu Aug 24, 2017 1:33 pm
Forum: Technical Support
Topic: Callback type not supported: System.Func`1[TResult]: Interop.ExecuteJavaScript("value=$0()", (Func<TResult>)myMethod)
Replies: 3
Views: 5793

Callback type not supported: System.Func`1[TResult]: Interop.ExecuteJavaScript("value=$0()", (Func<TResult>)myMethod)

I understand I can call a C# function from JS interop by calling Interop.ExecuteJavaScript("$0()", (Action)myCSMethod) However, I need to be able to return a string, or an array, from my CS Function, so I tried replacing "Action" with "Func<string>" as seen below, but I...
by TaterJuice
Wed Aug 23, 2017 11:26 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.13 of C#/XAML for HTML5 released
Replies: 6
Views: 10745

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

I've finally found the issue with binding! I'm sorry it took so long to reproduce. It seems that the problem is the following binding syntax "{Binding .}" in a PARENT control. This only seems to effect COLLECTION properties of the Datacontext. Other properties, like Strings and Integers, w...
by TaterJuice
Wed Aug 23, 2017 9:04 am
Forum: General Discussion and Other
Topic: Successful Projects
Replies: 1
Views: 4932

Re: Successful Projects

Yes, large applications can be built with this program, but I don't have anything public facing that I can share yet. NO, DO NOT STOP LEARNING JavaScript, CSS and HTML! Continue to learn these for as long as you are developing web applications! Why? Because understanding these technologies will only...
by TaterJuice
Wed Aug 23, 2017 8:56 am
Forum: General Discussion and Other
Topic: Are these features in development yet, or planned for later?
Replies: 1
Views: 8521

Are these features in development yet, or planned for later?

I'm curious if the following features have begun development, or if they are still scheduled out for future... (C#) System.Net.Security.RemoteCertificateValidationCallback and System.Net.ServicePointManager.ServerCertificateValidationCallback Event Example: ServicePointManager.ServerCertificateValid...
by TaterJuice
Mon Aug 21, 2017 9:48 am
Forum: Bug Reports
Topic: ComboBox.Template Ignored
Replies: 2
Views: 5045

Re: ComboBox.Template Ignored

Excellent, thank you!
by TaterJuice
Thu Aug 17, 2017 12:10 am
Forum: Bug Reports
Topic: native:HTMLPresenter does not contain a definition for 'HtmlProperty'
Replies: 0
Views: 4638

native:HTMLPresenter does not contain a definition for 'HtmlProperty'

Seems all of the HTML controls are missing their Html\Content\Text Dependency properties

Image.

Go to advanced search

 

 

cron