Using the Wealth-Lab Client Extension API (see https://www.wealth-lab.com/Support/ExtensionApi/WealthLabClientExtension) I created a new Child Window.
This Opens when I click Extensions->MyNewChildWindow. Fine.
Now, while this window is open (and probably iconified or otherwise hidden), when I click Extensions->MyNewChildWindow again:
* a new Window is shown
* How can I prevent this?
* Instead I want my Child Window activated. i.e. de-iconify, bring to top, bring into view.
I tried to remember if the window already exists and call
I noticed the Log Viewer window behaves like that. How does it do it?
This Opens when I click Extensions->MyNewChildWindow. Fine.
Now, while this window is open (and probably iconified or otherwise hidden), when I click Extensions->MyNewChildWindow again:
* a new Window is shown
* How can I prevent this?
* Instead I want my Child Window activated. i.e. de-iconify, bring to top, bring into view.
I tried to remember if the window already exists and call
CODE:but this seems to have no effect.
MyClientHost.ChildWindowActivated(cw);
I noticed the Log Viewer window behaves like that. How does it do it?
Rename
Currently there are no replies yet. Please check back later.
Your Response
Post
Edit Post
Login is required