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 IamaSherpa 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. oragonefreet

    Problem with two listboxes

    I've found solution. In fact, i merged the two listbox in one, and added a button. Clicking the button make the listbox change displaying. The button saves the selections, as you said, before changing it's content in order to restore it when we will re-click on the it to show the first content.
  2. oragonefreet

    Problem with two listboxes

    You mean i have to make buttons to save the selections ?
  3. oragonefreet

    learning "practical programming in tcl/tk" - can't use examples

    After having made a search of "Scrolled_Text" in your link, i found : "# Scrolled_Text is defined in Example 27-1 on page 346" Check there ^^
  4. oragonefreet

    Problem with two listboxes

    Hello, My Tk window uses two independant listboxes named as : .saving.right.tables.tablist.lbox .saving.right.sequences.seqlist.lbox I'd like the user could select entries in the first and in the second listbox. Meanwhile when i select something in one, it clears entire selection in the other...
  5. oragonefreet

    Howto : Disable my entire window while an other is active ?

    Yep, I've found, thanks to you. Tanks ! Oragon Efreet
  6. oragonefreet

    Howto : Disable my entire window while an other is active ?

    Hello every one ! (i apologize for my english which is not perfect, i guess =^.^=) When i use tk_chooseDirectory proc, the main window "." can't be used. Button not clickable, neither entries, nothing. But "state" options are not set as "disabled". I'd like to have to same on the second...

Part and Inventory Search

Back
Top