Search found 14 matches

by lohbrand
Wed Jul 04, 2012 2:24 pm
Forum: Scripting
Topic: XSLT - createTransform()
Replies: 5
Views: 3951

XSLT - createTransform()

Can we close, the update fix the problem.
by lohbrand
Tue Jun 26, 2012 12:17 pm
Forum: Scripting
Topic: Escape
Replies: 11
Views: 7382

Escape

Oke, we have a answer.

The commands log and fail will never display the char %.



Thanks.
by lohbrand
Tue Jun 26, 2012 9:41 am
Forum: Scripting
Topic: Escape
Replies: 11
Views: 7382

Escape

function jobArrived( s : Switch, job : Job )

{

var _testString = "Test&Test Test+Test=Test-Test";

_testString = escape(_testString);



job.log(1,_testString);

}



what happend whit your engine?
by lohbrand
Mon Jun 25, 2012 3:43 pm
Forum: Scripting
Topic: Escape
Replies: 11
Views: 7382

Escape

in a script-element
by lohbrand
Mon Jun 25, 2012 2:12 pm
Forum: Scripting
Topic: Escape
Replies: 11
Views: 7382

Escape

Hello,



the same answer in the log (PowerSwitch11).
by lohbrand
Mon Jun 25, 2012 9:00 am
Forum: Scripting
Topic: Escape
Replies: 11
Views: 7382

Escape

thank for your post dkelly.

the script is what i post.

there is nothing else.



i dont understand the path in the log message, because there is no job.getPath() command.
by lohbrand
Mon Jun 25, 2012 8:57 am
Forum: Scripting
Topic: ScriptedFlowElement::jobArrived
Replies: 5
Views: 4080

ScriptedFlowElement::jobArrived

I have isolated the problem.

It is a Process.execute command, only this in a other script, everything ok, but …



I am confused, the call is ok, the function ok, but the "ScriptedFlowElement::jobArrived" Error makes me …


by lohbrand
Fri Jun 22, 2012 3:15 pm
Forum: Scripting
Topic: Escape
Replies: 11
Views: 7382

Escape

Is there anybody from Enfocus, who can answer questions?
by lohbrand
Fri Jun 22, 2012 10:32 am
Forum: Scripting
Topic: Escape
Replies: 11
Views: 7382

Escape

Hello, we have tis Script: var _testString = "Test&Test Test+Test=Test-Test"; _testString = escape(_testString); and this one: var _testString = "Test&Test Test+Test=Test-Test"; _testString = _testString.replace("+", "%2B"); the log say something like ...
by lohbrand
Fri Jun 22, 2012 10:27 am
Forum: Scripting
Topic: ScriptedFlowElement::jobArrived
Replies: 5
Views: 4080

ScriptedFlowElement::jobArrived

In a Script what we develop.
by lohbrand
Mon Jun 18, 2012 2:07 pm
Forum: Scripting
Topic: ScriptedFlowElement::jobArrived
Replies: 5
Views: 4080

ScriptedFlowElement::jobArrived

Hello,



that is the ErrorCode:



ScriptExecutor has quit unexpectedly; command: ScriptedFlowElement::jobArrived



but what that it mean?



grettings S. Lohbrandt
by lohbrand
Wed May 30, 2012 2:03 pm
Forum: Scripting
Topic: XSLT - createTransform()
Replies: 5
Views: 3951

XSLT - createTransform()

Now we have updated to the new Version, it is the same error.

The Scripter say godbye if you enter the command createTransform();





Lohbrandt
by lohbrand
Mon May 21, 2012 3:59 pm
Forum: Scripting
Topic: XSLT - createTransform()
Replies: 5
Views: 3951

XSLT - createTransform()

Thanks,

you post a sample without script (?), … what i found was the sample whit the xslt-element in switch. We would use a script command.



Lohbrandt
by lohbrand
Mon May 21, 2012 1:48 pm
Forum: Scripting
Topic: XSLT - createTransform()
Replies: 5
Views: 3951

XSLT - createTransform()

Hello, we have trouble whit the command createTransform. In our script we create a xml-structure in a new created document and than we would transform this document into a new one, with the call: var newDoc = XMLDoc.createTransform(xslDoc); (the xslDoc comes from disk) but we will become ever a cras...