[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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,
Robert

p.s. Thanks for the awesomeness that is TortoiseSVN!

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2697975

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-01-14 07:13:07 CET

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.