The main bitmap covers the entire window so it is not possible to put the buttons outside the main panel. All of the buttons appear on the main panel, but only one will work at a time from the main panel button function. Perhaps there is a way to use this single button function to call ONE function that could handle many buttons using the button number parameter passed by the button function on the main panel. I don't know how to access that number in order to use it, however.