
Once I had implemented an 'echoToReplies' keyword in ModelessDialog status lines, I immediately became too lazy to not have the same keyword available to replyobj.status(). So now the latter has the keyword also (default false). --Eric

Hi Eric, Warning: incoming nitpick. I'd prefer the keyword be named echoToReplyLog over echoToReplies. I think echoToReplies is not so clear. Tom

Thought about this a little. Since these messages don't necessarily go to the reply log, I chose echoToReplies. --Eric On Tuesday, September 17, 2002, at 09:55 AM, Thomas Goddard wrote:
Hi Eric,
Warning: incoming nitpick.
I'd prefer the keyword be named echoToReplyLog over echoToReplies. I think echoToReplies is not so clear.
Tom

On Tuesday, September 17, 2002, at 11:12 AM, Thomas Goddard wrote:
Hi Eric,
How about logMessage?
Tom
You have to remember that 'message' is used by replyobj to log messages in whatever state is current, e.g.: pushMode(ERROR) message("first line of error message\n") message("second line of error message\n") popMode() One uses the info() function to log normal-mode messages. That's why I offered 'echoAsInfo' as an alternative. --Eric
participants (2)
-
Eric Pettersen
-
Thomas Goddard