How do you make a hieracrchical listbox? I tried looking at the example but 
to me its not very clear.


 
   row = 0
   for divIndex = 0 to 10
     window.lb.AddRow str(row)
     window.lb.cell( row, 1) =   array(divindex).name
     window.lb.cell( row,2) =   array(divindex).codeNumber
    
     
     window.lb.AddFolder   "" 
     for dt = 0 to 5
           window.lb.AddFolder   str(dt) 
     next

     row = row + 1
   next

//
i also put the code in the double click event as recommended but it doesn't 
display right nor do anything on double clicking.


(PS- regarding the windows font thing, I did get the fonts to change on the 
canvases on the mac, but I can't debug on windows now because of a problem with 
the remote debugger so I can't see if it works there).
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to