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.
Problems with title bar after being hidden with Autohotkey
-
kavajawa
- Posts: 11
- Joined: 04 Apr 2011 21:44
-
Stefan
- Posts: 1360
- Joined: 18 Nov 2008 21:47
- Location: Europe
Re: Problems with title bar after being hidden with Autohotkey
Modify your AHK script. Use an Loop there.kavajawa wrote:Any solution?
-
kavajawa
- Posts: 11
- Joined: 04 Apr 2011 21:44
Re: Problems with title bar after being hidden with Autohotkey
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: 2827
- 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
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...
(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: 66357
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Problems with title bar after being hidden with Autohotkey
Simply set the title bar template (Configuration | Templates) to <app>.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...
FAQ | XY News RSS | XY X
XYplorer Beta Club