1) How do I extract information from a listbox and put it into an      
        entry box (if the user clicked on a the lostbox item or pressed     
        ENTER)
     
     2) Can I have more than one column in a list box ?
     
     3) I have two listboxs one containing ordered numbers and the other    
        has data corresponding to those numbers. I also have a scroll bar   
        that scrolls both listboxes similtainously (this was done by adding 
        a function to do this) but my problem is when I use the mouse or    
        keyboard and scroll down within either of the list boxes they dont  
        update each other.
     
        Eg:     
     
                _         ________
               |1|       |0x010101|     /'\ 
               |2|       |0x0ff0f1|      |
               |3|       |0x0af111|      |
               |4|       |0x011101|     \./
               |_|       |________|
     
               
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).

Reply via email to