Page 1 of 1

application.lastresult$[0].utterance not being set on menus

Posted: Thu Mar 24, 2005 11:43 am
by labbruzzesi
Hello Plum team,

I have been implementing logging using ecmascript. I have noticed that when a <menu> item is selected the system variable application.lastresult$[0].utterance'' is not set to the value entered by the user. I understand that it should not be set during noinputs, but thought it would be when a menu item is chosen.

Second issue,

application.lastresult$ is not defined at all until a nomatch or match occurs in the application. Which means if the first event is a noinput, any ecma script that tries to access the variable will die(for lack of a better word).

The first issue is the one that is causing the most problems.... any workarounds?

Thanks

Lou Abbruzzesi