Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Mon Dec 05, 2016 2:24 am
Forum: Technical Support
Topic: [SOLVED] No C#Html5 project template in Visual Studio Ultimate 2013
Replies: 8
Views: 13874

Re: No C#Html5 project template in Visual Studio Ultimate 2013

Hi,

As planned, this issue has now been fixed in Beta 10.5, available at:

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

We have added support for the following Visual Studio languages: Czech, Polish, Portuguese (Brazil), and Turkish

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Mon Dec 05, 2016 2:23 am
Forum: Bug Reports
Topic: [SOLVED] X: FieldModifier = "Public" It does not work
Replies: 3
Views: 31248

Re: X: FieldModifier = "Public" It does not work

Hi Tomny, Thanks for your message. We are going to add this feature asap. In the meantime, controls are "protected", so if you want to expose them publicly, you need to create a public property such as: public FrameworkElement TextBox1 { get { return this.textBox1; } } Thanks. Regards, JS-...
by JS-Support @Userware
Mon Dec 05, 2016 2:19 am
Forum: Technical Support
Topic: [SOLVED] Possible to render HTML ?
Replies: 10
Views: 24988

Re: Possible to render HTML ? [SOLVED]

Hi, The "HtmlPresenter" control (for displaying any arbitrary HTML content) is now available in Beta 10.5, which you can download from: http://forums.cshtml5.com/viewforum.php?f=6 do you have any prevision for localizable resx (resources)? Localizable Resx is expected in the first half of ...
by JS-Support @Userware
Mon Dec 05, 2016 12:38 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.5 of C#/XAML for HTML5 released
Replies: 6
Views: 11388

Re: New Beta 10.5 released! [Download]

tomny wrote:CSHTML5.Native.Html.Controls html can not execute javascript? I included some JavaScript functions in html, but it did not work.

Hello Tomny,
Thanks for your message. Can you please post the code that you wrote?
Regards,
JS-Support
by JS-Support @Userware
Sun Dec 04, 2016 7:05 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.5 of C#/XAML for HTML5 released
Replies: 6
Views: 11388

Beta 10.5 of C#/XAML for HTML5 released

Dear CSHTML5 users, We are pleased to inform you that the Beta 10.5 of CSHTML5 is available for download! Download: CSharpXamlForHtml5_v1_0_public_beta10_5.zip Here is what's new since Beta 10.4: ⋅  12% Performance Improvement (runtime GUI) . ⋅  New " HtmlPresenter " co...
by JS-Support @Userware
Thu Nov 24, 2016 11:00 am
Forum: Bug Reports
Topic: [SOLVED] Binding Canvas.Left : Property or field "Canvas" not found in type
Replies: 2
Views: 8900

Re: Binding Canvas.Left : Property or field "Canvas" not found in type

Hi tommy,

Thanks for your message. There is known issue regarding binding with attached properties. We are going to fix it asap. I'll keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Wed Nov 23, 2016 5:37 am
Forum: General Discussion and Other
Topic: Forum search: bad quality of text search funcionality
Replies: 3
Views: 15529

Re: Forum search: bad quality of text search funcionality

Hi Péter,

There was an issue with the full-text search of the Forums.

It is now fixed.

Thanks a lot.
Regards,
JS-Support
by JS-Support @Userware
Wed Nov 23, 2016 1:45 am
Forum: Technical Support
Topic: [SOLVED] Possible to render HTML ?
Replies: 10
Views: 24988

Re: Possible to render HTML ? [SOLVED]

MichaelHughes wrote:You tantalizingly mention 10.5....any estimates of the eta please


Within 15 days :-)
by JS-Support @Userware
Tue Nov 22, 2016 6:36 am
Forum: Technical Support
Topic: [SOLVED] Possible to render HTML ?
Replies: 10
Views: 24988

Re: Possible to render HTML ? [SOLVED]

The new Beta 10.5 will include the "HtmlPresenter" control for displaying any arbitrary HTML content. Please feel free to let us know if you would like some specific features in this new control.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Tue Nov 22, 2016 6:34 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.4 of C#/XAML for HTML5 released
Replies: 4
Views: 13268

Re: New Beta 10.4 released! [Download]

I've been doing the migration of some small projects by hand, I tought this migration version will give me some kind of advantage but I have to do all by hand in the same way I use to do.... So...Unless I'm doing something wrong or didn't understand the concept, this new feature is not bringing not...
by JS-Support @Userware
Mon Nov 21, 2016 10:19 am
Forum: Technical Support
Topic: [SOLVED] No C#Html5 project template in Visual Studio Ultimate 2013
Replies: 8
Views: 13874

Re: No C#Html5 project template in Visual Studio Ultimate 2013

Dear Chris,

Sorry the fix didn't make it for Beta 10.4 which has just been released. Please expect it in Beta 10.5 to be released within 14 days.

Thanks for your patience.
Regards,
JS-Support
by JS-Support @Userware
Mon Nov 21, 2016 6:26 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.4 of C#/XAML for HTML5 released
Replies: 4
Views: 13268

Beta 10.4 of C#/XAML for HTML5 released

Dear CSHTML5 users, We are pleased to inform you that the Beta 10.4 of CSHTML5 is available for download! You will find it in the "Attachments" section after this message. 2016.11.21 - Silverlight Migration Edition project templates - new.png Here is what's new since Beta 10.3: ⋅ ...
by JS-Support @Userware
Mon Nov 21, 2016 5:09 am
Forum: Bug Reports
Topic: Wrong computed size of control in Grid
Replies: 2
Views: 7108

Re: Wrong computed size of control in Grid

Hi,

Thanks for reporting this issue. We are going to look into it asap. I'll keep you updated.

Regards,
JS-Support
by JS-Support @Userware
Mon Nov 21, 2016 5:09 am
Forum: Technical Support
Topic: Webclient only works in the simulator?
Replies: 4
Views: 9371

Re: Webclient only works in the simulator?

Hi zemorango,

The issue is related to a cross-domain call.

You can read how to implement CORS for cross-domain calls at the following URL:
http://cshtml5.com/links/wcf-limitations-and-tutorials.aspx#cors

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Sat Nov 19, 2016 2:01 pm
Forum: Technical Support
Topic: Webclient only works in the simulator?
Replies: 4
Views: 9371

Re: Webclient only works in the simulator?

Hi,

Can you please check if you see any warning or error in the browser console log? (in Chrome for example, press F12 then click "Console")

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Wed Nov 16, 2016 9:31 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.3 of C#/XAML for HTML5 released
Replies: 8
Views: 13587

Re: New Beta 10.3 released! [Download]

The new HTMLCanvas feature looks interested, but it would need a PathElement with matrix transforms to be useful for us. Is that planned? Thanks. Yes. Can you please tell us exactly how the shape(s) in the PathElement should be described? For best performance, we should use a description that is cl...
by JS-Support @Userware
Wed Nov 16, 2016 4:02 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.2 of C#/XAML for HTML5 released
Replies: 2
Views: 9804

Re: Beta 8.2 of C#/XAML for HTML5 released

I have the new version 10.3 installed. Most of the controls have Height="Auto" and Width="Auto". But this feature is not supported in the new version. Hi, I've just tested Width="Auto" and Height="Auto" on a simple XAML control with 10.3, and I cannot the rep...
by JS-Support @Userware
Tue Nov 15, 2016 7:42 am
Forum: Technical Support
Topic: Alternative for Microsoft.CUI.Controls
Replies: 2
Views: 5798

Re: Alternative for Microsoft.CUI.Controls

Dear Amrutha, The Microsoft Health CUI controls are open-source, so it should be possible to migrate them to CSHTML5. Here is the source code of the controls: https://github.com/rbirkby/mscui/tree/master/Solutions/Main/Microsoft.Cui.Controls For best performance with complex controls such as the Tim...
by JS-Support @Userware
Tue Nov 15, 2016 7:33 am
Forum: Technical Support
Topic: AutoCompleteBox not supported
Replies: 2
Views: 5694

Re: AutoCompleteBox not supported

Hello Amrutha,

For the AutoCompleteBox control, you can use the one that comes with the free Kendo UI Core suite by Telerik. We plan to post some examples within 4 weeks.

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Tue Nov 15, 2016 7:00 am
Forum: Technical Support
Topic: [SOLVED] No C#Html5 project template in Visual Studio Ultimate 2013
Replies: 8
Views: 13874

Re: No C#Html5 project template in Visual Studio Ultimate 2013

Thank you Chris.

Ok, the issue is due to the fact that the language code "1045" (Polish) is missing from the C#/XAML for HTML5 folder. We are going to fix it in the next release, expected in a few days.

Thanks.
Regards,
JS-Support

Go to advanced search

 

 

cron