Re: tkinter listboxes

2007-05-04 Thread rahulnag22
On May 4, 1:55 am, "Eric Brunel" <[EMAIL PROTECTED]> wrote: > On Fri, 04 May 2007 05:26:56 +0200, <[EMAIL PROTECTED]> wrote: > > I will give a simplified example of the problem at hand -- > > > I have a case in which I have two listboxes - listbox1 and listbox2, > > if I click on an item in listbox

Re: tkinter listboxes

2007-05-04 Thread Eric Brunel
On Fri, 04 May 2007 05:26:56 +0200, <[EMAIL PROTECTED]> wrote: > I will give a simplified example of the problem at hand -- > > I have a case in which I have two listboxes - listbox1 and listbox2, > if I click on an item in listbox1 the item gets highlighted as > expected. Now if I click on an ite

Re: tkinter listboxes

2007-05-03 Thread James Stroud
[EMAIL PROTECTED] wrote: > I will give a simplified example of the problem at hand -- > > I have a case in which I have two listboxes - listbox1 and listbox2, > if I click on an item in listbox1 the item gets highlighted as > expected. Now if I click on an item in listbox2 the selected item in > l

tkinter listboxes

2007-05-03 Thread rahulnag22
I will give a simplified example of the problem at hand -- I have a case in which I have two listboxes - listbox1 and listbox2, if I click on an item in listbox1 the item gets highlighted as expected. Now if I click on an item in listbox2 the selected item in listbox1 loses its highlight. My quest