Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Dan6992
8 discussion posts
I'm also a software developer for an app called VideoReDo. It's an MFC dialog based app. When it first launches it shows a "splash screen" which is a simplified UI with just an Open button. When it's in this mode we prevent the app from being resized or maximized by trapping WM_SIZE and WM_SIZING messages. Your app seems to override those messages and allows the window to be maximized even when it's in this mode. This creates all sorts of weirdness in the app as it has hidden controls and other things that are obscured by the limited size of the "splash screen" and that are only arranged and drawn properly once the "splash screen" is dismissed.
Mar 15, 2018  • #1
User Image
Dan6992
8 discussion posts
This seems to be something related to Windows and perhaps not your software. If I uninstall your software I can still maximize our software in splash screen mode if I drag it to the top of the screen. With your software installed I can double click the title bar to maximize, and I can't do that when it's uninstalled, but the fact that it can at all means it's something I need to fix. I'll look into dynamically changing the window style so it's not resizable at all in splash screen mode, rather then trying to trap the messages and see if that works.

Anyway you can ignore this post.
Mar 16, 2018  • #2
User Image
Dan6992
8 discussion posts
Actually this is still an issue on your end. I changed my app so it's not resizable at all (removed WS_THICKFRAME) and when I double click the title bar it still maximizes when DisplayFusion is running. It does not when it's not running.
Mar 16, 2018  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Do you have Monitor Splitting enabled in DisplayFusion?
Mar 17, 2018  • #4
User Image
Dan6992
8 discussion posts
Yes. That's the only reason I have Display Fusion. I have a Dell Untrawide monitor so I need to split it to make it usable. I was using Virtual Display Manager, but it caused weird clipping issues when maximizing some apps
Mar 17, 2018  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Could you do the following to send me some more information about the splash screen window?

  • Install one of our other apps, Window Inspector: https://www.binaryfortress.com/windowinspector (it's free)
  • Open the affected application
  • Open Window Inspector
  • Hover over the splash screen window with your mouse so that the splash screen info shows in the Window Inspector window
  • Press Ctrl + Shift + F1 to freeze the timer in Window Inspector
  • Press Ctrl + Shift + F2 to save the info from Window Inspector to a file
  • Send me the file from the previous step

Thanks!
Mar 20, 2018 (modified Mar 21, 2018)  • #6
User Image
Dan6992
8 discussion posts
This isn't Chrome, it's a program I'm a developer for called VideoReDo.

I can give you any infor,ation you need about the window. Which styles it's using, which messages it's receiving, etc... just let me know what you're looking for. Or if you want we offer a free trial and you can just install it and see what I mean.
Mar 20, 2018  • #7
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sorry for the confusion, I copied the steps from another case and forgot to update the app name in step 4. I will download the trial and see what I can find out.
Mar 21, 2018  • #8
Keith Lammers (BFS)'s profile on WallpaperFusion.com
I think the issue is that your app still has a maximize caption button. DisplayFusion hooks the message that's sent when a maximize button is clicked, it doesn't know that the app is ignoring that click. Can you try removing the WS_MAXIMIZEBOX style?
Mar 21, 2018  • #9
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)