strain08 / Pro-Tools-Fullscreen-App

Remove Pro Tools window borders
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Just remove the Vista-style blue border #1

Open pablotorres90 opened 1 week ago

pablotorres90 commented 1 week ago

I love your work, is there any way to keep the original title bar and menu, and just remove the Vista-style blue border? Thank you very much and I hope you prosper.

strain08 commented 1 week ago

Hi Pablo, thanks for appreciation! Yes, it can be done. I will include an option in the next commit.

pablotorres90 commented 1 week ago

To make it like this... Captura de pantalla 2024-11-05 233514

strain08 commented 1 week ago

I tried hiding the border however it's glitching when moving regions or fades. Maybe moving the border out of view could work, will try. Screenshot 2024-11-06 092052

strain08 commented 1 week ago

Ok, it's working without glitches now. You need to set KEEP_MAIN_WINDOW:= true in PTFS_App.ahk . The thin silver border is the least visible it can be. Because, at least in PT, child windows can not be resized bigger than the parent window client area.

Screenshot 2024-11-06 121804

pablotorres90 commented 1 week ago

Wow, very interenting, good work!

pablotorres90 commented 6 days ago

Check out this app, it can work without borders, but it's tedious to do it manually every session: https://duc.avid.com/showthread.php?t=415078

strain08 commented 6 days ago

I checked it, it makes the same glitches when moving regions if I hide the edit window borders. Does it work for you? I use 2024.6

pablotorres90 commented 5 days ago

Hi friend, how are you? I used to use a FHD 1080p monitor and it worked badly as you say. Now I'm using a 2650x1600 screen and I haven't had any problems with this program, but as I was saying it's tedious and takes a long time to process between sessions, especially for me who works with short sessions in audio editing. I'm using the Debug version, the others have given me quite a few problems. I'm also using PT 2024.6. Regards.

strain08 commented 5 days ago

Okay then, I included this mode as option. I only have 1080p displays around. You need to set KEEP_MAIN_WINDOW:= true and THIN_BORDER:= false

pablotorres90 commented 4 days ago

You're a genius, my friend. You don't know how many years I spent looking for a solution like this (on Avid's side, I can't believe they haven't done this in years, until today). The best thing about it, unlike the other app, is that I don't have to activate it again between sessions (because I don't think it can be activated before starting the first session in PT, right?) and that the session name also appears in the title bar. Excellent work, my friend, and thank you very much for helping me. There are many PT users who will want this gem. Best regards.

strain08 commented 4 days ago

I have added as an option, AUTO_FULLSCREEN :) Also, all settings are now loaded from PTFS_App.ini Just start it once and the defaults will appear in the ini file.

pablotorres90 commented 3 days ago

You are a genius, I have no more words. Thank you so very much! :)