Re: Buttons over all MMF2D
Are you saying the window is set to stay on top or that all the buttons are above each other so you can only press one button?
If it's the first then don't set the window to always be on top
if it's the second then I think you have to manually drag them out again. I can't find an arrange option that will line them up again and equally space them out..
Re: Buttons over all MMF2D
Regular buttons are controlled by Windows so are drawn in front of everything else instead of as part of MMF2's standard rendering routine. I think you can get around this by using the Active and Background System Box objects instead.