Beta 11.9 of C#/XAML for HTML5 released (RowSpan/ColumnSpan!)

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Beta 11.9 of C#/XAML for HTML5 released (RowSpan/ColumnSpan!)

Postby JS-Support @Userware » Fri Jun 02, 2017 10:59 am

Dear users,

We are pleased to inform you that the Beta 11.9 of C#/XAML for HTML5 - the extension for Visual Studio that lets you build cross-platform HTML5 apps in standard C# and XAML - is available for download!



Download:
CSharpXamlForHtml5_v1_0_public_beta11_9.zip
(22.89 MiB) Downloaded 424 times

Click to Learn More about C#/XAML for HTML5.


Here is what's new since Beta 11.8:

  • Grid.RowSpan and ColumnSpan!
    Note: in the Simulator and on older browsers (older browsers are browsers with a red color on this page), if a spanned element overlaps a non-spanned one, both elements are placed in the same cell. We will fix the Simulator in a future update.
  • The Grid control has been revamped: on modern browsers (modern browsers are browsers with a non-red color on this page) it now uses the CSS Grid Layout instead of html <table>. This leads to:
    - Better performance
    - Fewer DOM elements
    - Almost identical behavior as the MS XAML Grid!
  • 3X faster DataGrid control
  • Browser.Window.Navigate(uri) to navigate to a different HTML page
  • ListBox.SelectionMode.Extended
  • LinearGradientBrush.SpreadMethod.Repeat
  • Improved SL compatibility: use the "MouseRightButtonUp" event instead of "RightTapped"

If you haven't already, be sure to check out the screenshots of the new Silverlight Migration Wizard introduced in the previous Beta 11.5!


You may also be interested to read:


Notes about installation:
  • Before installing this update, it is recommended that you close all the open instances of Visual Studio.
  • If for some reason you need to revert to the previous Beta, simply uninstall this one (from the Control Panel) and reinstall the previous Beta.


We hope you will enjoy this build. If you find any issues, please post them on the forums or send an email to support@cshtml5.com

Thank you.
Regards,
JS-Support

zemorango
Posts: 36
Joined: Tue Feb 02, 2016 6:30 am

Re: New Beta 11.9 released! [Download] (RowSpan/ColumnSpan!)

Postby zemorango » Fri Jun 02, 2017 1:53 pm

Finally .....
Rowspan and columspan, Hell yeah, :D just great, I am really happy with this release :) , great work C#XAML Team, Just need a few more components to migrate my apps :) ;)

Fuzioncode
Posts: 12
Joined: Thu Sep 29, 2016 7:18 am

Re: New Beta 11.9 released! [Download] (RowSpan/ColumnSpan!)

Postby Fuzioncode » Mon Jun 05, 2017 11:05 am

Is anybody now getting the below error when running the Sample Project when you select the sample project as the new Project you want to start with? It has some JS errors when you try to resize the window to see if it will switch to the drop down menu when in a mobile width of the page.

Uncaught TypeError: Cannot read property '_items' of null
at Object.Grid_InternalHelpers_RefreshColumnWidth$03 [as RefreshColumnWidth$401,33,32,185[381]=void] (CSharpXamlForHtml5.js?2017651255:55314)
at Object.Windows_UI_Xaml_Controls_Grid_InternalHelpers_RefreshColumnWidth [as RefreshColumnWidth] (Windows.UI.Xaml.Controls.Grid_InternalHelpers.RefreshColumnWidth:12)
at Object.Grid_InternalHelpers_RefreshColumnWidth$02 [as RefreshColumnWidth$401,32,381=void] (CSharpXamlForHtml5.js?2017651255:55305)
at Object.Windows_UI_Xaml_Controls_Grid_InternalHelpers_RefreshColumnWidth [as RefreshColumnWidth] (Windows.UI.Xaml.Controls.Grid_InternalHelpers.RefreshColumnWidth:9)
at Function.ColumnDefinition_Width_Changed (CSharpXamlForHtml5.js?2017651255:57258)
at Windows_UI_Xaml_PropertyMetadata__ctor$30$cm178$eqvoid.Delegate_Invoke [as PropertyMetadata$PropertyChangedCallback$value] (JSIL.Core.js:9344)
at Object.INTERNAL_PropertyStore_OnPropertyChanged (CSharpXamlForHtml5.js?2017651255:9054)
at Object.INTERNAL_PropertyStore_RaisePropertyChangedAndCascadeToChildren (CSharpXamlForHtml5.js?2017651255:9070)
at Object.INTERNAL_PropertyStore_SetSpecificValue (CSharpXamlForHtml5.js?2017651255:9180)
at Object.INTERNAL_PropertyStore_SetLocalValue (CSharpXamlForHtml5.js?2017651255:9129)

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: New Beta 11.9 released! [Download] (RowSpan/ColumnSpan!)

Postby JS-Support @Userware » Tue Jun 06, 2017 8:49 am

Fuzioncode wrote:Is anybody now getting the below error when running the Sample Project when you select the sample project as the new Project you want to start with? It has some JS errors when you try to resize the window to see if it will switch to the drop down menu when in a mobile width of the page.


Hi, Fuzioncode and welcome to the forums.

Thank you for reporting this issue. We have been able to reproduce it. It will be fixed in the very next build.

Thanks.
Regards,
JS-Support

TaterJuice
Posts: 147
Joined: Thu Mar 16, 2017 5:40 am
Contact:

Re: New Beta 11.9 released! [Download] (RowSpan/ColumnSpan!)

Postby TaterJuice » Wed Jun 07, 2017 5:15 pm

/Like

MiiMeldon
Posts: 2
Joined: Sat Jun 10, 2017 1:25 pm

Re: New Beta 11.9 released! [Download] (RowSpan/ColumnSpan!)

Postby MiiMeldon » Sat Jun 10, 2017 1:32 pm

Thanks so much for the work you continue to do with your product. I purchased a Pro license some time back and I am getting to the point of actually using it for a production app. I really would like to see support for Visual Studio 2017 as soon as possible. Do you have a projected date or a rough estimate for when this may be available? Thanks!

Fuzioncode
Posts: 12
Joined: Thu Sep 29, 2016 7:18 am

Re: New Beta 11.9 released! [Download] (RowSpan/ColumnSpan!)

Postby Fuzioncode » Sun Jun 11, 2017 12:39 pm

I also want to use it in Visual Studio 2017. What is the time-frame to have it be available as a new project selection in Visual Studio 2017? I can start the Project in Visual Studio 2015 and then open the created 2015 solution file in 2017 and it does seem to work but is more limited in the XAML view when in 2017.

JS-Support @Userware
Site Admin
Posts: 1142
Joined: Tue Apr 08, 2014 3:42 pm

Re: New Beta 11.9 released! [Download] (RowSpan/ColumnSpan!)

Postby JS-Support @Userware » Mon Jun 12, 2017 4:58 am

Thanks for your feedback.

VS 2017 support is expected within 5 weeks. The extensibility framework of Visual Studio has changed a lot in VS 2017 (no more registry, the possibility to install multiple instances of Visual Studio, etc.), so this is why we need a little more time to get it done.

Thank you.
Regards,
JS-Support


Return to “Pre-Releases, Downloads and Announcements”

Who is online

Users browsing this forum: No registered users and 5 guests

 

 

cron