in reply to Making a BrowseEntry selection clears selections in a scrolled ListBox

I sometimes find ListBox widgets will not work well with other Tk widgets unless "-exportselection => 0" has been set.
  • Comment on Re: Making a BrowseEntry selection clears selections in a scrolled ListBox

Replies are listed 'Best First'.
Re^2: Making a BrowseEntry selection clears selections in a scrolled ListBox
by ookami (Initiate) on Nov 01, 2004 at 20:43 UTC
    That fixed it. Thanks!