Looking for an example of how you would add another one of these to the ingame menu bar. I know it has to do with sc2layout files and I am somewhat familiar with the process (thanks to using custom fonts), but is there a tutorial that explains how to do this exactly? I've looked around and most sc2layout tutorials explain how to reposition and hide some stuff, but none of them cover handling a button click to invoke my own custom dialog with the menu bar button is clicked.
Looking for an example of how you would add another one of these to the ingame menu bar. I know it has to do with sc2layout files and I am somewhat familiar with the process (thanks to using custom fonts), but is there a tutorial that explains how to do this exactly? I've looked around and most sc2layout tutorials explain how to reposition and hide some stuff, but none of them cover handling a button click to invoke my own custom dialog with the menu bar button is clicked.
@soulzek: Go
you cannot catch mouse click events with SC2Layout files, SC2Layout files are pure for changing the actual UI, and reusing existing elements.
You could ofcourse try to make a screen button with the same look and feel as a menu button on the menu bar, and then position it next to the menu.
@soulzek: Go
Dont waste your time, they have been moved in HoTS.
So keep in mind in HoTS all those ubttons are now positioned around your Command card.
aw damn, thanks guys