Search found 147 matches

Go to advanced search

by TaterJuice
Wed Jan 03, 2018 3:58 pm
Forum: General Discussion and Other
Topic: Prism/Unity
Replies: 2
Views: 9310

Re: Prism/Unity

You can still follow most Prism guidelines, but some namespaces and classes are not yet implemented in CSHTML5 (like CommandManager, and stuff inside of the Assembly namespace).

FTR: Prism CommandManager.RequerySuggested samples are broken and incorrect anyway, so I don't use them.
by TaterJuice
Mon Dec 11, 2017 8:56 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.10 of C#/XAML for HTML5 released
Replies: 4
Views: 13709

Re: New Beta 12.10 released! [Download]

Visual Studio 2017 ViX installer does not appear after installing. Is this an error? Hi, I just tested on another computer and the VS 2017 installer appeared. Can you please try again? Thanks a lot, JS-Support Same. Only 1 of 3 computers didn't show the ViX installer. I will uninstall and reinstall...
by TaterJuice
Fri Dec 08, 2017 11:10 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.10 of C#/XAML for HTML5 released
Replies: 4
Views: 13709

Re: New Beta 12.10 released! [Download]

Visual Studio 2017 ViX installer does not appear after installing. Is this an error?
by TaterJuice
Sat Dec 02, 2017 12:42 pm
Forum: Bug Reports
Topic: Version 12.8
Replies: 5
Views: 7903

Re: Version 12.8

In code : private ImagePositionEnum _ImagePositionEnum = ImagePositionEnum.None; private double _ItemMenuWidth = 0; // Here is error :?: private Orientation _Orientation = Windows.UI.Xaml.Controls.Orientation.Vertical; private Thickness _Margin { get; set; } private double _ImageWidth; private doub...
by TaterJuice
Fri Dec 01, 2017 7:41 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.7 of C#/XAML for HTML5 released
Replies: 5
Views: 14675

Re: New Beta 12.7 released! [Download] (bug fixes)

Great find, @sebas! Thank you! I'm sure the community appreciates your efforts.
by TaterJuice
Wed Nov 29, 2017 1:44 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.6 of C#/XAML for HTML5 released (20+ bug fixes)
Replies: 7
Views: 16829

Re: Beta 12.6 of C#/XAML for HTML5 released (20+ bug fixes)

SOOO excited to try this! I've been waiting on several of these fixes for some time now. ArcSegment, PasswordBox, Item-selection with ItemsPanelTemplate.

THANK YOU! Thank you so much!
by TaterJuice
Mon Nov 20, 2017 8:48 pm
Forum: Extensions and Plugins for CSHTML5
Topic: WebGL 3D renderer extension / Three.js
Replies: 2
Views: 13351

Re: WebGL 3D renderer extension

Super Awesome Fun Time

Thanks, rkmore!
by TaterJuice
Wed Nov 15, 2017 8:08 am
Forum: Bug Reports
Topic: [SOLVED] PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)
Replies: 4
Views: 7441

Re: PathGeometry Not Rendering Correctly in JS and Simulator (OK in Design Mode)

JS-Support wrote:Hi,

We have fixed the issue in Beta 12.6, which will be released in a few days.

Thanks.
Regards,
JS-Support


Yayyyy! Looking forward to it.
by TaterJuice
Wed Nov 15, 2017 8:07 am
Forum: General Discussion and Other
Topic: Implications of WebAssembly and Standard XAML.
Replies: 6
Views: 15416

Re: Implications of WebAssembly and Standard XAML.

Thank you, @tomcat and @JS-Support for the excellent, educational post.
by TaterJuice
Fri Nov 10, 2017 8:50 am
Forum: Technical Support
Topic: [SOLVED] Code runs in simulator but not in browser
Replies: 5
Views: 9592

Re: Code runs in simulator but not in browser

Sigh Never mind. It was just me being stupid. I forgot the script had to be a compile time value. Surely the compiler process can give an error when you try to set the script using as variable! It is really confusing that a runtime generated script will work in the simulator but not in the browser....
by TaterJuice
Tue Nov 07, 2017 2:59 pm
Forum: Extensions and Plugins for CSHTML5
Topic: TimePicker for CSHTML5 w/ MVVM Support
Replies: 2
Views: 13286

Re: TimePicker for CSHTML5 w/ MVVM Support

Awesome, that would be great for debugging! Right now, I have to use browser-developer tools and MessageBox.Show(msg) to step through the datepicker and timepicker code in browser, because I can't test it in the simulator. Does the simulator use IE11 shell, or a proprietary wrapper of some kind? If ...
by TaterJuice
Mon Nov 06, 2017 9:30 am
Forum: Extensions and Plugins for CSHTML5
Topic: TimePicker for CSHTML5 w/ MVVM Support
Replies: 2
Views: 13286

TimePicker for CSHTML5 w/ MVVM Support

Vivrant.TimePicker A NATIVE HTML5 TimePicker for CSHTML5 (http://cshtml5.com/) This uses the input[type=Time] (-webkit-Timepicker), as defined by Moz MDN Web Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/Time Milestones: - 11-06-2017: Initial Release Tested against CSHTML5 B...
by TaterJuice
Fri Nov 03, 2017 11:01 am
Forum: Technical Support
Topic: DatePicker
Replies: 2
Views: 4835

Re: DatePicker

I have posted a Native HTML5 (CSS+webkit) DatePicker control for CSHTML5 in the "Extensions" forum, that works in Google Chrome, Microsoft Edge, Android, Opera and the current Firefox BETA (but not the current Firefox public release). Does not work in IE11. You can find it here: http://for...
by TaterJuice
Fri Nov 03, 2017 10:59 am
Forum: Extensions and Plugins for CSHTML5
Topic: DatePicker for CSHTML5 w/ MVVM Support
Replies: 2
Views: 15853

DatePicker for CSHTML5 w/ MVVM Support

Vivrant.DatePicker A NATIVE HTML5 DatePicker for CSHTML5 (http://cshtml5.com/) This uses CSS+webkit on the input[type=date] (-webkit-datepicker), as defined by Moz MDN Web Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date Milestones: - 11-03-2017: Initial Release Tested aga...
by TaterJuice
Sun Oct 29, 2017 7:49 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.4 of C#/XAML for HTML5 released
Replies: 8
Views: 19272

Re: New Beta 12.4 released! [Download]

joaofig wrote:Apparently, both download links refer to the same zip file - the testing solution.

They must have fixed it, because the 12.4 zip is just an install file, "CSharpXamlForHtml5_v1_0_public_beta12_4.msi".
by TaterJuice
Fri Oct 27, 2017 1:57 am
Forum: Technical Support
Topic: [SOLVED] ScrollViewer doesn't work
Replies: 4
Views: 6839

Re: ScrollViewer doesn't work

You are not using the ScrollViewer, your content will not scroll. Just Add ScrollViewer: <Grid Background="White"> <ScrollViewer> <StackPanel Orientation="Vertical"> <Grid Grid.Row="0" Height="56"> <Grid.Background> <LinearGradientBrush EndPoint="0,0.5&qu...
by TaterJuice
Thu Oct 26, 2017 5:37 pm
Forum: Technical Support
Topic: Button.Click is too aggressive
Replies: 2
Views: 4909

Button.Click is too aggressive

I need help figuring something out, I've been unable to solve on my own. The Button.Click event fires too quickly, or out of order, I think. 1. If you're focused on a Textbox or Passwordbox , then click a button, it can invoke the button delegate and the textbox never loses focus , so it never updat...
by TaterJuice
Wed Oct 25, 2017 1:34 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.3 of C#/XAML for HTML5 released (much faster compilation!)
Replies: 8
Views: 18162

Re: New Beta 12.3 released! [Download] (much faster compilation!)

Thanks for the quick reply, but the new installer fails on the VS 2017 install. See below... https://image.ibb.co/dqR2y6/screenies.png 10/25/2017 2:36:03 AM - Install Error : System.InvalidOperationException: The value of property 'Version' is not consistent amongst all manifests. at Microsoft.Visua...

Go to advanced search

 

 

cron