Search found 147 matches

Go to advanced search

by TaterJuice
Tue Jul 09, 2019 8:27 am
Forum: Technical Support
Topic: 2.0 Breakpoints not hit
Replies: 3
Views: 15018

Re: 2.0 Breakpoints not hit

I had to enable .NET Framework Source debugging (and disable "Just My Code") to get breakpoints to work. Edit: Some breakpoints are still skipped. I tried disabling .NET Framework Source debugging and re-enabling Just My Code, but it skipped all breakpoints again. I don't understand why th...
by TaterJuice
Tue Jul 09, 2019 8:13 am
Forum: Technical Support
Topic: 2.0 Breakpoints not hit
Replies: 3
Views: 15018

2.0 Breakpoints not hit

App is skipping all my breakpoints in 2.0 release. How do I fix this?
by TaterJuice
Tue Jul 09, 2019 7:48 am
Forum: Technical Support
Topic: 2.0 missing RegexOptions.ECMAScript
Replies: 1
Views: 3672

2.0 missing RegexOptions.ECMAScript

RegexOptions.ECMAScript is missing from the 2.0 release. Does this mean regex is no longer executed in ECMAScript in the output?
by TaterJuice
Tue Jul 09, 2019 6:04 am
Forum: Technical Support
Topic: [SOLVED] WebClientWithCredentials broken?
Replies: 4
Views: 6310

Re: WebClientWithCredentials broken?

The 2.0 preview did resolve this issue.
by TaterJuice
Fri Jul 05, 2019 8:55 am
Forum: Technical Support
Topic: [SOLVED] WebClientWithCredentials broken?
Replies: 4
Views: 6310

Re: WebClientWithCredentials broken?

Thanks a lot. Normally the error "The type 'System.Net.CredentialsMode' exists in both..." can be ignored. It is not supposed to prevent the compilation of the application. By the way, this is fixed in version 2.0 Preview. By any chance, have you tried to update your project to version 2....
by TaterJuice
Fri Jul 05, 2019 7:42 am
Forum: Technical Support
Topic: [SOLVED] Adding a custom event
Replies: 2
Views: 4704

Re: Adding a custom event

How about this public class ClickableCollection { public delegate void ItemClickEventHandler(object sender, ItemClickEventArgs e); public event ItemClickEventHandler ItemClick; public class ItemClickEventArgs : EventArgs { public object ClickedItem { get; internal set; } } private void OnClicked(obj...
by TaterJuice
Tue Jul 02, 2019 7:22 am
Forum: Bug Reports
Topic: [SOLVED] Empty App won't load in Edge
Replies: 10
Views: 19611

Re: Empty App won't load in Edge

Looks like I have a newer build of Edge than you do in your video:

I am running
Microsoft Edge 44.17763.1.0

Your video shows
Microsoft Edge 42.17134.1.0
by TaterJuice
Mon Jul 01, 2019 6:33 am
Forum: Bug Reports
Topic: [SOLVED] Empty App won't load in Edge
Replies: 10
Views: 19611

[SOLVED] Empty App won't load in Edge

New Empty CSHTML5 v1.2.2 app does not load in Microsoft Edge. Steps to reproduce: 1. Create a new, empty CSHTML5 app 2. Run 3. Click "Run in Browser" 3.a If default browser is not Edge, copy file URL into Edge and load. Result: Progress bar loads empty and app hangs. Console shows error: &...
by TaterJuice
Sun Jun 30, 2019 12:13 pm
Forum: Technical Support
Topic: [SOLVED] WebClientWithCredentials broken?
Replies: 4
Views: 6310

[SOLVED] WebClientWithCredentials broken?

Trying to implement Rest API support, but I can't use the WebClientWithCredentials.Credentials mode. I get a design-time error, and my app won't compile: client.CredentialsMode = System.Net.CredentialsMode.Enabled; Error CS0433 The type 'System.Net.CredentialsMode' exists in both 'CSharpXamlForHtml5...
by TaterJuice
Sun Jun 30, 2019 12:10 pm
Forum: Technical Support
Topic: Compilation Error: "WARNING: Unknown custom metadata item kind: 6"
Replies: 4
Views: 5852

Re: Compilation Error: "WARNING: Unknown custom metadata item kind: 6"

So far, no, but I am working on it. It's a fairly large, cross platform project that supports CSHTML5, Desktop WPF, iOS, Android and macOS.
by TaterJuice
Thu Jun 27, 2019 9:33 am
Forum: Technical Support
Topic: Compilation Error: "WARNING: Unknown custom metadata item kind: 6"
Replies: 4
Views: 5852

Re: Compilation Error: "WARNING: Unknown custom metadata item kind: 6"

JS-Support @Userware wrote:Thanks. As for the error popup, does it contain any information other than the stack trace? (especially the exception name)


Thanks for the quick reply. The exception was a System.NullReferenceException.

I updated my question. I found a solution, but it does appear to be a bug.
by TaterJuice
Thu Jun 27, 2019 9:06 am
Forum: Technical Support
Topic: Compilation Error: "WARNING: Unknown custom metadata item kind: 6"
Replies: 4
Views: 5852

Compilation Error: "WARNING: Unknown custom metadata item kind: 6"

I've just upgraded an existing app to 1.2 (It was in production and working on a 1.1 beta for a long time) Now I'm getting a strange compilation error when I try to run it in the simulator: C#/XAML for HTML5: JavaScriptGenerator started for assembly "D:\Workspaces\Meridian\Meridian.WPFWeb\bin\D...
by TaterJuice
Wed Nov 07, 2018 12:49 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...)
Replies: 10
Views: 19382

Re: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...)

Path-bottoms (or canvases) are being clipped in this release, and the next release (beta 7). Thanks. I see that you posted some XAML for us to reproduce the issue. Could you please also include some sample content for the "Path.Data" property being cropped? (in your code we can only see a...
by TaterJuice
Tue Nov 06, 2018 10:39 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...)
Replies: 10
Views: 19382

Re: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...)

Path-bottoms (or canvases) are being clipped in this release, and the next release (beta 7). The bottom of all my paths are being clipped. This did not happen in beta 5, and happens in both beta 6 and beta 7. See screenshot, below: Is there something I need to change in my XAML? <Canvas Width="...
by TaterJuice
Fri Oct 26, 2018 12:26 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...)
Replies: 10
Views: 19382

Re: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...) [Download]

I still have LinearGradientBrushes that load in the wrong direction inside a Storyboard inside of a VisualStateManager, inside of a style. They fix themselves as soon as you interact with the control Thanks TaterJuice. Can you please let me know how to reproduce it? I'll try to get that to you asap...
by TaterJuice
Fri Oct 19, 2018 1:30 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...)
Replies: 10
Views: 19382

Re: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...) [Download]

Fixed vertical alignment of shapes/paths


I still have LinearGradientBrushes that load in the wrong direction inside a Storyboard inside of a VisualStateManager, inside of a style. They fix themselves as soon as you interact with the control
by TaterJuice
Thu Oct 18, 2018 6:53 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...)
Replies: 10
Views: 19382

Re: v1.2 Beta 6 released! (Implicit Styles! + DefaultStyleKey, generic.xaml, more...) [Download]

JS-Support @Userware wrote:UPDATE: Known issue: DispatcherTimer and Storyboard may display errors in the Simulator. A fix will be available shortly. Thanks.

Thank you for the notice. Do you know if they still work in browser?
by TaterJuice
Tue Oct 16, 2018 8:08 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v1.2 Beta 4 released! (Bug fixes, more...) [UPDATED]
Replies: 9
Views: 19332

Re: v1.2 Beta 4 released! [Download] (Bug fixes, more...) [UPDATED]

Just checking in. Do you have an ETA for this fix? Hi! The fix didn't make it for the v1.2 Beta 5 which is going to be released within 24 hours, but it will be included in the v1.2 beta 6 which is expected before the end of next week. Thank you! Regards, JS-Support Hey, @JS-Support! Any update on t...
by TaterJuice
Thu Sep 13, 2018 12:26 pm
Forum: General Discussion and Other
Topic: Load dll in domain and CreateInstance
Replies: 2
Views: 8769

Re: Load dll in domain and CreateInstance

Tommy, I am just another developer, not affiliated with the Userware\CSHTML5 team, so I could definitely be wrong on this, but.... As far as I know, this is not possible due to transpiling, but will be possible once CSHTML5 is WebAssembly compatible. For now, I think you would need to reference the ...
by TaterJuice
Thu Sep 13, 2018 10:41 am
Forum: Extensions and Plugins for CSHTML5
Topic: jQuery.ajax Extension for CSHTML5
Replies: 6
Views: 21671

Re: jQuery.ajax Extension for CSHTML5

I found the way to compile the js without the simulator, and running it in the browser seems to work okay. At least, I am getting data back now, though I have yet to verify the contents. But, it's a step in the right direction. Ahhh - see, my app loads before making any ajax\API calls, so the simul...

Go to advanced search

 

 

cron