[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: How to add widgets to window contents after calling open()
|
- From: swei@xxxxxxxxxx (Shannon Wei)
- Date: 31 Jul 2001 12:49:19 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
Thanks for replay. I tried the code you added, it works in a way. What I
really need is I'm creating a kind of gui trace output utility. Opening
window and creating a new tree node are inside different public
methods(openWindow(), updateLogArea()) to allow other running program to
invoke. It is designed that running program call openWindow() when it
starts, so that the window shows and able to listen to mouse events
(window resize, move scroll bar...), and then running program call
updatLogArea() repeatedly, so that added new nodes show inside the window
dynamically as running program trace outputs. Any thoughts on this are
appreciated.
Shannon