Kingsley1997 39 Posted July 19, 2015 I'm creating dialogs and the one thing I don't seem to understand is how to get it to look like Arma 3's UI? At the moment the styling of my dialog's GUI is all gross and has shadows, gross text etc.. Where as in Arma's GUI such as the main menu, and even in the VAS script, the buttons and elements look clean, simple and all follow a constant design. Is there a default defines.hpp that I need that has these styles defined or do I HAVE to build them myself? Share this post Link to post Share on other sites
Schatten 290 Posted July 19, 2015 http://steamcommunity.com/sharedfiles/filedetails/?id=287378519 Share this post Link to post Share on other sites
Kingsley1997 39 Posted July 19, 2015 http://steamcommunity.com/sharedfiles/filedetails/?id=287378519 Perfect cheers! Share this post Link to post Share on other sites
dreadedentity 278 Posted July 20, 2015 That's pretty cool how it's from Moricky's actual steam account. Also, the default base dialog control classes can be easily found in the config viewer where they can then be copied and pasted (has anyone found out if it's possible to derive a class in description.ext using the default classes?) Share this post Link to post Share on other sites
moricky 211 Posted July 20, 2015 That template shows all possible control types and their properties, but it is NOT build on Arma 3 style, even though it may resemble it a bit. Copying base styles from config viewer (Ctrl + Shift + C will copy the whole container) as DreadedEntity suggests is one way to go. Even better is to use GUI editor and export all major parent classes using Ctrl + P (press F1 to see all possible shortcuts). 1 Share this post Link to post Share on other sites
Kingsley1997 39 Posted July 20, 2015 That template shows all possible control types and their properties, but it is NOT build on Arma 3 style, even though it may resemble it a bit.Copying base styles from config viewer (Ctrl + Shift + C will copy the whole container) as DreadedEntity suggests is one way to go. Even better is to use GUI editor and export all major parent classes using Ctrl + P (press F1 to see all possible shortcuts). Copying the parent classes from the GUI editor worked a treat, thanks! ---------- Post added at 12:27 ---------- Previous post was at 12:07 ---------- Looks pretty now :) Share this post Link to post Share on other sites