Doens.be

  • Linkedin flickr twitter delicious Facebook Youtube

Fix unbalanced TTS

During development you may see one of these errors:unbalanced-tts-error

They are pritty anoying because set your Ax session in an unusable state that you can’t close properly. Normally you have to kill the ax32.exe in the Task Manager. Instead, open the AOT and run this job:

1
2
3
4
5
static void resetTTS(Args _args)
{
    while (appl.ttsLevel() > 0)
        ttsAbort;
}

Tags: , ,

One Response to “Fix unbalanced TTS”

  1. April 13th, 2009 at 22:29

    Klaas Deforche says:

    This job is a life saver :-)

Leave a Reply