Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

A recent AVG and Avast antivirus update is preventing DisplayFusion 9.9 from launching on some systems.
If you're running into this issue, please update to the latest DisplayFusion 10.0 Beta.

Specific application (Git Fork) going behind the toolbar when maximised

User Image
cobrabr
7 discussion posts
I'm having an issue with one single application — Git Fork — where it goes a few pixels underneath the DisplayFusion taskbar when I maximise it (see attachment). Every other application works fine in that regards, and that particular application maximises properly on my main monitor, which has Windows' default toolbar.
• Attachment: gitfork.png [177,572 bytes]
gitfork.png
Oct 27, 2022  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I was able to confirm this issue here as well and we've added it to our list to have a look at. Not sure if there's anything we can do as we're not controlling how big the window is when it's maximized, that's all handled by windows, but we'll see what we can do.

Thanks!
Oct 27, 2022  • #2
User Image
cobrabr
7 discussion posts
Alright, thanks Keith!

Please let me know if you do find a fix or even an effective workaround... I tried using a trigger to resize it manually when it's maximised, but it didn't work.
Oct 31, 2022  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Oh! Your reply gave me an idea :)

You can create a custom function to size the window to 100% instead of maximizing it. You can set a key combination on the function, or add it as a titlebar button after creating it.

Custom Function


Hope that helps!
• Attachment: CustomFunctionSizeWindow100Percent.jpg [96,939 bytes]
CustomFunctionSizeWindow100Percent.jpg
Nov 1, 2022  • #4
User Image
cobrabr
7 discussion posts
Thanks, I'll give it a try. I think DisplayFusion is having trouble recognising the app (I tried both with Process Filename and Window Class), so it might still not work, but we'll see.
Nov 7, 2022  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Seems to work ok here, see the attached screenshot for what my Trigger rule looks like.
• Attachment: ForkTrigger.jpg [96,340 bytes]
ForkTrigger.jpg
Nov 9, 2022  • #6
User Image
cobrabr
7 discussion posts
Yeah, I have that working. What doesn't work is trying to have it run when the window is maximised (i.e., changing the event from
Window Created
to
Window Maximized
).
Nov 10, 2022  • #7
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Ah yep, I can reproduce that. Fork has custom window chrome and the maximize button doesn't fire a normal maximize event. If you double-click the titlebar of it instead, the Window Maximized trigger event works :)
Nov 11, 2022  • #8
User Image
cobrabr
7 discussion posts
Oh, cool! Just tested it and works nicely. Thanks again!
Nov 15, 2022  • #9
Was this helpful?  Login to Vote(1)  Login to Vote(-)