TiGGa 0 Posted June 12, 2009 (edited) I need a horizontically scrolling listbox and it seems that those 2D listboxes are good for that. They are able to have multiple rows and columns. Are those 2D listboxes the same as the normal listbox class and if not, how do I define them. There isn't any references on them available... Oh btw., is it possible to have a jpg picture on a button? I've only seen that option with listboxes. Edited June 12, 2009 by TiGGa Share this post Link to post Share on other sites
Worldeater 2 Posted June 12, 2009 Why don't you download Kegetys' ArmA Tools, unpbo the ui.pbo, unrap its config.bin and take a closer look at all the stuff? The missions.pbo also contains good reference material. Share this post Link to post Share on other sites
TiGGa 0 Posted June 12, 2009 (edited) I've found class RscListNBox; // External class reference in the config.cpp. Doesn't help me, because I still don't know the type in order to define RscListNBox. Edit: Nevermind. Found the class definition in the bin.pbo. It is type 102. Edited June 12, 2009 by TiGGa Share this post Link to post Share on other sites