|
Log in to post
|
Print Thread |
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2023
Posts: 14
Newbie
|
OP
Newbie
Joined: Mar 2023
Posts: 14 |
When I open some dialog boxes, like RealDrums Picker, I can move it, close it, and it will re-open in the new location.
Great!
However, a lot of dialog boxes, like Melody Embellisher, will *always* open in the top left corner of my screen, even if I move/close it.
Not great!
I'm using a 55" TV for my main screen so it is a hassle to have the dialog open so far away! I'm constantly dragging them to around the middle of the screen.
I wish there was a way to set the default location of those "unmovable" dialog boxes to *always* open in the center of the main screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Aug 2011
Posts: 11,031
Veteran
|
Veteran
Joined: Aug 2011
Posts: 11,031 |
Welcome to the forum and to Band-in-a-Box.
+1 in support of your suggestion to designate a location on a screen where all new Band-in-a-Box windows open.
Do you think your suggestion would change for people using more than one display monitor?
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
Download https://www.autohotkey.com/Right click on C:\Program Files\AutoHotkey\AutoHotkey.exe set to "run as administrator" if Biab is set to run as admin.. Right click Save Link/Target As > Center active window.ahk This will center any active window run it and it will be in the system tray "H" the hot key is Ctrl+Y you can change the hot key to what you want. # Win (Windows logo key) ! Alt ^ Ctrl + Shift you can edit scripts by dropping in NotePad. #NoEnv
#SingleInstance Force
SendMode Input
SetWorkingDir %A_ScriptDir%
^y:: ; hot key = ctrl y
WinGetTitle, ActiveWindowTitle, A ; Get the active window's title for "targetting" it/acting on it.
WinGetPos,,, Width, Height, %ActiveWindowTitle% ; Get the active window's position, used for our calculations.
TargetX := (A_ScreenWidth/2)-(Width/2) ; Calculate the horizontal target where we'll move the window.
TargetY := (A_ScreenHeight/2)-(Height/2) ; Calculate the vertical placement of the window.
WinMove, %ActiveWindowTitle%,, %TargetX%, %TargetY% ; Move the window to the calculated coordinates.
return Right click Save Link/Target As > Biab open Embellisher center.ahkThis will open Embellisher and center with it's hot key Ctrl+Alt+L you can add other windows to this script. #NoEnv
#SingleInstance Force
SendMode Input
SetWorkingDir %A_ScriptDir%
^!L:: ; send ctrl+alt+L
Winactivate, ahk_class TBandWindow
WinMenuSelectItem, ahk_class TBandWindow, , Melody, Embellish Melody, Embellish Melody Dialog
Sleep, 500
WinGetTitle, ActiveWindowTitle, A ; Get the active window's title for "targetting" it/acting on it.
WinGetPos,,, Width, Height, %ActiveWindowTitle% ; Get the active window's position, used for our calculations.
TargetX := (A_ScreenWidth/2)-(Width/2) ; Calculate the horizontal target where we'll move the window.
TargetY := (A_ScreenHeight/2)-(Height/2) ; Calculate the vertical placement of the window.
WinMove, %ActiveWindowTitle%,, %TargetX%, %TargetY% ; Move the window to the calculated coordinates.
Return
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2023
Posts: 14
Newbie
|
OP
Newbie
Joined: Mar 2023
Posts: 14 |
Jim Fogle, it would be nice if you were given an option if using more than one monitor (I currently use 2). But even having the option to open all dialog boxes in center of main monitor would be an improvement.
musocity, I know of autohotkey (but have never used it). Don't think it would be useful in this case because I think there are dozens of windows that open upper left and don't remember if they've been repositioned (like RealDrums Picker does).
It would be nice if they just had an option to set the "default location" of where dialog boxes open. Looks like it is currently set to "upper left, main monitor".
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
Ctrl+Y will set every window you open to center. I just tried so many windows and dialogs and they all centered with Ctrl+Y, some remember their position but most don't. This first script is all you really need. You can set the script to put the dialogs and windows on the second monitor.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2023
Posts: 14
Newbie
|
OP
Newbie
Joined: Mar 2023
Posts: 14 |
Ctrl+Y will set every window you open to center. I just tried so many windows and dialogs and they all centered with Ctrl+Y, some remember their position but most don't. This first script is all you really need. You can set the script to put the dialogs and windows on the second monitor. Thanks, but I'd rather this be part of the program and hope it is added in a future release.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Mar 2023
Posts: 14
Newbie
|
OP
Newbie
Joined: Mar 2023
Posts: 14 |
musocity, I decided I can't wait :^)
Moving the dialog boxes is sooo annoying. I downloaded autohotkey V2 but your script is written in V1, so I had to install that as well.
It works great! At least it is a work around until (hopefully) we get to pick the default location of dialog boxes in a future release.
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: Jun 2009
Posts: 3,110
Veteran
|
Veteran
Joined: Jun 2009
Posts: 3,110 |
You could die waiting for PG. There are more here AHK Scripts for Biab
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box Wishlist
|
Joined: May 2000
Posts: 15,974
PG Music Staff
|
PG Music Staff
Joined: May 2000
Posts: 15,974 |
Have Fun! Peter Gannon PG Music Inc.
|
|
|
|
|
|
|
|
|
|
|
|
Ask sales and support questions about Band-in-a-Box using natural language.
ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box 2026 for Mac is Here!
Band-in-a-Box® 2026 for Mac is here and it is packed with major new features! There’s a new modern look, a GUI redesign to all areas of the program including toolbars, windows, workflow and more. There’s a Multi-view layout for organizing multiple windows. A standout addition is the powerful AI-Notes feature, which uses AI neural-net technology to transcribe polyphonic audio into MIDI—entire mixes or individual instruments—making it easy to study, view, and play parts from any song. And that’s just the beginning—there are over 100 new features in this exciting release.
Along with version 2026, we've released an incredible lineup of new content! There's 202 new RealTracks, brand-new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two new RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!
Special Offers
Upgrade to Band-in-a-Box® 2026 for Mac and save up to 50% on most upgrade packages during our special offer—available until May 15, 2026. Visit our Band-in-a-Box® packages page to explore all available upgrade options.
2026 Free Bonus PAK & 49-PAK Add-ons
Our Free Bonus PAK and 49-PAK are loaded with amazing add-ons! The Free Bonus PAK is included with most Band-in-a-Box® 2026 for Mac packages, but you can unlock even more—including 20 unreleased RealTracks—by upgrading to the 2026 49-PAK for just $49.
Holiday Weekend Hours
As we hop into the Easter weekend, here are our holiday hours:
April 3 (Good Friday): 8:00 AM – 4:00 PM PDT
April 4 (Saturday): Closed
April 5 (Easter Sunday): Closed
April 6 (Easter Monday): Open regular hours
Wishing you an egg-cellent weekend!
— Team PG
Update to Build 10 of RealBand® 2026 for Windows®!
If you're already using RealBand 2026 for Windows, download build 10 to get all the latest additions and enhancements.
Band-in-a-Box® 2025 for Mac® users: Build 904 now available!
If you're already using Band-in-a-Box® 2025 for Mac®, make sure to grab the latest update! Build 904 is now available for download and includes the newest additions and enhancements from our team.
Band-in-a-Box® 2026 for Windows® users: Build 1237 is now available!
Already a Band-in-a-Box 2026 for Windows user? Stay up to date and download the build 1237 to get all the latest additions and enhancements.
PowerTracks Pro 2026 for Windows is Here!
PowerTracks 2026 is here—bringing powerful new enhancements designed to make your production workflow faster, smoother, and more intuitive than ever.
The enhanced Mixer now shows Track Type and Instrument icons for instant track recognition, while a new grid option simplifies editing views. Non-floating windows adopt a modern title bar style, replacing the legacy blue bar.
The Master Volume is now applied at the end of the audio chain for consistent levels and full-signal master effects.
Tablature now includes a “Save bends when saving XML” option for improved compatibility with PG Music tools. Plus, you can instantly match all track heights with a simple Ctrl-release after resizing, and Add2 chords from MGU/SGU files are now fully supported... and more!
Get started today—first-time packages start at just $49.
Already using PowerTracks Pro Audio? Upgrade for as little as $29 and enjoy the latest improvements!
Order now!
Band-in-a-Box 2026 for Windows Special Offers End Tomorrow (January 15th, 2026) at 11:59 PM PST!
Time really is running out! Save up to 50% on Band-in-a-Box® 2026 for Windows® upgrades and receive a FREE Bonus PAK—only when you order by 11:59 PM PST on Thursday, January 15, 2026!
We've added many major new features and new content in a redesigned Band-in-a-Box® 2026 for Windows®!
Version 2026 introduces a modernized GUI redesign across the program, with updated toolbars, refreshed windows, smoother workflows, and a new Dark Mode option. There’s also a new side toolbar for quicker access to commonly used windows, and the new Multi-View feature lets you arrange multiple windows as layered panels without overlap, making it easier to customize your workspace.
Another exciting new addition is the new AI-Notes feature, which can transcribe polyphonic audio into MIDI. You can view the results in notation or play them back as MIDI, and choose whether to process an entire track or focus on specific parts like drums, bass, guitars/piano, or vocals. There's over 100 new features in Band-in-a-Box® 2026 for Windows®.
There's an amazing collection of new content too, including 202 RealTracks, new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!
Upgrade your Band-in-a-Box for Windows to save up to 50% on most Band-in-a-Box® 2026 upgrade packages!
Plus, when you order your Band-in-a-Box® 2026 upgrade during our special, you'll receive a Free Bonus PAK of exciting new add-ons.
If you need any help deciding which package is the best option for you, just let us know. We are here to help!
|
|
|
|
|
|
|
|
|
|
|
|
Forums57
Topics86,155
Posts801,398
Members40,061
| |
Most Online64,515 Apr 8th, 2026
|
|
|
|
|
|
|
|
|