Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105939
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: [newbie] tkFileDialog does not show title |
| Date | Mon, 28 Mar 2016 20:57:55 -0400 |
| Organization | IISS Elusive Unicorn |
| Lines | 21 |
| Message-ID | <mailman.123.1459213086.28225.python-list@python.org> (permalink) |
| References | <968ddc19-1944-4ec8-975b-ec88e4391361@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de 9NrW9K8A6GDzQC33jUIxBgfVpOR4c9dPoOOwRK0Z/3Og== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'subject:not': 0.11; '2016': 0.16; 'pythonwin': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:show': 0.16; 'subject:tkFileDialog': 0.16; 'title?': 0.16; 'url:home': 0.18; 'input': 0.18; 'subject:] ': 0.19; 'rid': 0.22; 'title,': 0.22; 'mon,': 0.24; 'header:X-Complaints-To:1': 0.26; 'figure': 0.27; 'fine': 0.28; 'code:': 0.29; 'too.': 0.30; 'window': 0.30; 'anyone': 0.32; '-0700': 0.33; 'displayed': 0.33; 'file': 0.34; 'except': 0.34; 'this?': 0.34; 'add': 0.34; 'next': 0.35; 'text': 0.35; 'i.e.': 0.35; 'expected': 0.35; "isn't": 0.35; 'but': 0.36; 'needed': 0.36; 'to:addr:python-list': 0.36; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'where': 0.40; 'email addr:gmail.com': 0.62; 'mar': 0.65; 'here': 0.66; 'dennis': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | adsl-108-79-217-212.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:105939 |
Show key headers only | View raw
On Mon, 28 Mar 2016 14:10:28 -0700 (PDT), jenswaelkens@gmail.com declaimed
the following:
>I'm using the tkFileDialog-module in Python 2.7, it works fine except for one thing: when I add a title, the title isn't shown.
>
>e.g. I have this line of code:
>inputfilename=tkFileDialog.askopenfilename(defaultextension=".dat", filetypes=(("data file", "*.dat"),("All Files", "*.*") ),title='Select input file')
>
>this works fine i.e. the file selector menu opens but I expected that the text
>'Select input file' would be displayed too. Can anyone here explain me how I can achieve this?
>
Where did you look for the title? Shows up next to the Tk logo at the
top of the window here (Win7 -- and I even started it from inside of
PythonWin <G>)
Now to figure out how to get rid of the empty "tk" window <G> (Ah,
needed to kill PythonWin)
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
[newbie] tkFileDialog does not show title jenswaelkens@gmail.com - 2016-03-28 14:10 -0700
Re: [newbie] tkFileDialog does not show title Wildman <best_lay@yahoo.com> - 2016-03-28 17:14 -0500
Re: [newbie] tkFileDialog does not show title Peter Pearson <pkpearson@nowhere.invalid> - 2016-03-28 22:29 +0000
Re: [newbie] tkFileDialog does not show title jenswaelkens@gmail.com - 2016-03-28 23:47 -0700
Re: [newbie] tkFileDialog does not show title Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-29 09:13 -0400
Re: [newbie] tkFileDialog does not show title Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-03-28 20:57 -0400
csiph-web