Expected features?

Please post public support tickets here. Note: for private support tickets, please send an email to support@cshtml5.com instead.
oda_ag
Posts: 1
Joined: Wed Jun 10, 2015 8:54 am

Expected features?

Postby oda_ag » Wed Jun 10, 2015 9:07 am

Running C#/XAML [Beta 4] in VS 2013 produces these errors (I know these are not implemented yet, but are they going to be in Beta 5, 6, RC1, etc?):

Error 1 C#/XAML for HTML5: XamlPreprocessor (pass 1) failed: Type not found: "LinearGradientBrush" in namespace: "http://schemas.microsoft.com/winfx/2006/xaml/presentation". C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml NCI
Error 2 The property 'MinWidth' was not found in type 'UserControl'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 2 14 NCI
Error 3 The property 'MinHeight' was not found in type 'UserControl'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 2 29 NCI
Error 4 The type 'Storyboard' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 14 10 NCI
Error 5 The type 'DoubleAnimation' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 15 14 NCI
Error 6 The type 'LinearGradientBrush' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 24 11 NCI
Error 7 The type 'GradientStop' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 25 14 NCI
Error 8 The property 'MaxWidth' was not found in type 'Border'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 33 54 NCI
Error 9 The property 'Padding' was not found in type 'Border'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 33 80 NCI
Error 10 The property 'Opacity' was not found in type 'Border'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 33 138 NCI
Error 11 The type 'wait:WaitIndicator' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 35 14 NCI
Error 12 The type 'filter:SLFilters' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 41 5 NCI
Error 13 The property 'MouseLeftButtonUp' was not found in type 'Image'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 52 40 NCI
Error 14 The property 'Cursor' was not found in type 'Image'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 52 105 NCI
Error 15 The property 'Cursor' was not found in type 'HyperlinkButton'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 53 62 NCI
Error 16 The attachable property 'ToolTip' was not found in type 'ToolTipService'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 53 205 NCI
Error 17 The type 'telerik:RadChart' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 58 6 NCI
Error 18 The attachable property 'PaletteBrushes' was not found in type 'RadChart'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 59 17 NCI
Error 19 The attachable property 'DefaultView' was not found in type 'RadChart'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 68 17 NCI
Error 20 The type 'telerik:ChartDefaultView' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 69 8 NCI
Error 21 The attachable property 'ChartArea' was not found in type 'ChartDefaultView'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 70 23 NCI
Error 22 The type 'telerik:ChartArea' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 71 26 NCI
Error 23 The attachable property 'ChartTitle' was not found in type 'ChartDefaultView'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 75 23 NCI
Error 24 The type 'telerik:ChartTitle' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 76 10 NCI
Error 25 The property 'MinWidth' was not found in type 'ComboBox'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 94 20 NCI
Error 26 The type 'ComboBoxItem' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 96 8 NCI
Error 27 The property 'Stroke' was not found in type 'Rectangle'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 108 126 NCI
Error 28 The property 'StrokeThickness' was not found in type 'Rectangle'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 108 141 NCI
Error 29 Property 'DesignHeight' is not attachable to elements of type 'UserControl'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 11 6 NCI
Error 30 Property 'DesignWidth' is not attachable to elements of type 'UserControl'. C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml 11 27 NCI
Error 31 C#/XAML for HTML5: XamlPreprocessor (pass 1) failed: Type not found: "Storyboard" in namespace: "http://schemas.microsoft.com/winfx/2006/xaml/presentation". C:\Projects\NCI\HTML5\NCI\NCI\Dashboard\SLDashboard.xaml NCI

Arnold

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

Re: Expected features?

Postby JS-Support @Userware » Thu Jun 11, 2015 1:14 am

Hello Arnold,

Thanks for your message.

Some of the features that you listed can be found on the Roadmap at the following URL:

http://www.cshtml5.com/links/roadmap.aspx

Here are some details:
- MinWidth, MinHeight, MaxWidth, MaxHeight, Opacity, Padding, Stroke, StrokeThickness, Storyboard, DoubleAnimation are expected in Q4 2015
- LinearGradientBrush and GradientStop are expected before the end of the year
- Cursor and ToolTip are expected by Q1 2016
- DesignWidth and DesignHeight are expected by Q1 2016
- I am not sure where "WaitIndictor" comes from, but the "BusyIndicator" is expected by Q1 2016
- I am not sure what "SLFilters" is
- MouseLeftButtonDown is supposed to work already, but you may need to replace it with "PointerDown" (like in WinRT and universal apps). We are going I create aliases so that both are supported.
- ComboBoxItem is supposed to be already supported but there may be an issue with it. We are going to look into the issue. In the meantime you can bind the ComboBox "ItemSource" to a collection instead.
- Telerik Charts adapters are expected by Q2 2016, but some chart controls will be available much earlier in 2015. We are working on them right now, so the first chart controls should be available in the coming months.

Thanks again.
Best regards,
JS-Support


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 19 guests

 

 

cron