Okay, I had a script that was perfect with tree nodes and all.
Well since someone messed with the trees (STEFAN :O) now its all glitched.
PHP Code:
new GuiTreeViewCtrl(Hotel_Tree) {
profile = "GuiBlueTreeViewProfile";
width = Hotel_Scroll.width;
height = Hotel_Scroll.height;
thiso.catchevent(name, "onOpenMenu", "onTreeView");
expanded = 1;
}
It gets an object added to it when it recieves a trigger from the server. That works fine but it seems that it cuts off a nice part of it until the last sub group is the same width as the original:
EX:
Master Suite (Shows Master)
Suites
Rooms
If I add the acount AAAAAAAAAA it will show Master Suite but if I add about 3 A's it'll show Master Sui
wtf?