Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] console view problem after removing a view

 

The ScriptConsole can handle multiple console view scenario. viewerList in ConsoleDocumentListener contains all active ScriptConsoleView. An disposed ScriptConsoleView is removed from viewerList in ScriptConsoleView.dispose() call. I encountered an problem that while closing an console view, ScriptConsoleView.dispose() is never called. So the deactived ScriptConsoleView which is still in viewerList is creating problem for later. Do you have same problem?

=======
Notice: This e-mail message, together with any attachments, contains
information of Symyx Technologies, Inc. or any of its affiliates or
subsidiaries that may be confidential, proprietary, copyrighted,
privileged and/or protected work product, and is meant solely for
the intended recipient. If you are not the intended recipient, and
have received this message in error, please contact the sender
immediately, permanently delete the original and any copies of this
email and any attachments thereto.

Back to the top