Search found 172 matches

Go to advanced search

by Sesztak
Thu Oct 20, 2016 2:13 am
Forum: Bug Reports
Topic: [Q1-Q2 2018] very slow startup time of CSHTML5
Replies: 4
Views: 7737

Re: very slow startup time of CSHTML5

Thanks for your kind reply : Great News !
really looking forward .. !!

br,
Péter
by Sesztak
Thu Oct 20, 2016 1:04 am
Forum: Technical Support
Topic: Visual Studio : debug or release build ? -does it make any difference regarding output result ?
Replies: 2
Views: 4923

Visual Studio : debug or release build ? -does it make any difference regarding output result ?

Dear JS-Support,

Is there any difference if we build a CSHTML5 project in Visual Studio debug or release mode from the point of view of OUTPUT result ?

Thanks for your kind reply in advance,
Br,
Péter
by Sesztak
Wed Oct 19, 2016 9:50 am
Forum: Bug Reports
Topic: [Q1-Q2 2018] very slow startup time of CSHTML5
Replies: 4
Views: 7737

[Q1-Q2 2018] very slow startup time of CSHTML5

Dear JS-Support, We hade a huge performance problem with startup time of our CSHTML5 app: We would like to know that it is a bug or an expected "performance" ? Background: Let's see the numbers -see the attched CSHTML5 Timer Fired JSIL Browser.js 15.41sec.jpg: -The whole test page cold sta...
by Sesztak
Wed Oct 19, 2016 1:45 am
Forum: Technical Support
Topic: is it possible to use more CPU cores to speed up the building process ?
Replies: 2
Views: 4533

Re: is it possible to use more CPU cores to speed up the building process ?

Great news ! - waiting for that feature ! :)
br,
Péter
by Sesztak
Wed Oct 19, 2016 1:39 am
Forum: Technical Support
Topic: Is it possible to build HTML/JS code WITHOUT running Simulator ?
Replies: 4
Views: 6764

Re: Is it possible to build HTML/JS code WITHOUT running Simulator ?

Dear JS-Support,

Thanks for your kind reply, waiting for that feature.

One other thing what should be great help:
in case of build without simulator: not to lock / I mean release the Visual Studio source files as soon as possible.

Br,
Péter
by Sesztak
Tue Oct 18, 2016 3:56 am
Forum: Technical Support
Topic: is it possible to use more CPU cores to speed up the building process ?
Replies: 2
Views: 4533

is it possible to use more CPU cores to speed up the building process ?

Dear JS-Support,

is it possible to use more CPU cores to speed up the building process ?

E.g. with a 4 cores CPU the processors works only at half (never goes above 50%).

Thanks for your kind reply in advance,
Br,
Péter
by Sesztak
Tue Oct 18, 2016 3:45 am
Forum: Technical Support
Topic: Is it possible to build HTML/JS code WITHOUT running Simulator ?
Replies: 4
Views: 6764

Is it possible to build HTML/JS code WITHOUT running Simulator ?

Dear JS-Support, Is it possible to build HTML/JS code WITHOUT running Simulator ? Background: because of the we use lot of native javascripts + external components the Simulator is useless at the present stage. (what works perfectly in browser not working in Simulator: we test and debug it under Chr...
by Sesztak
Mon Oct 17, 2016 4:04 am
Forum: Bug Reports
Topic: custom UserControl : unable to preview this element
Replies: 2
Views: 12057

custom UserControl : unable to preview this element

Dear JS-Support,
When we make a custom UserControl there is no XAML preview :
"unable to preview this element" with red background.

XAML and C#: nothing special just some TextBlock element.

Is it normal behaviour or a bug?

Br,
Péter
by Sesztak
Sat Oct 15, 2016 12:40 pm
Forum: General Discussion and Other
Topic: advisable to rename LoadJavaScriptFile() to LoadAndExecuteJavaScriptFile()
Replies: 0
Views: 11798

advisable to rename LoadJavaScriptFile() to LoadAndExecuteJavaScriptFile()

Dear JS-Support,

"nomen est omen" :
We strongly advise to rename LoadJavaScriptFile() to LoadAndExecuteJavaScriptFile() as
present 'LoadJavaScriptFile()' is not only load but execute as well the external javascript (*.js) file.

(not all the same !)

Br,
Péter
by Sesztak
Sat Oct 15, 2016 12:14 pm
Forum: Technical Support
Topic: LoadJavaScriptFile from https / running website from http ?
Replies: 1
Views: 3703

LoadJavaScriptFile from https / running website from http ?

Dear JS-Support, We have a practical question: Background: sometime is practical to load external js resource from 3rd party repository, like: await CSHTML5.Interop.LoadJavaScriptFile("https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2014-11-29/FileSaver.min.js"); The important part is ...
by Sesztak
Sat Oct 15, 2016 12:02 pm
Forum: Technical Support
Topic: using jQuery v2.2.3 ?
Replies: 2
Views: 4406

Re: using jQuery v2.2.3 ?

thanks for your clarification :)
by Sesztak
Sat Oct 15, 2016 11:57 am
Forum: Bug Reports
Topic: javascript named function bug if declared by ExecuteJavaScript
Replies: 2
Views: 4935

Re: javascript named function bug if declared by ExecuteJavaScript

Dear JS-Support, Thanks. What I feel important : to empasize/broaden it in your documentation, I recommend to add: Tips/tricks/best pratices: "advisable to use Page_Loaded () => LoadJavaScriptFile() => ExecuteJavaScript() pattern as you get code formatting from Visual Studio built in syntax che...
by Sesztak
Sat Oct 15, 2016 5:36 am
Forum: Bug Reports
Topic: javascript named function bug if declared by ExecuteJavaScript
Replies: 2
Views: 4935

javascript named function bug if declared by ExecuteJavaScript

Dear JS-Support, we have found a bug concerning javascript named functions. (We are not 100% sure it is a bug (probably) or not -but for sure to help others to eliminate spend hours..) Description: if your declare a javascript named function by ExecuteJavaScript, e.g.: CSHTML5.Interop.ExecuteJavaScr...
by Sesztak
Sat Oct 15, 2016 1:17 am
Forum: Technical Support
Topic: using jQuery v2.2.3 ?
Replies: 2
Views: 4406

using jQuery v2.2.3 ?

Dear JS-Support, Q1: is it possible to use jQuery with CSHTML 5 v2.2.3 as external js lib (by Interop.LoadJavaScriptFile(...))? Is there any conflict with your 'build in' libraries ? e.g. velocity.js with jQuery Shim (1.0.1)? Q2: what is the order of load your 'build in' libraries and Interop.LoadJa...
by Sesztak
Fri Oct 14, 2016 3:50 am
Forum: Technical Support
Topic: custom control or UserControl vs 3rd party javascript library as e.g. jQuery
Replies: 20
Views: 28251

Re: custom control or UserControl vs 3rd party javascript library as e.g. jQuery

Dear JS-Support,
thanks for your kind reply:
"script to be loaded before, please let me know.": this is what we need exactly ! :)
Would you be so kind to help us, how to do that ?

Thanks in advance,
Br,
Péter
by Sesztak
Wed Oct 12, 2016 12:12 pm
Forum: Technical Support
Topic: custom control or UserControl vs 3rd party javascript library as e.g. jQuery
Replies: 20
Views: 28251

custom control or UserControl vs 3rd party javascript library as e.g. jQuery

Dear JS-Support, We have a fundamental question: We would like to implement some custom control (inherited from Control or UserControl). This custom controls or userControl controls use 3rd party javascript libraries, as e.g. jQuery or jQuery UI. To handle native html CSHTML5 advise to use following...
by Sesztak
Wed Oct 12, 2016 11:22 am
Forum: Technical Support
Topic: Basic question: is it possible to more than one css file ? -LoadCssFile
Replies: 2
Views: 5436

Basic question: is it possible to more than one css file ? -LoadCssFile

Dear JS-Support, sorry for the basic question: is it possible to more than one css file ? -with LoadCssFile ? e.g.: await CSHTML5.Interop.LoadCssFile("ms-appx:///KasszaWEB_Kliens/javascripts/datatables.min.css"); await CSHTML5.Interop.LoadCssFile("ms-appx:///KasszaWEB_Kliens/javascrip...
by Sesztak
Wed Oct 12, 2016 7:22 am
Forum: Technical Support
Topic: alternative datagrid with better performance: datatables.net
Replies: 2
Views: 10453

alternative datagrid with better performance: datatables.net

Dear JS-Support, I need your help: Background: I would like to share with CSHTML5 community an alternative datagrid with better performance: https://datatables.net (free, open source, very mature high performance solution, strong community support and with comprehensive documentation). Our problem i...
by Sesztak
Wed Oct 12, 2016 12:44 am
Forum: Bug Reports
Topic: SetHtmlRepresentation(this, string htmlRepresentation) doesn't tolerate spaces or control characters
Replies: 2
Views: 4866

Re: SetHtmlRepresentation(this, string htmlRepresentation) doesn't tolerate spaces or control characters

sorry -it is not relevant, just to be precise: we forget to double quote, the not working / exception code again: (the exception what we mention is not coming from missing double quote ) NOT working -exception: string html = @" <table id=" " table_id " " class=" " ...
by Sesztak
Wed Oct 12, 2016 12:39 am
Forum: Bug Reports
Topic: SetHtmlRepresentation(this, string htmlRepresentation) doesn't tolerate spaces or control characters
Replies: 2
Views: 4866

SetHtmlRepresentation(this, string htmlRepresentation) doesn't tolerate spaces or control characters

Dear JS-Support, We do not know it is a bug or not, but annoying: in SetHtmlRepresentation(this, string htmlRepresentation) the string htmlRepresentation doesn't tolerate spaces or control characters. spaces or control characters (like new line): exception in Simulator: "DESCRIPTION: Uncaught S...

Go to advanced search

 

 

cron