Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86414

Re: progress bar

From Denis McMahon <denismfmcmahon@gmail.com>
Newsgroups comp.lang.python
Subject Re: progress bar
Date 2015-02-25 16:22 +0000
Organization A noiseless patient Spider
Message-ID <mckst2$gmo$6@dont-email.me> (permalink)
References <981a6a04-b505-4d6c-8c58-935827195a90@googlegroups.com>

Show all headers | View raw


On Tue, 24 Feb 2015 23:42:42 -0800, Swapnil Pande wrote:

> i want to call another tkinter window after completing the progress bar
> an n e one help me

Try shouting "Oi, Window!"

Or show us the code that isn't working (just the bit that isn't working) 
and explain what it should be doing and what actually happens. Also 
please tell us what you tried to fix it.

For example, you have a problem communicating between output windows 
after displaying a progress bar, so your example code should:

(a) draw two windows
(b) display a progress bar in one window
(c) Make some sort of call to the second window after the progress bar 
completes.

We only need to see that code. We don't need to see the rest of the code.

If my description of what I expect your example code to do doesn't make 
sense to you, then perhaps it's because your original problem description 
doesn't make sense to me. ;)

-- 
Denis McMahon, denismfmcmahon@gmail.com

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

progress bar Swapnil Pande <spande04@gmail.com> - 2015-02-24 23:42 -0800
  Re: progress bar Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-25 21:33 +1100
  Re: progress bar Denis McMahon <denismfmcmahon@gmail.com> - 2015-02-25 16:22 +0000

csiph-web