New Post: SignalR in ClearScript
I've not dug into the details but I don't believe SignalR needs the DOM for anything however the JavaScript SignalR client is based upon jQuery. In fact it is in the file name...
View ArticleNew Post: User Edit of Script without reloading entirely
If I have a JavaScript function like the one below, I understand that I must call Engine.Execute(ScriptText) from the Host to both load and execute the code.function foo() { console.log("some...
View ArticleCreated Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleNew Post: SignalR in ClearScript
Hi again,​ And so when I try to execute jQuery followed by the SignalR script it fails because jQuery references the window object from the web API provided by the browser.​ OK, well, you could start...
View ArticleNew Post: User Edit of Script without reloading entirely
Hello!​ What happens if I call Engine.Execute(ScriptText) a second time on the same engine with a different string in console.log()? Is there a duplicate foo() function in my script?​ No. The first...
View ArticleCommented Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleNew Post: User Edit of Script without reloading entirely
That is good to know. The nature of the application is such that they are not likely to mess up the global environment but if they do, we can tell them not to do that. The app won't have wide...
View ArticleCommented Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleCreated Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleCommented Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleCommented Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleCommented Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleCommented Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleNew Post: Locking Javascript objects
Hi! Basically I work on a platform in C# that distributes content. Sometimes that content has custom actions that the platform needs to support (Like installing things in specific places, or providing...
View ArticleCommented Unassigned: Double quote replaced by some other "junk" character [67]
Hi,I am noticing v8Engine.Execute() fails with :_SyntaxError: Unexpected identifier at Script Document xx..xxx.... -> -----------------------_exception.I see that normally one of the Double quotes (...
View ArticleCommented Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleCommented Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleCommented Unassigned: AddHostObject works very slowly [68]
Hi!AddHostObject works very slowly for an object of type Microsoft.Office.Interop.Excel.Workbook.```using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
View ArticleCreated Unassigned: Using ADODB recordsets [69]
HI!How to properly add ADODB.Recordset? Is it possible?```static void Main(string[] args){ ADODB.Recordset _recordset = new ADODB.Recordset(); _recordset.Fields.Append("Id",...
View ArticleEdited Issue: Using ADODB recordsets [69]
HI!How to properly add ADODB.Recordset? Is it possible?```static void Main(string[] args){ ADODB.Recordset _recordset = new ADODB.Recordset(); _recordset.Fields.Append("Id",...
View Article