Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Sat Jul 09, 2016 8:25 am
Forum: Technical Support
Topic: Problem in Designer [SOLVED]
Replies: 8
Views: 11069

Re: Problem in Designer

Hello Lucie,

Thank you.

1) I guess you tried with the latest Beta 8.4, right ?

2) Can you please post a screenshot of the "Open with..." window that appears when you right-click on a XAML file in a CSHTML5 project and click "Open with..."?

Thank you.
Regards
JS-Support
by JS-Support @Userware
Fri Jul 08, 2016 11:05 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12746

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

Hi Flavio,

The issue related to StrokeThickness being ignored is now supposed to be fixed in Beta 8.4, available at:

http://forums.cshtml5.com/viewtopic.php?f=6&t=5498

Can you please confirm that it fixes the issue for you?

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Fri Jul 08, 2016 11:01 am
Forum: Bug Reports
Topic: [SOLVED] cannot initialize designer and get "not support" error
Replies: 3
Views: 8288

Re: cannot initialize designer and get "not support" error

Hi, The issue is supposed to have been fixed in Beta 8.3 and above, available at: http://forums.cshtml5.com/viewtopic.php?f=6&t=5498 Can you please let me know if fixed the issue for you? If not, it may be that the XAML editor of WPF is appearing instead of the one for CSHTML5. In that case, cou...
by JS-Support @Userware
Fri Jul 08, 2016 10:59 am
Forum: Bug Reports
Topic: [SOLVED] Restore links to previous versions
Replies: 2
Views: 5470

Re: CRITICAL! Restore links to previous versions

Hi,

The compatibility with Chrome for Android has now been fixed in Beta 8.4, available at:

http://forums.cshtml5.com/viewtopic.php?f=6&t=5498

Can you please confirm that it is now fixed for you?

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Fri Jul 08, 2016 10:56 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17973

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear Péter,

OK, the issue has now been fixed in Beta 8.4, available at:

http://forums.cshtml5.com/viewtopic.php?f=6&t=5498

Can you please confirm that it fixes the issues that you have encountered regarding encoding in WCF?

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Fri Jul 08, 2016 10:55 am
Forum: Technical Support
Topic: Error on mobile browser(s) ?
Replies: 6
Views: 7931

Re: Error on mobile browser(s) ?

Hi,

The issue has now been fixed in Beta 8.4, available at:

http://forums.cshtml5.com/viewtopic.php?f=6&t=5498

Can you please confirm that it is now fixed for you?

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Fri Jul 08, 2016 10:14 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.4 of C#/XAML for HTML5 released
Replies: 4
Views: 9788

Beta 8.4 of C#/XAML for HTML5 released

Dear CSHTML5 users and forum members, We are pleased to inform you that the Beta 8.4 of CSHTML5 is available for download! You will find it in the "Attachments" section after this message. New Features and bug fixes since Beta 8.3 include: ⋅  Runtime Visual Tree Inspector! (inspi...
by JS-Support @Userware
Fri Jul 08, 2016 7:13 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17973

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear Péter, Here is an update on the investigation. The issue seems to be due to a bug in the XmlSerializer, which is used to create the SOAP message to send to the server. We have managed to isolate the bug with the following simple client-only code (no WCF is involved in the code below): var testC...
by JS-Support @Userware
Fri Jul 08, 2016 3:10 am
Forum: Bug Reports
Topic: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!
Replies: 16
Views: 17973

Re: serious bug with strings with non-basic ASCII content (like extended ASCII characters) !!

Dear Péter, Sorry for the inconvenience. We have gathered several issues related to WCF, including the non-ASCII characters issue. We have in our short-term roadmap to greatly improve the browser-based WCF engine and plan to do so before getting out of the Beta phase in the coming weeks. As your iss...
by JS-Support @Userware
Tue Jul 05, 2016 12:28 am
Forum: Bug Reports
Topic: canvas problem
Replies: 11
Views: 15651

Re: canvas problem

Thank you. I will keep you updated asap.
by JS-Support @Userware
Sun Jul 03, 2016 2:08 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12746

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#. Rega...
by JS-Support @Userware
Sat Jul 02, 2016 8:17 am
Forum: Bug Reports
Topic: canvas problem
Replies: 11
Views: 15651

Re: canvas problem

Thanks Andreas.

Can you please post your XAML as text so that we can copy/paste it into a test project?

Regards,
JS-Support
by JS-Support @Userware
Sat Jul 02, 2016 8:14 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.3 of C#/XAML for HTML5 released
Replies: 3
Views: 7977

Re: New Beta 8.3 released! [Download]

@Flavio: thanks. We are aware of the fact that images do not appear in the XAML preview pane. We are working on it and plan to have it fixed in one of the upcoming builds. @zemorango: thanks. Glad you like the new version! Thanks for the suggestions: we are definitely going to implement them in the ...
by JS-Support @Userware
Sat Jul 02, 2016 8:11 am
Forum: Technical Support
Topic: [Beta 8.3] PolyLineSegment doesn't initializes itself
Replies: 9
Views: 12746

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

Thanks Flavio. We are going to investigate. In the meantime, this is what you can do: since it works in XAML, and since XAML is transformed into C# at the beginning of the compilation process, you can have a look at how the generated C# code works for the <Path/> control. This will show you how to d...
by JS-Support @Userware
Sat Jul 02, 2016 8:04 am
Forum: Technical Support
Topic: Invalid markup error [SOLVED]
Replies: 7
Views: 15640

Re: Invalid markup error

Thanks Flavio.

Glad it fixed the "markup error" issue!

(As for the images in the designer, we are aware of it and will provide a fix in an upcoming build.)

Thanks again!

Regards
JS-Support
by JS-Support @Userware
Fri Jul 01, 2016 2:28 am
Forum: Bug Reports
Topic: canvas problem
Replies: 11
Views: 15651

Re: canvas problem

Hi,

The issue is supposed to have fixed in Beta 8.3, available from:

http://forums.cshtml5.com/viewforum.php?f=6

Can you please confirm that it works fine?

Thank you.
Regards
JS-Support
by JS-Support @Userware
Fri Jul 01, 2016 2:25 am
Forum: General Discussion and Other
Topic: (Beginner) MainPage.xaml cannot be edited in the Design view
Replies: 4
Views: 13158

Re: (Beginner) MainPage.xaml cannot be edited in the Design view

Hi, Can you please try with the new Beta 8.3? It is available from: http://forums.cshtml5.com/viewtopic.php?f=6&t=5492 If it still doesn't work, can you please right-click a XAML file in the Solution Explorer, and click "Open with...", then please send us a screenshot of the window tha...
by JS-Support @Userware
Fri Jul 01, 2016 2:15 am
Forum: Technical Support
Topic: Invalid markup error [SOLVED]
Replies: 7
Views: 15640

Re: Invalid markup error

Hi!

Can you please try with the new Beta 8.3, available at the following URL:

http://forums.cshtml5.com/viewtopic.php?f=6&t=5492

Thank you.
Regards
JS-Support
by JS-Support @Userware
Thu Jun 30, 2016 7:02 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.3 of C#/XAML for HTML5 released
Replies: 3
Views: 7977

Beta 8.3 of C#/XAML for HTML5 released

Dear CSHTML5 users and forum members, We are pleased to inform you that the Beta 8.3 of CSHTML5 is available for download! You will find it in the "Attachments" section after this message. New Features and bug fixes since Beta 8.2 include: ⋅  Brand new Simulator! (read new featur...
by JS-Support @Userware
Thu Jun 30, 2016 8:03 am
Forum: Bug Reports
Topic: Error in WCF reference call when run in browser
Replies: 11
Views: 14458

Re: Error in WCF reference call when run in browser

Great. Thanks for using CSHTML5.

Go to advanced search

 

 

cron