Thread: Trees =/
View Single Post
  #1  
Old 08-11-2006, 06:25 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Trees =/

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?
Reply With Quote