Page 1 of 1

Make application window resizable

Posted: Wed Jul 13, 2022 3:13 am
by Sonic3R
Hi,

Can make window resizable in order to have access to Demux button as in screen:

Image

Due to remote machine screen resolution, I cannot access to Demux buttons below. Can you make window resizable, or add key shortcuts or menu bar items ?

Thank you

Make application window resizable

Posted: Wed Jul 13, 2022 7:22 am
by Rocky
Can you please tell me the screen resolution and windows scaling % that you are facing?

One possibility is to get rid of the eagles banner but I have to check that it will expose enough at the bottom to make you happy.

Or we could do something like this:

https://www.codeproject.com/Articles/32 ... -Win32-API

Should be easy as DGDemuxGUI is implemented as a dialog.

Make application window resizable

Posted: Wed Jul 13, 2022 7:54 am
by Sonic3R
Since I am on remote, I run cmd

Code: Select all

wmic desktopmonitor get screenheight, screenwidth
and I get

Code: Select all

ScreenHeight  ScreenWidth

694           1500

Make application window resizable

Posted: Wed Jul 13, 2022 4:43 pm
by Rocky
OK, thank you. I'll make it resizable with scroll bars appearing when you undersize it.

Make application window resizable

Posted: Sat Jul 16, 2022 9:01 am
by Rocky
Please try this:

https://rationalqm.us/misc/DGDemuxGUI.zip

It's not perfect yet, but it should let you get to the buttons. Please advise your results.

Make application window resizable

Posted: Mon Jul 18, 2022 2:47 am
by Sonic3R
After load disc in application and select stream in right side, the buttons section disappeared and cannot click on any of them

In below picture, will see the inexistent buttons and the scroll bar is at very bottom.

Image

Make application window resizable

Posted: Mon Jul 18, 2022 6:17 am
by Rocky
Hmm, I can't duplicate that. But my monitor is 3840x2160. I'll have to drag out a 1920x1080 monitor to try to duplicate it.

Just to be clear, the buttons are present initially but then disappear? What exact operation makes them disappear?

Please re-download and test again, as you may have downloaded a version that was up there shortly before I changed it.

Finally, after opening the app, resize and move it so it is away from the taskbar, centered in the desktop area. Does it still fail like that?

Make application window resizable

Posted: Tue Jul 19, 2022 9:38 am
by Sonic3R
Simply when start app and make it bigger by maximizing... then the button goes behind taskbar I guess

Simple idea would be button/items in menubar. if not worth then I will use the cli command but well, I preferred UI.
No everyone has such resolution, many of things I do from small screen laptop with connection to server with RDP

Make application window resizable

Posted: Tue Jul 19, 2022 9:53 am
by Bullwinkle
Please answer our explicit questions.

Don't maximize it. Just open it and resize it down and position in middle of screen. Away from the taskbar, that is the point. Can you then scroll to the buttons?

And what are you even talking about with "maximize"? The app does not have maximize capability.

Make application window resizable

Posted: Wed Jul 20, 2022 7:17 am
by Rocky
Any chance of a reply, Sonic3R? I invested significant time and energy into this, and it's holding up a release.

Make application window resizable

Posted: Thu Jul 21, 2022 4:04 am
by Sonic3R
Sorry, I had problem with server

Cannot scroll down to buttons, see picture

Image

Make application window resizable

Posted: Thu Jul 21, 2022 6:19 am
by Bullwinkle
What OS is running on the server?

What are the windows display settings?

Make application window resizable

Posted: Thu Jul 21, 2022 7:30 am
by Sonic3R
Windows 10 Pro 21H1
Screen size: 1500 x 694

Make application window resizable

Posted: Thu Jul 21, 2022 8:37 am
by Rocky
Thank you.

OK, never mind resizing. Try this:

https://rationalqm.us/misc/DGDemuxGUI_62.zip

Make application window resizable

Posted: Thu Jul 21, 2022 10:09 am
by Rocky
Since we are not going to make it resizable and it now fits within your screen, I mark this resolved.

Make application window resizable

Posted: Thu Jul 21, 2022 1:07 pm
by Sonic3R
Thank you, it fits good

Many thanks