Search found 172 matches

Go to advanced search

by Sesztak
Sat Sep 17, 2016 4:18 am
Forum: Technical Support
Topic: is FindResource is supported ?
Replies: 1
Views: 3516

is FindResource is supported ?

Dear JS-Support,
is FindResource is supported ?, like :

Storyboard sb = this.FindResource("PlayAnimation") as Storyboard;

How to find resouces in e.g. <Page.Resources> </Page.Resources> or external resources ?

Thanks in advance,
BR,
Péter
by Sesztak
Sat Sep 17, 2016 3:34 am
Forum: Bug Reports
Topic: CSHTML5 DateTime DateTimeKind.Unspecified bug, try workaround : missing get_Millisecond
Replies: 0
Views: 10810

CSHTML5 DateTime DateTimeKind.Unspecified bug, try workaround : missing get_Millisecond

Dear JS-Support, Background: according present state (beta 9.2) it is not possible to use such a fundamental type like DateTime with Server - Client scenario only with custom proprietary "workarounds". (you promised to re-write the whole DateTime class -"JS-Support » Sun Jul 24, 2016 ...
by Sesztak
Thu Sep 15, 2016 7:58 am
Forum: Technical Support
Topic: is the any busy indicator control (built in or with javascript) ?
Replies: 4
Views: 6809

Re: is the any busy indicator control (built in or with javascript) ?

Thanks, goog idea.

Anyway, have you tried our solution already ?

best regards,
Péter
by Sesztak
Wed Sep 14, 2016 10:40 am
Forum: Technical Support
Topic: is enum [Flags] are supported for WCF ?
Replies: 0
Views: 10208

is enum [Flags] are supported for WCF ?

Dear JS-Support, is enum [Flags] are supported for WCF ? e.g.: [DataContract] [Flags] public enum MyEnum { [EnumMember] First =1 , [EnumMember] Second =2 , [EnumMember] Third = 4 } We need it as it is essential to OR (|) operation to enums, like: var compositeResult = Second | Third ; // important: ...
by Sesztak
Thu Sep 08, 2016 10:41 am
Forum: Technical Support
Topic: How to add cross-domain calls (CORS) to self hosted WCF and self hosted WEBSITE like CassiniDev?
Replies: 0
Views: 10104

How to add cross-domain calls (CORS) to self hosted WCF and self hosted WEBSITE like CassiniDev?

Dear JS-Support,

We know how to add CORS to normal IIS WEB site, but:
How to add cross-domain calls (CORS) to self hosted WCF and self hosted WEBSITE like CassiniDev?

Thanks for your kind reply,
Best Regards,
Péter
by Sesztak
Mon Sep 05, 2016 9:31 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.2 of C#/XAML for HTML5 released
Replies: 1
Views: 5880

Re: New Beta 9.2 released! [Download]

Great news ! The New "Picker" feature should be a great help to Switch between TabItems of TabControl in XAML designer -pls, pls! (I hope it is not so difficult to implement it at least) Or: if you make open source / or pluginable the XAML designer part only: it should be easy to implement...
by Sesztak
Mon Sep 05, 2016 9:23 am
Forum: Technical Support
Topic: Visual Studio 15 Preview 4 support
Replies: 1
Views: 3929

Visual Studio 15 Preview 4 support

Dear JS-Support,
is CSHTML5 supported to run under Visual Studio 15 Preview 4 ?

Thanks in advance,
Best Regards,
Péter
by Sesztak
Fri Sep 02, 2016 7:46 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.1 of C#/XAML for HTML5 released
Replies: 13
Views: 17778

Re: New Beta 9.1 released! [Download]

What is the "Thumb control" ?

br,
Péter
by Sesztak
Fri Sep 02, 2016 1:13 am
Forum: Extensions and Plugins for CSHTML5
Topic: Busy Indicator Spinner
Replies: 1
Views: 13662

Busy Indicator Spinner

Dear JS-Support, Anyone who is interested, pls, find below our Busy Indicator Spinner implementation for CSHTML5 based on http://spin.js.org/ (pure javascript) code: // Class properties: object csharpObject_targetForBusyIndicator = null; //e.g. <TextBlock Text=" " x:Name="busyIndikato...
by Sesztak
Fri Sep 02, 2016 12:42 am
Forum: Technical Support
Topic: how to get UniqueIdentifier of converted HTML5 object ?
Replies: 7
Views: 9637

Re: how to get UniqueIdentifier of converted HTML5 object ?

Just a two small corrections of you -it should help others: please, take care : -When you get CSharpReference: use ExecuteJavaScript, not ExecuteJavaScript Async , as the Async version has no object return value as it is void :) - use not var, but object type for CSharpReference. Thanks again !!, Pé...
by Sesztak
Thu Sep 01, 2016 4:31 am
Forum: Technical Support
Topic: how to get UniqueIdentifier of converted HTML5 object ?
Replies: 7
Views: 9637

Re: how to get UniqueIdentifier of converted HTML5 object ?

Dear JS-Support, another similar question: How to get C# reference of normal javascript object created by Interop.ExecuteJavaScriptAsync ? (non UI / No HTML5! ) e.g. // we create a javascript object, called 'spinner' : CSHTML5.Interop.ExecuteJavaScriptAsync(@"var spinner = new Spinner({color:'#...
by Sesztak
Wed Aug 31, 2016 4:11 am
Forum: Technical Support
Topic: how to get UniqueIdentifier of converted HTML5 object ?
Replies: 7
Views: 9637

how to get UniqueIdentifier of converted HTML5 object ?

Dear JS-Support, A simple question: how we can get UniqueIdentifier of converted HTML5 object ? e.g. we have a .NET object (XAML/C#): <TextBlock x:Name="nameOfTextBlock" /> As we assume the .NET name of object (e.g.: "nameOfTextBlock") will be converted to certain id by CSHTML5: ...
by Sesztak
Tue Aug 30, 2016 11:22 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.1 of C#/XAML for HTML5 released
Replies: 13
Views: 17778

Re: New Beta 9.1 released! [Download]

thanks !
should I recommend to check old .net 4.6.2 problem as well ?
br,
Péter
by Sesztak
Tue Aug 30, 2016 1:11 pm
Forum: Technical Support
Topic: is the any busy indicator control (built in or with javascript) ?
Replies: 4
Views: 6809

Re: is the any busy indicator control (built in or with javascript) ?

Dear JS-Support, really thanks for your quick & kind relpy. Frankly speaking, we do not prefer popup & full screen like busy indicator (we used it in the past with Telerik controls): it's too annoying for users (because of it's blinky/flashing effect). We prefer iOS like discrete busy indica...
by Sesztak
Tue Aug 30, 2016 11:09 am
Forum: Technical Support
Topic: is the any busy indicator control (built in or with javascript) ?
Replies: 4
Views: 6809

is the any busy indicator control (built in or with javascript) ?

Dear JS-Support,

is the any busy indicator control (built in or with javascript) what you could recommend?

thanks in advance,
best regards,
Péter
by Sesztak
Tue Aug 30, 2016 10:51 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.1 of C#/XAML for HTML5 released
Replies: 13
Views: 17778

Re: New Beta 9.1 released! [Download]

Dear JS-Support, for your kind information: we do not know it is related to 9.1 beta or Windows 10 anniversary update (unfortunately, we installed both on same day, Windows 10 anniversary update first and CSHTML5 9.1 beta after): ( https://support.microsoft.com/en-us/kb/3176934 ) CSHTML project beca...

Go to advanced search

 

 

cron