Search found 33 matches

Go to advanced search

by xidea
Sun Jul 10, 2016 6:50 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12749

Re: [Beta 8.3] PolyLineSegment doesn't initializes itself

Hi, just realized that the issue is about managing the margins of a shape contained in a canvas object, and you can reproduce it even in XAML: <Page x:Class="Application1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.micr...
by xidea
Sun Jul 10, 2016 5:29 am
Forum: General Discussion and Other
Topic: Hint: how to programmatically set a Path.Data
Replies: 0
Views: 14144

Hint: how to programmatically set a Path.Data

Hello, recently, I've encountered some problem in drawing paths by code. You need to set the Data property of a Path object, but you cannot write the XAML code, as XamlReader is not implemented, and neither Geometry.Parse. Also, you cannot use (at the moment) the shape management functions of the fr...
by xidea
Sun Jul 10, 2016 4:43 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.4 of C#/XAML for HTML5 released
Replies: 4
Views: 9818

Re: New Beta 8.4 released! [Download]

Hi, < my English is very poor, so I'll try to say something without misunderstandigs, sorry for some strange twirls in my sentences :) > Normally we can instantiate a client for consuming a WCF service using a Service Reference added to the project. The Service Reference defines the Service yourname...
by xidea
Sat Jul 09, 2016 11:36 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.4 of C#/XAML for HTML5 released
Replies: 4
Views: 9818

Re: New Beta 8.4 released! [Download]

OK, got three fixes in one release. A good thing for WCF would be the implementation of System.ServiceModel.Channels.ChannelFactory. As Visual Studio lacks in some code generation, we must fully bypass the Service Reference, but for doing that we need the ChannelFactory to set the connection using p...
by xidea
Sat Jul 09, 2016 11:17 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12749

Re: [Beta 8.3] PolyLineSegment doesn't initializes itself

Yes, now the thickness is correctly rendered, but the point of the path are not correctly positioned. The stroke caps (setted as round, are rendered flat), and any shape is lways positioned in 0,0 ignoring the specified coords. In this example, you can see in yellow the correct path and shape vs in ...
by xidea
Sun Jul 03, 2016 6:38 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12749

Re: [Beta 8.3] PolyLineSegment doesn't initializes itself

Thanks Flavio. We investigate. In the meantime, did you have a look at the generated C# code in the "obj" folder ? You need to open for example "MainPage.g.cs" immediately after building the project. You will see how a normal XAML-defined <Path/> translates to equivalent C#. Reg...
by xidea
Sun Jul 03, 2016 3:25 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12749

Re: [Beta 8.3] PolyLineSegment doesn't initializes itself

Hi,

just found another issue:

MAP-0033.jpg
MAP-0033.jpg (59.28 KiB) Viewed 12739 times


Any Thickness I will specify as Margin, the result is the ellipse is placed at 0,0.


I'll be glad to interact with your team in Italian (or English) via Skype, user: spiff967

Regards,


Flavio
by xidea
Sun Jul 03, 2016 12:40 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12749

Re: [Beta 8.3] PolyLineSegment doesn't initializes itself

Thanks for quick response, I've investigated some tricks, and found that I can put a <Path ... ... > in the XAML markup and bind his Data property to a string containing the path coordinates in "mini language" as "Mx,y Lx1,y1 x2,y2 x3,y3 ...". But neither this way is working at r...
by xidea
Fri Jul 01, 2016 10:04 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12749

[Beta 8.3] PolyLineSegment doesn't initializes itself

Hi, just coding for the first time with C#/XAML for HTML5. I'm in trouble with the creation of a polyline. I've found the way using PolyLineSegment and adding to a Path. When in runtime, I'm getting a "Null reference" error even if my PolyLineSegment must be not null, as instantiated with ...
by xidea
Fri Jul 01, 2016 9:07 am
Forum: Technical Support
Topic: Invalid markup error [SOLVED]
Replies: 7
Views: 15646

Re: Invalid markup error

Yeah, well done! But, I can't view the Images rendered in the Design View. I'm using this path for sources: Source = "ms-appx:/Assets/image.png" and the images are rendered correctly in simulator and web browser, but in Design View nothing appears (no way, neither using "ms-appx:///My...
by xidea
Fri Jul 01, 2016 3:18 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.3 of C#/XAML for HTML5 released
Replies: 3
Views: 8022

Re: New Beta 8.3 released! [Download]

Hi,

I've downloaded and installed the beta 8.3. (VS2015)
When I load a XAML page containing Image tags, the image is not showed in the Design panel :?: . It happens even editing i.e. the page Page1_Controls from the Showcase sample project.

Flavio
by xidea
Fri Jul 01, 2016 12:53 am
Forum: Technical Support
Topic: LinkedList: not yet implemented?
Replies: 0
Views: 11103

LinkedList: not yet implemented?

Hello, I'm testing this wonderful tool, and I read here http://cshtml5.com/links/what-is-supported.aspx that LinkedList is already implemented, but the Collections.Generic namespace doesn't sohow it. Is it a mistake? I also notice that the "Invalid markup" error is still here in VS2015, an...
by xidea
Thu Jun 30, 2016 7:12 pm
Forum: Technical Support
Topic: Invalid markup error [SOLVED]
Replies: 7
Views: 15646

Re: Invalid markup error

Hello, same problem. There's no way to show the rendered XAML in the design view, so it's hard to implement the event handlers by clicking on the objects (that doesn't appear!) The design windows reports simply an "Invalid Markup" error, ant Page, Grid, Canvas, Image, etc. are indicated as...

Go to advanced search

 

 

cron