Questions tagged [active-script]

The Active Script rule format provides a mechanism that allows business rules to be implemented using a range of procedural programming languages that support the ActiveX scripting engine standard.

ActiveScript is the term used to describe a set of interfaces that permit a scripting language interpreter to be used by an application that wants to provide scripting capability to the user. It is an abstraction mechanism which allows the user to specify what scripting language to use without having to change the application. For example, the user can use PerlScript if she wants to script in Perl, rather than VBScript.

An Active Script engine exposes a scripting language interpreter through the Active Script interfaces.

IIS, Internet Explorer and Windows Script Host are examples of applications that host Active Script engines through the Active Script interfaces.

Source

7 questions
15
votes
1 answer

Out-of-proc COM server stuck

I'm using out-of-proc COM server (COM singleton "Engine" implemented using DECLARE_CLASSFACTORY_SINGLETON), it works in STA (CComSingleThreadModel, _ATL_APARTMENT_THREADED). COM server clients: ActiveScript (JScript), (I pass Engine reference using…
KAdot
  • 1,997
  • 13
  • 21
1
vote
1 answer

How to set a breakpoint inside a debugger that is supsended in a break point

I am writing a debugger for a VBScript host. My debugger is an external application. Everything is fine. I get a call to my IApplicationDebugger::onHandleBreakPoint handler. I can call IDebugApplication::ResumeFromBreakPoint and I can step through…
xMRi
  • 14,982
  • 3
  • 26
  • 59
0
votes
2 answers

Changing credentials on client-side for Basic Authentication on Flex

I want to let the user automatically re-login in my Flex app, which uses Basic Authentication By the way, I have noted this StackOverflow question, which is relevant, but does not address the question of logging out client-side. For example, after…
0
votes
1 answer

Accessing Windows Contacts (pre Win10) from JScript (or any ActiveScripting)

I want to use the COM object with the progID Windows.Contact.1 via ActiveScripting (JScript, VBScript, Python, etc). This COM resides in C:\Program Files (x86)\Common Files\System\wab32.dll. It seems, there is no TypeLib available for it. The COM…
amix
  • 133
  • 1
  • 12
0
votes
0 answers

How to add dispatching for a COM object that does not implement the IDispatch interface?

I want to expose methods of CUIAutomation COM class objects to scripts I load and run through my Active / Windows Script application (I am not implementing a script engine, I am using one, specifically the "JScript" engine). The script host is…
Armen Michaeli
  • 8,625
  • 8
  • 58
  • 95
0
votes
1 answer

Using Apparat dump with FDT and ant

I am totally new to flash development, don't even know ActiveScript yet. I have to improve some existing flash application, so at first I need to understand the code. I want to use some tool for code analysis, something to visualize class…
HtonS
  • 301
  • 4
  • 18
-2
votes
3 answers

Prompt for activating JavaScript with server-side event handler

Is there a way to prompt the users for activating JavaScript with server-side event handler in case JavaScript is turned off on their PCs, where they shall be asked to press a button (submit a form, I mean) in a popup window or designated DIV in…
Klanto Aguntuk
  • 719
  • 1
  • 17
  • 44