Search found 8476 matches

by Alexander Riedel
Sat Sep 15, 2007 5:22 am
Forum: Wish List and Feature Requests
Topic: Search Term Highlight
Replies: 1
Views: 1899

Search Term Highlight

Thanks, we add it to the list.
by Alexander Riedel
Fri Sep 14, 2007 4:33 pm
Forum: PrimalScript
Topic: PS 2007 Searching
Replies: 27
Views: 9463

PS 2007 Searching

Not sure I understand. You can only do a "Find Next" or a "Find previous" if you actually searched for something before.
by Alexander Riedel
Fri Sep 14, 2007 7:17 am
Forum: PrimalScript
Topic: Output problem
Replies: 5
Views: 2011

Output problem

There is usually one once a month unless a specific issue requires one out of schedule. We already had one this month.

Alex
by Alexander Riedel
Fri Sep 14, 2007 4:49 am
Forum: PrimalScript
Topic: Subversion/SVN support
Replies: 4
Views: 2470

Subversion/SVN support

We have added it to the list.
by Alexander Riedel
Fri Sep 14, 2007 4:05 am
Forum: PrimalScript
Topic: Output problem
Replies: 5
Views: 2011

Output problem

It will work just as it did in 3.1. We cannot really say what service build it will be in and when that occurs until someone actually worked on it.

You should wait until the build that contains the fix if this is important for your environment.

Alex
by Alexander Riedel
Thu Sep 13, 2007 1:22 pm
Forum: VBScript
Topic: Common Dialog
Replies: 3
Views: 2242

Common Dialog

If you have PrimalScript you can use the FileDialog from PrimalToys Dim objDim numFilesDim counter Set obj = WScript.CreateObject("Primalscript.FileDialog")obj.HideReadOnly = vbTrueobj.Title = "Try to open that file"obj.InitialDir = "C:Program Files"obj.InitialFileName ...
by Alexander Riedel
Thu Sep 13, 2007 9:55 am
Forum: PrimalScript
Topic: WSC no longer recognized
Replies: 5
Views: 2221

WSC no longer recognized

I think I found it. MS makes an exception for type names for WSC files.
.vbs -> vbsfile
.js -> jsfile
.txt -> txtfile
.wsf -> WSFFile
but
.wsc -> scriptletfile

The startup wizard doesn't account for that. It will be fixed in the next build.
by Alexander Riedel
Thu Sep 13, 2007 9:51 am
Forum: PrimalScript
Topic: Hide Resources nexus permanently
Replies: 2
Views: 1379

Hide Resources nexus permanently

Fixed in next service build.

Alex
by Alexander Riedel
Thu Sep 13, 2007 9:22 am
Forum: PrimalScript
Topic: WSC no longer recognized
Replies: 5
Views: 2221

WSC no longer recognized

PS 2007 does nothing that 4.1 didn't do in that regard.
I will look into it. The only thing it really should do is add "Edit with PrimalScript" as it does with any other file type.
by Alexander Riedel
Thu Sep 13, 2007 8:50 am
Forum: PrimalScript
Topic: WSC no longer recognized
Replies: 5
Views: 2221

WSC no longer recognized

SendToPs is a utility to open files in PrimalScript. It checks for running instances etc. Don't know how you register WSCs, but I assume you had the Open verb associated to register them. Which is not a secure practice. Malicious code can be executed during a script component registration. Inside Pr...