taburineagle / MPC-HC-Looper

A/B looping program to complement the MPC-HC media player, with speed controls, playlist creation (and saving), and tie-in to my Looper Trimmer EDL editing program.
Other
15 stars 1 forks source link

Window docking feature should consider taskbar location #9

Closed h0rn3z0r closed 3 years ago

h0rn3z0r commented 3 years ago

I am using the top taskbar layout and currently MPC Lopper moves the player's window right under it when docking button is pressed. It would be probably better to center the window either horizontally only or both horizontally and vertically.

taburineagle commented 3 years ago

Ah, yes, you're correct - I hadn't taken the taskbar setting into account when writing that feature. That shouldn't be too hard of an issue to fix, I just need to check for that value first before doing the dock, and move it down if it's laid out top-side.

taburineagle commented 3 years ago

OK, I wrote some procedures that should fix this - it fixes docking when the dock procedure is first launched - click the Left button and have the taskbar on the left, click the Right button and have the taskbar on the right, etc., it moves Looper/MPC-HC relative to the taskbar's current location. I also compiled a new .exe so you can try this out - this .exe also fixes #7's issue - right-click here to download that - MPC-HC Looper 03-19-21 RC .exe file

h0rn3z0r commented 3 years ago

Thanks, it's working well :) Should the fixed issues be closed now?

taburineagle commented 3 years ago

Ah, excellent! Yes, I just wanted to make sure all was good on your end before closing them - will do that now.