RE: Re: Help window should not obscure Tortoise dialog
From: Robert <tigris.lurkinggrue_at_7b9.com>
Date: Thu, 13 Jan 2011 20:30:52 -0800 (PST)
> I agree with you, I just don't know how to change it right now.
The HTML Help Control will stay on top of whatever window you pass into ShellExecute as the owner when launching the help file.
You can pass NULL, but then the help window won't close when the TSVN dialog closes. Personally, I wouldn't mind that behavior since I could keep it open in a single spot through multiple TSVN dialog interactions.
To avoid the always-on-top behavior while continuing to close with the parent, you could try creating a separate empty control and pass its handle in as the owner.
Regards,
p.s. Thanks for the awesomeness that is TortoiseSVN!
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.