Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Tue Aug 11, 2015 7:07 am
Forum: Technical Support
Topic: Accessing the host .html file [SOLVED]
Replies: 4
Views: 8046

Re: Accessing the host .html file

Hi Sylvain and welcome to the forums, There are many ways to access the div. One of them is to use the powerful "JSIL.Verbatim.Expression" method that lets you insert raw javascript code anywhere in your C# code. Here is an example: if (CSharpXamlForHtml5.Environment.IsRunningInJavaScript)...
by JS-Support @Userware
Thu Aug 06, 2015 9:35 am
Forum: Technical Support
Topic: System.ComponentModel.DataAnnotations [CLOSED]
Replies: 1
Views: 5015

Re: System.ComponentModel.DataAnnotations

Hi Hasell, Yes, DataAnnotations are on the roadmap for mid 2016. To get them implemented faster, please vote on the following page: http://cshtml5.uservoice.com/forums/274799-c-xaml-for-html5-feature-requests/suggestions/9204063-add-support-for-system-componentmodel-dataannotati Thanks, Regards, JS-...
by JS-Support @Userware
Thu Aug 06, 2015 1:23 am
Forum: Bug Reports
Topic: System.Collections.Generic.ISet
Replies: 2
Views: 5306

Re: System.Collections.Generic.ISet

Hi hasell, Thanks for your message and welcome to the forums. The current beta has issues with the HashSet<T> class. We are working on it and hope to have it fixed in the next beta or the one immediately after. In the meantime, would it be possible for you to use Dictionary<T,T> as a temporary worka...
by JS-Support @Userware
Fri Jul 31, 2015 3:16 am
Forum: General Discussion and Other
Topic: Mapping
Replies: 8
Views: 15837

Re: Mapping

Hi NickA, welcome to the forums. Yes, you can use any JavaScript mapping library of your choice. Please find below a tutorial to use the ArcGIS mapping library ( https://developers.arcgis.com/javascript/ ) in your CSHTML5 project: 1) Download and install CSHTML5 if you have not done so already 2) Op...
by JS-Support @Userware
Fri Jul 31, 2015 2:49 am
Forum: Technical Support
Topic: [SOLVED] VS2015 support?
Replies: 2
Views: 5615

Re: VS2015 support?

Hi,

Thanks for your message. Yes, VS 2015 will be supported. Support is expected before the end of the year.

Regards,
JS-Support
by JS-Support @Userware
Thu Jul 30, 2015 9:28 am
Forum: General Discussion and Other
Topic: Json.net
Replies: 2
Views: 6749

Re: Json.net

Hi lix2k3, At the moment there is no access to System.Runtime.Serialization.Json, but built-in JSON support is on the roadmap of CSHTML5. As fas as JSON.NET is concerned, we have not tried to port its source code to CSHTML5 yet, but maybe someone in the community can try to do so. It shouldn't be to...
by JS-Support @Userware
Mon Jul 27, 2015 4:29 am
Forum: General Discussion and Other
Topic: Parse .Net SDK Support
Replies: 2
Views: 6327

Re: Parse .Net SDK Support

Hello lix2k3, Someone should develop a C# wrapper around the Parse JavaScript SDK. That way, you get both the best convenience and performance. In fact, you get the best convenience because it will then be possible to call the C# methods from any CSHTML5 project. At the same time, you get the best p...
by JS-Support @Userware
Thu Jul 16, 2015 7:40 am
Forum: General Discussion and Other
Topic: Navigation between XAML pages
Replies: 11
Views: 25339

Re: Navigation between XAML pages

Hi lix2k3 and welcome to the forums. The "Frame" control and the "NavigationService" (with URI mappings) will be available in 2016. In the meantime, to navigate between XAML pages, you can do the same thing as in the same Showcase application: http://cshtml5.com/samples/showcase/...
by JS-Support @Userware
Wed Jul 15, 2015 9:11 am
Forum: General Discussion and Other
Topic: What should I learn to be able to code in C#/XAML for HTML5?
Replies: 1
Views: 5621

Re: What should I learn to be able to code in C#/XAML for HTML5?

Hi crossxaml, Thanks for your message and welcome to the forums. The short name for C#/XAML for HTML5 is CSHTML5 (it's like the website domain: cshtml5.com). In terms of XAML syntax, namespaces, and features, the closest one is Windows Universal Apps, which is the new Microsoft XAML standard for dev...
by JS-Support @Userware
Mon Jul 13, 2015 12:56 am
Forum: General Discussion and Other
Topic: Plugins
Replies: 1
Views: 5128

Re: Plugins

Hi Korporal, Thanks for your message and welcome to the forums. Can you please elaborate on what you mean by "plugin"? Are you referring to a browser extension (ie. a component that extends the features of a web browser such as the Chrome Extensions), or are you referring to a plugin for C...
by JS-Support @Userware
Fri Jul 10, 2015 6:25 am
Forum: Technical Support
Topic: Missing .net implementations
Replies: 3
Views: 7089

Re: Missing .net implementations

Hi Wilfred, Welcome to the forums. ⋅ Validation: yes, this is on the roadmap for mid-2016. It will natively support INotifyDataErrorInfo, INotifyPropertyChanging, and probably also IEditableObject. ⋅ Background work: this is not possible because of the limitations of JavaScript r...
by JS-Support @Userware
Fri Jul 10, 2015 6:11 am
Forum: General Discussion and Other
Topic: Will there be support for Telerik components in the future
Replies: 1
Views: 5533

Re: Will there be support for Telerik components in the future

Hi, Welcome to the forums. Yes, we are working on supporting 3rd party components, including Telerik. We plan to support the first 3rd party components before the end of 2015, and to support many of the main components by the end of 2016. We will post more information as soon as we make major progre...
by JS-Support @Userware
Thu Jun 25, 2015 12:26 am
Forum: Technical Support
Topic: [SOLVED] Button does not look like a button
Replies: 1
Views: 4892

Re: [Bug/Feature] Button does not look like a button

Hi Shmuelie, Thanks for your feedback and welcome to the forums. In the current Beta you can nest any content inside the button. So a workaround to make it look exactly the way you want is to add some graphics inside your button. For example: <Button> <Border CornerRadius="5" Background=&q...
by JS-Support @Userware
Fri Jun 19, 2015 6:16 am
Forum: Technical Support
Topic: [Bug]TextBlock TextWrap not work
Replies: 3
Views: 8807

Re: [Bug]TextBlock TextWrap not work

Thanks a lot.
by JS-Support @Userware
Mon Jun 15, 2015 9:18 am
Forum: Bug Reports
Topic: [SOLVED] Assemblies with "-" (dash) in their name can not be found by Simulator
Replies: 3
Views: 6547

Re: Assemblies with "-" (dash) in their name can not be found by Simulator

Hello NineLives,

This is a short update to inform you that we have fixed the issue in the Beta 4 release.

Please note that this fix only applies to newly created projects.

Thanks,
Regards,
JS-Support
by JS-Support @Userware
Mon Jun 15, 2015 9:16 am
Forum: Bug Reports
Topic: Checkbox does not render correctly in simulator/html [SOLVED]
Replies: 2
Views: 7471

Re: Checkbox does not render correctly in simulator/html

Hello NineLives,

This is a short update to inform you that we have fixed the issue in the Beta 4 release.

Should you find any other issues related to the CheckBox, please feel free to let us know.

Thanks,
Regards,
JS-Support
by JS-Support @Userware
Mon Jun 15, 2015 9:15 am
Forum: Technical Support
Topic: [Bug]TextBlock TextWrap not work
Replies: 3
Views: 8807

Re: [Bug]TextBlock TextWrap not work

Thanks a lot for the detailed bug report.

We are going to investigate this issue and keep you updated before the release of the Beta 5 in the coming months.

Best regards,
JS-Support
by JS-Support @Userware
Mon Jun 15, 2015 9:14 am
Forum: Bug Reports
Topic: [Bug]JSIL.Builtins.Global[name] return null
Replies: 1
Views: 4561

Re: [Bug]JSIL.Builtins.Global[name] return null

Thanks a lot for the bug report. We are going to investigate this issue. In the meantime, you can use the "JSIL.Verbatim.Expression" method to call JavaScript code from within your C# code, and thus access the "window" object. For example, the following C# code will change the cu...
by JS-Support @Userware
Mon Jun 15, 2015 9:08 am
Forum: General Discussion and Other
Topic: WPF + 3rd Party
Replies: 3
Views: 7361

Re: WPF + 3rd Party

Hi, Yes, DevExpress is also in the top list of 3rd party component providers that we want to support. I have just updated the original post in the other topic (linked above) and added DevExpress to the list. We are going to post news about 3rd party components support as soon as possible. Thanks a l...
by JS-Support @Userware
Mon Jun 15, 2015 9:05 am
Forum: Bug Reports
Topic: [SOLVED] Button Content should be center
Replies: 2
Views: 5954

Re: [Bug]Button Content should be center

Thanks a lot for the details bug report. We are aware of this issue and are planning to fix it with the support of ControlTemplates in one of the upcoming beta updates. At the moment, the "Button" control can contain any visual child, but there is no notion of "HorizontalContentAlignm...

Go to advanced search

 

 

cron