Search found 5 matches

Go to advanced search

by CLD
Mon May 19, 2025 11:02 am
Forum: General Discussion
Topic: userExitCode
Replies: 4
Views: 5340

Re: userExitCode

Thank you John. Cheers
by CLD
Thu May 08, 2025 4:57 pm
Forum: General Discussion
Topic: userExitCode
Replies: 4
Views: 5340

Re: userExitCode

Appreciate the interest. Thank you.

Jade Client: thin, running on Windows 10 Pro, Windows Server 2019 Data Center (64bit) and Windows 7 (but I can live without Windows 7!)
Jade Version: 6.3.12

Documentation is confusing - some places 'process.userExitCode', and other places 'node.userExitCode ...
by CLD
Tue May 06, 2025 5:01 pm
Forum: General Discussion
Topic: userExitCode
Replies: 4
Views: 5340

userExitCode

Starting a non-gui jade.exe app from a .bat batch file.

Within the executing jade code, setting the 'userExitCode' to 33 as per the documentation. (beginTransaction; node.userExitCode := 33; commitTransaction; terminate;)

Have been unable to get a return %errorlevel% other than 0.

.ini file ...
by CLD
Wed Jul 27, 2022 7:49 pm
Forum: Tips and Techniques
Topic: DotNet SpeechSynthesizer
Replies: 0
Views: 12207

DotNet SpeechSynthesizer

My desire is obtain a list of available 'voices' using the imported dotnet SAPI package.

The VB code I am trying to emulate is:

Sub Main()
Dim synth As New SpeechSynthesizer
Dim voices = synth.GetInstalledVoices()
For Each v As InstalledVoice In voices
System.Console.WriteLine(v.VoiceInfo ...
by CLD
Thu Jul 22, 2021 2:42 pm
Forum: General Discussion
Topic: .wav File Generation
Replies: 0
Views: 13841

.wav File Generation

I have a requirement to generate .wav files (or any format audio file!) or audio formatted binary, using a simple text/string as input (text-to-speech).

There are a number of OCX controls / COM Objects controls available however as they are controls and not automations they are of no use in a JADE ...

Go to advanced search