Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vtp-dev] Message for Brent Metz

Brent -

You wrote the original code for VoiceXMLBrowserInputView. In line with connecting to JVoiceXML, I have been working on adding a Text input capability.

There is a section of code that looks to have always been there, that implements a mouse listener on the logTable construct that displays the captured browser log messages. Did you write that code? I don't recall what it was meant to do exactly. Right now it is dummied out, always immediately returning, no matter what. If it were not dummied out, the code extracts the log line that was double-clicked on, breaks it into tokens, and if it thinks the token is a file name, it opens an editor window with that file.

What was the intent of that code? Do you recall? I suspect it is not finished. Also, the VoiceXMLBrowserInputView code is meant to be generic for any/all browsers, and it seems to me that having it do a generic parse of a log message is not a particularly browser-agnostic action.

-- Mike


Back to the top