Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73353
| References | <94cdb6dd-9071-4006-89b2-c84d6bd757b6@googlegroups.com> <mailman.11108.1403026493.18130.python-list@python.org> <68cd5f3f-94d8-4c44-8b4f-28961bf1186d@googlegroups.com> |
|---|---|
| Date | 2014-06-18 17:45 +1000 |
| Subject | Re: Python Noob, open file dialog |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11112.1403077536.18130.python-list@python.org> (permalink) |
On Wed, Jun 18, 2014 at 5:36 PM, cutey Love <cuteywithlove@gmail.com> wrote: > No it's still paused after selection and only excutes when the window is closed. Treat the file dialog exactly the way you would in a text editor or word processor. Does your program continue as normal then? If not, please be really specific - for instance: """I bring up the file dialog, and I click on a file and press OK. It doesn't close the dialog like I would normally expect, and I have to press Cancel to make the dialog close - but then it works like OK ought to.""" Is that what's going on? (I have seen dialogs, and written some too, with this exact bug. But I'd be very surprised if it's the case with a standard file-open box.) If not, please be at least as detailed as the above. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python Noob, open file dialog cutey Love <cuteywithlove@gmail.com> - 2014-06-17 09:49 -0700
Re: Python Noob, open file dialog MRAB <python@mrabarnett.plus.com> - 2014-06-17 18:34 +0100
Re: Python Noob, open file dialog cutey Love <cuteywithlove@gmail.com> - 2014-06-18 00:36 -0700
Re: Python Noob, open file dialog Chris Angelico <rosuav@gmail.com> - 2014-06-18 17:45 +1000
Re: Python Noob, open file dialog alister <alister.nospam.ware@ntlworld.com> - 2014-06-18 08:32 +0000
Re: Python Noob, open file dialog cutey Love <cuteywithlove@gmail.com> - 2014-06-18 02:03 -0700
Re: Python Noob, open file dialog Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-18 14:10 +0100
csiph-web