Re: [Tutor] Clickable listbox opening specific .txt files

2016-01-14 Thread Alan Gauld
On 14/01/16 08:05, Ali Moradi wrote: > Hi, i want to open specific .txt files when each item on the listbox was > clicked! When i click on the first item for example it opens 1.txt and > shows it on the text widget on the right, and when i select the second item > on the list first it erases the te

[Tutor] Clickable listbox opening specific .txt files

2016-01-14 Thread Ali Moradi
Hi, i want to open specific .txt files when each item on the listbox was clicked! When i click on the first item for example it opens 1.txt and shows it on the text widget on the right, and when i select the second item on the list first it erases the text on the Text widget and then opens 2.txt fi