Search found 1142 matches

Go to advanced search

by JS-Support @Userware
Mon Jan 09, 2017 5:01 am
Forum: Technical Support
Topic: How to develop accordion like functionality in cshtml5?
Replies: 1
Views: 4267

Re: How to develop accordion like functionality in cshtml5?

Hi, To implement the Accordion control, you have 2 possibilities: 1) Either implement it in C#/XAML. For example, you can see the code of the open source Silverlight Toolkit. 2) Or, directly use a JS-based 3rd party library such as Kendo UI Core to do it. For this, please wait for Beta 11 (expected ...
by JS-Support @Userware
Mon Jan 09, 2017 4:58 am
Forum: Technical Support
Topic: How to bind KENDO UI Scheduler with local database using CSHTML5
Replies: 1
Views: 4256

Re: How to bind KENDO UI with local database using CSHTML5

Hi, Thanks for your message. OK, we are going to send you an example of how to use the Kendo UI Grid. For this, we fist need to finish the support for importing the TypeScript Definition of Kendo UI. We are working hard on it. We expect to have it ready before the end of the month (for the release o...
by JS-Support @Userware
Thu Jan 05, 2017 10:23 am
Forum: Technical Support
Topic: Using jquery Ajax
Replies: 6
Views: 10108

Re: Using jquery Ajax

Hello Amrutha, Oh ok, I see. Yes, this is possible. All you have to do is pass a C# callback to the "Interop.ExecuteJavaScript" method, so that the C# callback gets called when the JavaScript "change" event happens. Here is an example, using the code snippet that you sent me: CSH...
by JS-Support @Userware
Mon Jan 02, 2017 10:34 am
Forum: General Discussion and Other
Topic: Looking for a WebGL example
Replies: 6
Views: 12059

Re: Looking for a WebGL example

Hi! We are working on adding TypeScript Definitions support in order to be able to call WebGL from C# in a strongly-typed manner. In the meantime, please find attached a very cool WebGL example by learningwebgl.com ported to CSHTML5 . It was ported to CSHTML5 using the " HtmlPresenter " co...
by JS-Support @Userware
Mon Jan 02, 2017 6:46 am
Forum: Technical Support
Topic: Using jquery Ajax
Replies: 6
Views: 10108

Re: Using jquery Ajax

Hello Amrutha, To call a local function in your project from within that very same project (ie. client-side to client-side communication), you shouldn't use "jQuery.ajax", which is more suited for client/server communications. What grid component are you using? If you are using the built-i...
by JS-Support @Userware
Sun Jan 01, 2017 3:51 am
Forum: Off Topic
Topic: Happy new year!
Replies: 0
Views: 11138

Happy new year!

Hi!

Just wanted to wish a happy new year to all the forum members and C#/XAML for HTML5 users! :)

2017 is going to be a great year for the product. Stay tuned!

Regards,
JS-Support
by JS-Support @Userware
Sat Dec 31, 2016 6:09 am
Forum: Technical Support
Topic: Using jquery Ajax
Replies: 6
Views: 10108

Re: Using jquery Ajax

Dear Amrutha,

Sure! Please find the sample code at:

http://forums.cshtml5.com/viewtopic.php?f=7&t=7900

Regards,
JS-Support
by JS-Support @Userware
Sat Dec 31, 2016 5:54 am
Forum: Extensions and Plugins for CSHTML5
Topic: jQuery.ajax Extension for CSHTML5
Replies: 6
Views: 23373

jQuery.ajax Extension for CSHTML5

Dear CSHTML5 users, We are pleased to inform you of the release of this extension that adds "jQuery.ajax" support to CSHTML5. To use it, simply add a new class named " jQueryAjaxHelper.cs " to your project, and copy/paste the following code: using System; using System.Threading.T...
by JS-Support @Userware
Sat Dec 31, 2016 4:08 am
Forum: Technical Support
Topic: How to use third party dll in the project?
Replies: 1
Views: 4107

Re: How to use third party dll in the project?

Hi, In the current version, you can reference any DLL that was compiled with C#/XAML for HTML5. This is much similar to Silverlight, which only lets you reference DLLs compiled for Silverlight. If you have the source code of the DLL, you can migrate it to a DLL that is compatible to C#/XAML for HTML...
by JS-Support @Userware
Thu Dec 29, 2016 7:48 am
Forum: Technical Support
Topic: How to use timer
Replies: 1
Views: 4094

Re: How to use timer

Hi, Sure. Here is an example. Simply put the code below in MainPage.xaml and MainPage.xaml.cs to check it out: XAML CODE: <StackPanel Orientation="Horizontal"> <Button Content="Click to Start" Background="#FFE44D26" Click="ButtonToStartTimer_Click"/> <Button C...
by JS-Support @Userware
Mon Dec 26, 2016 6:45 am
Forum: Technical Support
Topic: Which templating engine is supported by cshtml5?
Replies: 2
Views: 4756

Re: Which templating engine is supported by cshtml5?

Hi,

If you use XAML, XAML styles, and XAML templates you do not need a templating engine, do you?

You can see some examples of XAML styles and templates at:
http://cshtml5.com/links/styles-and-templates.aspx

Thanks.
Regards,
JS-Support
by JS-Support @Userware
Mon Dec 26, 2016 6:44 am
Forum: General Discussion and Other
Topic: Looking for a WebGL example
Replies: 6
Views: 12059

Re: Looking for a WebGL example

Hi, We are going to make an example as soon as the feature to import TypeScript Definition files is finished, in a few weeks. You will be able to interact with WebGL in a strongly-typed manner, with intellisense and more. Stay tuned on the Pre-Releases section and the Extensions section of the forum...
by JS-Support @Userware
Mon Dec 26, 2016 6:41 am
Forum: General Discussion and Other
Topic: Embed javascript in C# code
Replies: 7
Views: 13236

Re: Embed javascript in C# code

How do I access javascript from a js file in cshtml5 class library? e.g. I have controls in class library Test.Lib/Controls/TestControl/test.js Hi, You can do that by calling the method " Interop.LoadJavaScriptFile(...) ". You will find the documentation at: http://forums.cshtml5.com/post...
by JS-Support @Userware
Wed Dec 21, 2016 7:56 am
Forum: General Discussion and Other
Topic: Navigation between XAML pages
Replies: 11
Views: 26601

Re: Navigation between XAML pages

Hi,

This is indeed a very important feature. We hope to be able to deliver this feature in the coming weeks. I'll keep you updated as soon as I have more information.

Thank you.
Regards,
JS-Support
by JS-Support @Userware
Tue Dec 13, 2016 2:23 am
Forum: Technical Support
Topic: [SOLVED] Possible to render HTML ?
Replies: 10
Views: 25118

Re: [SOLVED] Possible to render HTML ?

How to use the HtmlPresenter? Please provide an example,thanks. Hi, Here is an example in XAML: <Page x:Class="Application1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:native=&...
by JS-Support @Userware
Mon Dec 12, 2016 9:57 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.6 of C#/XAML for HTML5 released
Replies: 3
Views: 13213

Re: New Beta 10.6 released! [Download]

Thanks Tomny. Yes, during the next few months we are going to make a page on the website with some of the best compatible libraries. Contributions are welcome! :)
by JS-Support @Userware
Sat Dec 10, 2016 3:10 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.6 of C#/XAML for HTML5 released
Replies: 3
Views: 13213

Re: New Beta 10.6 released! [Download]

(The link to the documentation "Importing TypeScript Definitions" has now been fixed)
by JS-Support @Userware
Sat Dec 10, 2016 9:11 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.6 of C#/XAML for HTML5 released
Replies: 3
Views: 13213

Beta 10.6 of C#/XAML for HTML5 released

Dear CSHTML5 users, We are pleased to inform you that the Beta 10.6 of CSHTML5 is available for download! Download: CSharpXamlForHtml5_v1_0_public_beta10_6.zip Here is what's new since Beta 10.5: ⋅  Ability to import TypeScript Definitions files (Beta) and have access to thousands of JavaS...
by JS-Support @Userware
Mon Dec 05, 2016 9:45 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.5 of C#/XAML for HTML5 released
Replies: 6
Views: 11510

Re: New Beta 10.5 released! [Download]

Thanks Tomny. Indeed, the HtmlPresenter control uses the "innerHTML" property of the html DOM to set the content, so <script/> tags won't work there. You can add scripts: - using the method "CSHTML5.Interop.LoadJavaScriptFile(...)", which will add a <script/> tag to your html pag...
by JS-Support @Userware
Mon Dec 05, 2016 9:07 am
Forum: Bug Reports
Topic: [SOLVED] Storyboard TargetProperty Canvas.Left can not work
Replies: 3
Views: 6875

Re: Storyboard TargetProperty Canvas.Left can not work

Thank you Tomny, we are going to fix it asap, hopefully in Beta 10.6 expected within 2 weeks.

Regards,
JS-Support

Go to advanced search

 

 

cron