Page 1 of 1

Still mark selected file when TC loses focus

Posted: 2014-06-14, 19:55 UTC
by Sts33
Hi,

let's say you have a couple of videos in a directory and start playing them one after another. Each time the video player opens TC loses the focus (of course). I don't like that I now cannot see anymore in TC which file I had selected - without the focus the selection is gone.
I would like to see that I'm currently playing like file 3 so I can directly click file 4 without clicking the menu or title bar first to restore the focus and the selection in TC.
In standard Windows forms a dotted frame often marks the selected control when the window itself doesn't have the focus anymore. I would like to see that in TC as well.

If this feature is already in and just configurable please let me know - thanks!

Posted: 2014-06-14, 20:23 UTC
by HolgerK
F1 Help -> 4b: Wincmd.ini wrote:InactiveFocus=0
Set to 1 or RGB value (see description of BackColor below) to show cursor in the target panel too. Accepts hex in form $BBGGRR.
Add $1000000 = dashes, $2000000=dashes/dots, $3000000=solid frame
HTH
Holger

Posted: 2014-06-15, 17:48 UTC
by Sts33
Woohoo yes indeed this helps :D

I see now there are a lot of things more to configure outside of the configuration dialogues.

Thread can be closed or deleted, thank you very much!