Search found 15 matches

by koolezt
Thu Feb 18, 2010 6:48 pm
Forum: Former and Future Customers - Questions
Topic: PrimalSense expands vbScript func'n NOT property
Replies: 1
Views: 1576

PrimalSense expands vbScript func'n NOT property

Firstly, congratulations on a well-thought-out product (though the steep price imposes careful buyer-scrutiny and heightened expectation of quality / perfection). I'm evaluating PrimalScript 2009 Trial version v 5.0.627, and can't seem to get PrimalSense to expand Visual Basic properties. It success...
by koolezt
Fri Mar 21, 2008 2:18 am
Forum: Former and Future Customers - Questions
Topic: PrimalSense: JavaScript user's object property
Replies: 1
Views: 2394

PrimalSense: JavaScript user's object property

Based on the documentation When working with classes or objects, PrimalSense displays pop-up lists containing available members, such as methods and properties. I'm trying to get PrimalSense to work with my user-created JavaScript object's property, but no joy. Here's a simple example. function poin...
by koolezt
Thu Mar 06, 2008 3:40 pm
Forum: VBScript
Topic: Scripltlet.TypeLib .tlb from multiple .wsc files
Replies: 2
Views: 2214

Scripltlet.TypeLib .tlb from multiple .wsc files

Answering some queries:Yes, all paths are valid; each single-component .tlb can be created and registered.Point taken about Reset(), I just included that as specified in the documentation. In any case, the failure is in the statement before the Reset().Security issue? I'm logged in as an Administrat...
by koolezt
Tue Mar 04, 2008 6:56 pm
Forum: VBScript
Topic: Scripltlet.TypeLib .tlb from multiple .wsc files
Replies: 2
Views: 2214

Scripltlet.TypeLib .tlb from multiple .wsc files

I hope this is the correct forum. My problem is with the language-independent part of WSH, although I'm using jScript rather than VBScript. I've made a few components and registered them. Each one is by itself in a separate .wsc script-component package file. In script I can create a type library fo...
by koolezt
Mon Feb 25, 2008 11:05 pm
Forum: VBScript
Topic: error 0x800C000D instantiating component
Replies: 4
Views: 3631

error 0x800C000D instantiating component

Sorry about the delay, but I had password and login problems on this site.Thanks for the ideas, but I was waaay off-course. Noticing the resemblance to VBS classes and JS methods, I plunged in without my RFMs, and was doing so many things wrong, it's pathetic, but all is sorted now.Thanks again all.
by koolezt
Mon Feb 25, 2008 10:54 pm
Forum: VBScript
Topic: How to run an application?
Replies: 9
Views: 5702

How to run an application?

Sorry for the delay, but I had password problems logging in here. Actually, there's a more direct option: placing quotes around the long filename. (That's ALWAYS a good idea, to cater for embedded blanks.) Something like this (untested) should do the trick: WshShell.Run """" &...
by koolezt
Fri Feb 22, 2008 11:23 am
Forum: Former and Future Customers - Questions
Topic: tolbar customizations volatile
Replies: 11
Views: 7994

tolbar customizations volatile

Sorry about the delay, but I've been re-installing Windows (again) and generally starting from scratch. Thanks for all advice. The new-version caveat was based on comparison between dates of installer creation and forum announcement and between installer "version" properties, both irreleva...
by koolezt
Mon Feb 11, 2008 2:24 pm
Forum: VBScript
Topic: How to run an application?
Replies: 9
Views: 5702

How to run an application?

or in script, use the FileSystemObject .ShortName property
by koolezt
Mon Feb 11, 2008 2:16 pm
Forum: VBScript
Topic: error 0x800C000D instantiating component
Replies: 4
Views: 3631

error 0x800C000D instantiating component

Please bear with this scripting newbie, as I suspect I'm overlooking something childishly simple, but I can't get components to work.In Windows XP Professional SP2 with wsh 5.7, I've used the MS Windows Script Component Wizard to make a trivial file C:workdemo.wsc with 1 component having just 1 read...
by koolezt
Mon Feb 11, 2008 2:16 pm
Forum: VBScript
Topic: error 0x800C000D instantiating component
Replies: 4
Views: 3631

error 0x800C000D instantiating component

Please bear with this scripting newbie, as I suspect I'm overlooking something childishly simple, but I can't get components to work.In Windows XP Professional SP2 with wsh 5.7, I've used the MS Windows Script Component Wizard to make a trivial file C:workdemo.wsc with 1 component having just 1 read...