Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. droletbe

    Selection in multiple listbox widgets

    I need to create an interface with multiple listbox widgets. For example, in #!/bin/ksh # exec /bin/ksh \ exec wish "$0" "$@" listbox .lb1 -selectmode extended listbox .lb2 -selectmode extended pack .lb1 .lb2 .lb1 insert end A B C D .lb2 insert end E F G H I want the user to be able to...

Part and Inventory Search

Back
Top