Search found 84 matches

Go to advanced search

by Nick
Thu Dec 14, 2017 3:53 pm
Forum: Bug Reports
Topic: Grid, TabControl, Run-Time errors
Replies: 9
Views: 12176

Re: Grid, TabControl, Run-Time errors

Sources: see attached archive If I run CSHTML5 project this is the screen: pic1.png If I run Wpf project this is screen pic2.png 50 cols and 50 lines 1) Number of lines are different less in CSHTML5 project 2) Format of lines are different in CSHTML5 project PS: More to come, I need to think how to ...
by Nick
Mon Dec 11, 2017 12:27 pm
Forum: Bug Reports
Topic: Grid, TabControl, Run-Time errors
Replies: 9
Views: 12176

Re: [SOLVED] Grid, TabControl, Run-Time errors

Grid issue on rows numbers. On Grid definition are 50 cols and 50 rows , On Simulator and browser number of cols 50, number of rows ~38 (display grid from debuger and count rows) with the latest version of CSHTML5 TabControl with multiple TabItems exced TabControl Width (see image) Click in Control ...
by Nick
Sat Dec 02, 2017 1:10 pm
Forum: Bug Reports
Topic: Version 12.8
Replies: 5
Views: 7862

Re: Version 12.8

It is a small "logical bug", because:
1) x=0
2) x=0.0
3) x=0.0D

All this forms of initialization must do the same think ;) because you are programing in .NET platform not in javascript
it is about "code style consistency"
by Nick
Fri Dec 01, 2017 8:52 pm
Forum: Bug Reports
Topic: Version 12.8
Replies: 5
Views: 7862

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 doubl...
by Nick
Fri Dec 01, 2017 8:02 pm
Forum: Bug Reports
Topic: Version 12.8
Replies: 5
Views: 7862

Version 12.8

Errors that dosen't appear on 12.7 (ths is new): JSIL.Browser.js?20171220548:199 Public type 'System.Net.INTERNAL_WebRequestHelper_JSOnly_RequestCompletedEventArgs' defined twice: <CSharpXamlForHtml5, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null Public Interface> and <CSharpXamlForHtml5.Sys...
by Nick
Fri Dec 01, 2017 5:11 am
Forum: Bug Reports
Topic: Grid, TabControl, Run-Time errors
Replies: 9
Views: 12176

Re: Grid, TabControl, Run-Time errors

Was able to find source that block click on Simulator. Summary: Application work in simulator, but behind an error is occure, so clicks that come from my Buttons that are defined as template item dosent occure. In Browser (Crom only, MIcrosoft Edge dosen't display anythng) next error: JSIL.Browser.j...
by Nick
Wed Nov 29, 2017 5:02 pm
Forum: Bug Reports
Topic: Grid, TabControl, Run-Time errors
Replies: 9
Views: 12176

Grid, TabControl, Run-Time errors

Grid errors: 1) Rows height // Create theme Grid #region Theme Grid int cols = 50; int rows = 50; Grid container = new Grid(); containerParent.Children.Add(container); for (int counter = 0; counter < cols; counter++) { // Define columns ColumnDefinition _columnDefinition1 = new ColumnDefinition(); _...
by Nick
Thu Nov 23, 2017 9:01 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.6 of C#/XAML for HTML5 released (20+ bug fixes)
Replies: 7
Views: 16766

Re: New Beta 12.6 released! [Download] (20+ bug fixes)

1) Install version 2.6, my app dosen't compile. 2) Revert to version 2.5. My app compile again 3) My sample code test for ArrayList and List Work in simulator, Dosen't work on browser: - Console is empty - Broser: Unhandled exception at file:///C:/Users/Lautas/Documents/visual%20studio%202017/Projec...
by Nick
Wed Nov 22, 2017 6:35 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.6 of C#/XAML for HTML5 released (20+ bug fixes)
Replies: 7
Views: 16766

Re: New Beta 12.6 released! [Download] (20+ bug fixes)

"Temporarily disabled support for ArrayList due to outstanding issues" - for medium projects/solutions this is a "death point". Personally, I can't use this new version, must to instal previous version
by Nick
Thu Sep 28, 2017 9:31 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 12.1 of C#/XAML for HTML5 released (DataContractSerializer)
Replies: 2
Views: 10441

Re: New Beta 12.1 released! [Download] (DataContractSerializer)

When a property is Null, when try to DeserializeFromString(objectString) an error occure.
by Nick
Sun Sep 24, 2017 6:23 am
Forum: Bug Reports
Topic: [SOLVED] Error in browsers
Replies: 3
Views: 5870

[SOLVED] Error in browsers

Here are two issues: ISSUE 1: JSIL.Browser.js?20179241700:199 The external method 'System.Int32 GetHashCode()' of type 'System.Tuple`2' has not been implemented; calling inherited method. at Object.JSIL.WarningFormat (file:///E:/New%20folder/TehnologJSIL/MyApp/bin/Debug/Output/app-cshtml5/libs/JSIL....
by Nick
Fri Sep 15, 2017 9:29 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.19 of C#/XAML for HTML5 released (VS 2017 support! + Tuple<>)
Replies: 19
Views: 35974

Re: New Beta 11.19 released! [Download] (VS 2017 support! + Tuple<>)

The installer works.
PS, also work in VS 2013 (installer validate only)
if you execute the vsix in hiden mode then will be OK.
The {CS HTML for HTML5/Templates files} Group from File and Migration tool from Tools are there
by Nick
Fri Sep 15, 2017 8:18 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.19 of C#/XAML for HTML5 released (VS 2017 support! + Tuple<>)
Replies: 19
Views: 35974

Re: New Beta 11.19 released! [Download] (VS 2017 support! + Tuple<>)

because 11.19 fail to install, I revert to 11.18,
In Vs 2017 I open the project created with 2015, and work OK, with file templetes for CsHtml5 missing from New menu
test (see image)
by Nick
Fri Sep 15, 2017 8:16 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.19 of C#/XAML for HTML5 released (VS 2017 support! + Tuple<>)
Replies: 19
Views: 35974

Re: New Beta 11.19 released! [Download] (VS 2017 support! + Tuple<>)

because 11.19 fail to install, I revert to 11.18,
In Vs 2017 I open the project created with 2015, and work OK, with file templetes for CsHtml5 missing from New menu
by Nick
Fri Sep 15, 2017 8:08 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.19 of C#/XAML for HTML5 released (VS 2017 support! + Tuple<>)
Replies: 19
Views: 35974

Re: New Beta 11.19 released! [Download] (VS 2017 support! + Tuple<>)

After the message that the extension is installed on all products I verify VS 2017 for CsHtml5 file template in the New menu section, Yes is missing, For me that is a comfirmation that the extension is installed (verrified by running an solution cshtml5 created with VS2015 in VS2017). My point of vi...
by Nick
Fri Sep 15, 2017 7:58 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.19 of C#/XAML for HTML5 released (VS 2017 support! + Tuple<>)
Replies: 19
Views: 35974

Re: New Beta 11.19 released! [Download] (VS 2017 support! + Tuple<>)

After the failure of 11.19 I have reinstalled 11.18. (That mean that cshtml code work on VS 2017 with out any new component only template CsHtml5 are missing) So when I run the vsx file next error occure (see image) My oppinion, from VS 2015 I think that all vsx core are common for the VS IDE's (>=2...
by Nick
Fri Sep 15, 2017 7:03 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.19 of C#/XAML for HTML5 released (VS 2017 support! + Tuple<>)
Replies: 19
Views: 35974

Re: New Beta 11.19 released! [Download] (VS 2017 support! + Tuple<>)

find a way to put the log file
see attached file for details
by Nick
Fri Sep 15, 2017 6:53 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 11.19 of C#/XAML for HTML5 released (VS 2017 support! + Tuple<>)
Replies: 19
Views: 35974

Re: New Beta 11.19 released! [Download] (VS 2017 support! + Tuple<>)

the error from log file: (log file is to big to be attached) 9/15/2017 5:38:00 PM - Microsoft.VisualStudio.Setup.PackageFailureException: Package 'SyntaxTree.VisualStudio.Unity.Msi' failed to install at Microsoft.VisualStudio.Setup.InstallOperation.Run(CancellationToken token) at Microsoft.VisualStu...

Go to advanced search

 

 

cron