Problems with title bar after being hidden with Autohotkey

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
kavajawa
Posts: 11
Joined: 04 Apr 2011 21:44

Problems with title bar after being hidden with Autohotkey

Post by kavajawa »

Hello, I'm using Autohotkey utility that can hide title bar in application. The problem is that when i do this in XYplorer then it works but only until a switch panes with tab key or navigate through directories e.g. enter directory. When that happens the title bar reapears.

Any solution? Thank you.

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Problems with title bar after being hidden with Autohotkey

Post by Stefan »

kavajawa wrote:Any solution?
Modify your AHK script. Use an Loop there.

kavajawa
Posts: 11
Joined: 04 Apr 2011 21:44

Re: Problems with title bar after being hidden with Autohotkey

Post by kavajawa »

That wouldn't be probably the best solution as it wold flicker a lot I think as it would switch very fast between the two window modes.

PeterH
Posts: 2828
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: Problems with title bar after being hidden with Autohotkey

Post by PeterH »

If the problem is that the text in titlebar changes, it might help to define it as constant as possible, i.e. no field in titlebar that changes contents when swapping. (As far as I remember the only neccessary info is the XY-version?)
(Can't look in the moment - no XY here...)

If re-writing the unchanged bar triggers the re-show, only Don can possibly help (from XY-side): he could prevent re-setting of the text if it's unchanged...

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Problems with title bar after being hidden with Autohotkey

Post by admin »

PeterH wrote:If the problem is that the text in titlebar changes, it might help to define it as constant as possible, i.e. no field in titlebar that changes contents when swapping. (As far as I remember the only neccessary info is the XY-version?)
(Can't look in the moment - no XY here...)

If re-writing the unchanged bar triggers the re-show, only Don can possibly help (from XY-side): he could prevent re-setting of the text if it's unchanged...
Simply set the title bar template (Configuration | Templates) to <app>.

Post Reply