joten
joten
I added some debugging information regarding the monitor configuration. If possible, please try the current development version and post the log entries for "Manager_init", "Monitor_init" and "Monitor_getWorkArea"; which Windows version/...
I never encountered the first issue. You may try closing all other applications (i.a. Outlook) and retry starting bug.n. Are you running AutoHotkey with the 32-bit, unicode version? Regarding the...
Sorry, I could not reproduce the issue with bug.n 9.0.2 on Window 10 1903 (Build 18362.418) and te following Config.ini lines: ``` Config_showTaskBar=1 Config_layoutGapWidth=5 Config_rule=ApplicationFrameWindow;.*;;1;0;0;0;0;0; ``` Although, I did recognize...
This may be related to issue #245.
Not with three discrete columns. Maybe setting the master area of the tile layout to more than three windows would be sufficient for you; there the windows in the master...
Which is the behaviour you are expecting? Since the command prompt is a line oriented, font height dependant window with a fixed width given in the properties, it may be,...
The output of WinI when the window shows that problem and is active and the version of AutoHotkey in your system would indeed be good to know. Please post the...
I could not reproduce the issue using Windows 10 and the current bug.n code from GitHub (no Config.ini) with AutoHotkey 1.1.27.00 (32-bit). Which versions are you using? Do you have...
The [configuration example in the WIki](https://github.com/fuhsjr00/bug.n/wiki/Configuration-examples/default_01.ini) does provide more or less all variables with the default values, commented out. [doc/Configuring_rules.md](https://github.com/fuhsjr00/bug.n/blob/master/doc/Configuring_rules.md) does provide more information on this chrome-related topic, but no...
I could find `Manager_allWndIds` in versions 8.2.0 and 8.1.0, where it was checked in `Manager_onShellMessage` to add new windows, if they were not already in the list. In the current...