Re: Tkinter listbox:get

2006-09-09 Thread Hendrik van Rooyen
<[EMAIL PROTECTED]> wrote in email: | Hi,and sorry I forget tell you what I want exactly. | | My problem is | | example: | | when I write like you tell me: | | >>> idx=lb.curselection() | >>> StringValue=lb.get(idx) <=== This | | THEN,ERROR IS: | | Traceback (most recent call last):

Re: Tkinter listbox:get

2006-09-08 Thread Hendrik van Rooyen
<[EMAIL PROTECTED]> Wrote: | Hi, | I need help about Tkinter.I want,when somebody click on some item in | listbox,then | in new entry widget must write that item | | Regards, | Vedran I have already covered the retrieval from the listbox in another thread. You can set the entry box contents lik