Search found 8485 matches

by Alexander Riedel
Wed Aug 24, 2011 5:44 am
Forum: PrimalScript
Topic: Profile Manager and Help File
Replies: 2
Views: 559

Profile Manager and Help File

Alright. First things first. The PrimalForms 2009 help file is for PrimalForms, not PrimalScript. You get "navigation cancelled" because Windows locks active content when it is downloaded. Right click on the CHM file and select "Properties...", you'll find where to unlock it. But...
by Alexander Riedel
Wed Aug 24, 2011 5:30 am
Forum: PrimalScript
Topic: Black window for EXE
Replies: 4
Views: 1746

Black window for EXE

Hmm, ok. That is the simple command line packager. Use Script - Script Packager - Open Script Package to create a package with more control over the details. If you want to just always create an exe with that button that doesn't produce a shell window you will have to change a command line: Go to To...
by Alexander Riedel
Tue Aug 23, 2011 6:05 am
Forum: PrimalScript
Topic: Black window for EXE
Replies: 4
Views: 1746

Black window for EXE

What version of PrimalScript and what settings did you use for your script package?
by Alexander Riedel
Tue Aug 23, 2011 5:34 am
Forum: Former and Future Customers - Questions
Topic: xml-file in PrimalScript
Replies: 4
Views: 4067

xml-file in PrimalScript

Go to Tools - Options - Text Editor - General and check"Always open XML files as text". That ensures that XML files with problems are always opened. You can then right click and open them in the xml editor.
by Alexander Riedel
Tue Aug 23, 2011 4:50 am
Forum: PrimalScript
Topic: PrimalScript 2011 - Error Message
Replies: 26
Views: 7468

PrimalScript 2011 - Error Message

Ok, cool, thanks. I will look into that.
by Alexander Riedel
Mon Aug 22, 2011 6:55 pm
Forum: Former and Future Customers - Questions
Topic: xml-file in PrimalScript
Replies: 4
Views: 4067

xml-file in PrimalScript

That is an MFC error message. Do you get a message about an XML error in the debug windows when that happens?
by Alexander Riedel
Sun Aug 21, 2011 11:05 am
Forum: PrimalScript
Topic: PS2011 Script Packager Error
Replies: 1
Views: 591

PS2011 Script Packager Error

That's a bit odd because PrimalScript 2009 and 2011 use the very same engines for packaging scripts. There is nothing in the settings that would control PowerShell's error output either which way. Preceede your script with $ErrorActionPreference = "SilentlyContinue"and you shouldn't see an...
by Alexander Riedel
Sun Aug 21, 2011 8:58 am
Forum: PrimalScript
Topic: Source Control
Replies: 5
Views: 968

Source Control

Sorry for the really late reply. This post somehow evaded my attention.PrimalScript supports all source control systems that use the Microsoft Source Control API. That includes SourceSafe, our own ChangeVue and a few others.There are MSSCAPI providers for Subversion and Git out there, but we do not ...
by Alexander Riedel
Sun Aug 21, 2011 8:50 am
Forum: PrimalScript
Topic: Primal Script 2009 VBScript Code Folding
Replies: 1
Views: 979

Primal Script 2009 VBScript Code Folding

No they don't. All tests we did indicate that MOST users fold only on the function level. The additional [+] [-] icons seem to just distract and confuse so we opted for the less is more way.I understand that some would want them and that there could be an option. The option to enable that is on a wi...