Re: [Tutor] Recursive Tkinter buttons

2005-02-26 Thread Adam Cripps
On Fri, 25 Feb 2005 12:21:18 +0100, Michael Lange > > You see, in my example above I called the list "buttonlist" instead of > "button"; maybe this naming > helps avoid confusion . > > Best regards > > Michael Many thanks for the help here. I got all my buttons displayed and stored in the

Re: [Tutor] 3 questions for my port scanner project

2005-02-26 Thread Martin Walsh
Mark Kels wrote: Hi list. Hi Mark, 2. I got a while loop which does the port scan itself. How can I end it while its working ? previous message with code: *http://tinyurl.com/3lobo* **I'm not totally sure of this, but you might try adding another conditional to your while loop that can be to

Re: [Tutor] 3 questions for my port scanner project

2005-02-26 Thread Nick Lunt
Nr 3. If your using python sockets try socket.settimeout(x) Nick . On Sat, 2005-02-26 at 15:12 +0200, Mark Kels wrote: > Hi list. > > Here are the questions (-: > 1. How do I make a progress bar in Tkinter ? > 2. I got a while loop which does the port scan itself. How can I end > it while its

[Tutor] 3 questions for my port scanner project

2005-02-26 Thread Mark Kels
Hi list. Here are the questions (-: 1. How do I make a progress bar in Tkinter ? 2. I got a while loop which does the port scan itself. How can I end it while its working ? 3. For some reason the scan is too slow (2-3 seconds for a port). Is there a way to make it faster (other port scanner work a