Quantcast
Channel: ClearScript
Browsing all 2297 articles
Browse latest View live

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 Article



New 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 Article

Created 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 Article

New 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 Article

New 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 Article


Commented 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 Article

New 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 Article

Commented 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 Article


Created 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 Article


Commented 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 Article

Commented 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 Article

Commented 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 Article

Commented 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 Article


New 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 Article

Commented 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 Article


Commented 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 Article

Commented 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 Article


Commented 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 Article

Created 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 Article

Edited 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
Browsing all 2297 articles
Browse latest View live




Latest Images