Page 1 of 1

using the "answer" feature -- general question

Posted: Thu Aug 19, 2010 4:25 pm
by churchken
Hi, all,

Does the "answer" feature halt all messages ?

Until the user responds to the question, are all messages put into a "wait" state, rather than a "wait with messages" state? I can't quite figure out if this is what's cause my program to halt.

Thanks for any insight as to "what's under the hood".

Re: using the "answer" feature -- general question

Posted: Thu Aug 19, 2010 9:01 pm
by RRobert
> Does the "answer" feature halt all messages ?
Yes, answer is blocking as far as I know.

> I can't quite figure out if this is what's cause my program to halt.
Did you tried to add some breakpoints or some sort of output, so you could see that value of the variables and the application flow?

Robert

Re: using the "answer" feature -- general question

Posted: Fri Aug 20, 2010 12:25 am
by churchken
Robert,

Thanks for the information about "answer".

There are several "log comments" intended to provide tracking. The problem only seems to arise when the compiled standalone version is running -- not in development mode where debug could help.

Regards,

Re: using the "answer" feature -- general question

Posted: Fri Aug 20, 2010 1:31 am
by RRobert
churchken wrote:There are several "log comments" intended to provide tracking. The problem only seems to arise when the compiled standalone version is running -- not in development mode where debug could help.
Output the debug info to a file.

Robert