PDA

View Full Version : lnb commands usable with CT_Listbox?



TiGGa
Jun 12 2009, 16:11
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.

Worldeater
Jun 12 2009, 17:51
Why don't you download Kegetys' ArmA Tools (http://www.kegetys.net/arma/), 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.

TiGGa
Jun 12 2009, 21:31
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.