Re: [Tkinter-discuss] Problem looping

2005-05-02 Thread Cameron Laird
On Mon, May 02, 2005 at 05:41:50PM +0100, Brill IanT wrote: . . . I was wondering if anyone could help me out. I wrote a little alarm clock program in Python, and now want to incorporate it into a Tkinter frame. It's all

Re: [Tkinter-discuss] Convert Tk command string to Python callback

2005-11-16 Thread Cameron Laird
I've forgotten how to edit Wiki pages. More precisely, I don't know what to do so the Tkinter Wiki pages appear to me as other- than-immutable. Who can help? Jeff? ___ Tkinter-discuss mailing list Tkinter-discuss@python.org

Re: [Tkinter-discuss] separation gui from logic

2005-11-16 Thread Cameron Laird
On Sun, Nov 06, 2005 at 06:35:37AM +0100, Pavel Kosina wrote: . . . In Tkinter I try put to gui design into one file, and in another file do: import gui design file and the script logic itself. I am not much successful,

Re: [Tkinter-discuss] HTML Viewer

2006-01-27 Thread Cameron Laird
On Thu, Jan 26, 2006 at 08:18:41PM -0500, [EMAIL PROTECTED] wrote: . . . I am wondering what ideas people could offer for a simple HTML viewer I could plug into a Tkinter/Pmw Application. Does anyone know of something

Re: [Tkinter-discuss] HTML Viewer

2006-01-30 Thread Cameron Laird
On Fri, Jan 27, 2006 at 01:51:51PM -0700, Stewart Midwinter wrote: . . . Cameron, I see that mention is made of lwidgets, a new set of widgets built from other widgets. None of those have been added to Tkinter's set of

Re: [Tkinter-discuss] My (small) program crashes on windows and linux. Why?

2006-02-15 Thread Cameron Laird
On Wed, Feb 15, 2006 at 07:25:37AM -0600, [EMAIL PROTECTED] wrote: . . . If you file a bug anywhere, you should file it against the Tk library, not Python. This crash is reproduced by the following Tcl script: label .l

Re: [Tkinter-discuss] Look of the Tk apps in Debian Linux

2006-02-17 Thread Cameron Laird
On Thu, Feb 16, 2006 at 09:46:29PM +0100, Jakub Sporek wrote: . . . Ok, thanks a lot... that script works fine. Is there a possibility to change the background color of the menus etc. the same way as the font-change?

Re: [Tkinter-discuss] Fixed color background

2006-02-22 Thread Cameron Laird
On Tue, Feb 21, 2006 at 07:24:38PM -0800, this_is Not_my_name wrote: . . . How do I set the background color of a frame to black? . . . import Tkinter

Re: [Tkinter-discuss] Fixed color background

2006-02-22 Thread Cameron Laird
this problem before, all of the programs I make that include a GUI, i've used this method. Usually with a little perserverance I can get it working. But this one has me stuck. Anybody else have any suggestions? On 2/22/06, Cameron Laird [EMAIL PROTECTED] wrote: On Wed, Feb 22, 2006 at 12:37:25PM

Re: [Tkinter-discuss] Trouble quitting a Tkinter app on Windows

2006-03-17 Thread Cameron Laird
On Fri, Mar 17, 2006 at 10:54:56AM -0800, Russell E. Owen wrote: . . . I have a Python/Tkinter application that runs on various platforms. When the user selects quit, I call root.quit() or sys.exit(0) (newer vs. older

Re: [Tkinter-discuss] A Hello and a Question

2006-05-03 Thread Cameron Laird
On Wed, May 03, 2006 at 11:53:31AM +, Peter Lacroix wrote: . . . Hello, I'm new to this list. I've come in search of some answers to questions I hope I can articulate enough to be understood. I would like to know how

Re: [Tkinter-discuss] animated gif

2006-06-15 Thread Cameron Laird
On Thu, Jun 15, 2006 at 08:28:25PM +0200, Pavel Kosina wrote: . . . How to animate an animated gif? I made some trials, using metod seek() on instance of Image.open, cause I believe Tkinter can not do this itself, but no

Re: [Tkinter-discuss] Tabbar

2006-06-20 Thread Cameron Laird
On Wed, Jun 14, 2006 at 03:54:50PM +0200, Jan Filip Tristan wrote: . . . is there a TabBar for Tkinter like for Qt . . . No. Well, yes. Sort of. The

Re: [Tkinter-discuss] creating widgets generically, with a loop?

2006-06-21 Thread Cameron Laird
On Wed, Jun 21, 2006 at 05:31:31PM +0200, Fredrik Lundh wrote: . . . Does this work - does the command= parameter allow the function value to contain parameters too? If so, it would solve the problem easily! the code

Re: [Tkinter-discuss] listbox formatting

2006-08-20 Thread Cameron Laird
On Sun, Aug 20, 2006 at 01:35:32AM -0400, Jeff Cagle wrote: . . . I have strings that are composed of multiple properties within an object. I wanted to format the strings so that they came out nicely in a listbox.

Re: [Tkinter-discuss] Transparent Background Text

2006-09-14 Thread Cameron Laird
On Thu, Sep 14, 2006 at 01:05:24AM -0700, Mikkel Jans wrote: . . . Is it possible to make a text widget's background transparent? . . . Effectively, no.

Re: [Tkinter-discuss] OptionMenu, change the list of choices

2006-10-24 Thread Cameron Laird
On Tue, Oct 24, 2006 at 05:30:28PM +0200, Vasilis Vlachoudis wrote: . . . changed (see below). Is it really necessary all the lambda... function I am doing or there is a smarter way of doing the job?

Re: [Tkinter-discuss] question on tab window

2006-10-24 Thread Cameron Laird
On Tue, Oct 24, 2006 at 02:40:38PM +, V H wrote: . . . Does Tkinter offer some simple solution for creating tab windows? Some examples? . . . tab

Re: [Tkinter-discuss] First timer using tkinter

2006-11-26 Thread Cameron Laird
On Sun, Nov 26, 2006 at 12:54:32PM -0800, Tony Cappellini wrote: . . . This is the first time I've used tkinter. Windows XP is the platform The program I want to write is pretty simple. I've read through some online

Re: [Tkinter-discuss] how to maximize a window (beginner question!)

2007-07-06 Thread Cameron Laird
On Fri, Jul 06, 2007 at 12:56:52PM +0200, Marcus Gna? wrote: . . . I like to know how I can maximize a window at program start. I haven't found any hint so far. Hope you can help me ... .

Re: [Tkinter-discuss] TkInter LabelEntry

2007-08-25 Thread Cameron Laird
On Sat, Aug 25, 2007 at 08:42:30PM +1000, John McMonagle wrote: . . . Do the insert BEFORE you do disable the entry. . . . In fact, there are

Re: [Tkinter-discuss] sqlite3 operational error with tkinter

2007-08-30 Thread Cameron Laird
On Tue, Aug 28, 2007 at 11:37:49PM -0700, tuxfood wrote: . . . I am writing a small questionnaire application. I am using sqlite3 and tkinter + python. I started off by writing a console application. The application queries

Re: [Tkinter-discuss] Windows inaccessible while a module is running

2008-03-05 Thread Cameron Laird
On Wed, Mar 05, 2008 at 05:55:37PM +0100, Gigs_ wrote: . . . I wrote a simple GUI with tkinter which executes a function when pressing a button. When I press the button, the function indeed executes starts running itself

Re: [Tkinter-discuss] Windows inaccessible while a module is running

2008-03-05 Thread Cameron Laird
On Wed, Mar 05, 2008 at 06:09:46PM +0200, Amit Finkler wrote: . . . I wrote a simple GUI with tkinter which executes a function when pressing a button. When I press the button, the function indeed executes starts running

Re: [Tkinter-discuss] help on event types

2008-03-20 Thread Cameron Laird
On Wed, Mar 19, 2008 at 02:34:38AM -0400, inhahe wrote: . . . I can't find a comprehensive list of tkinter event types.. http://infohost.nmt.edu/tcc/help/pubs/tkinter/event-types.html just says 'The full set of event types

Re: [Tkinter-discuss] tkinter monitor and root.mainloop()

2008-05-21 Thread Cameron Laird
On Wed, May 21, 2008 at 12:49:22PM +0200, Marco wrote: . . . I am quite new to tkinter programming, and i have a question. I am writing a monitor: basically it reads a file on the filesystem and reports it in a graphical

Re: [Tkinter-discuss] tkinter monitor and root.mainloop()

2008-05-22 Thread Cameron Laird
: check file for changes and take appropriate action time.sleep(5) -- delay for 5 seconds before resuming loop On Thu, May 22, 2008 at 8:59 AM, Cameron Laird [EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 12:49:22PM +0200, Marco wrote

Re: [Tkinter-discuss] tkinter monitor and root.mainloop()

2008-05-23 Thread Cameron Laird
On Fri, May 23, 2008 at 12:26:12PM +0200, Marco wrote: . . . and thanks for the answers: how, i avoided the sleep() approach, because, as Cameron said i supposed that it freezed the application: being in sleep() it stops

Re: [Tkinter-discuss] tkinter monitor and root.mainloop()

2008-05-26 Thread Cameron Laird
On Mon, May 26, 2008 at 11:29:40AM +1000, Peter Milliken wrote: . . . True, sleep() pauses the main app - if you run it there. It wasn't obvious to me from the original question that this might be a problem :-) In my

Re: [Tkinter-discuss] Taking a Text() widget and saving it to a .txt file

2008-07-03 Thread Cameron Laird
On Fri, Jul 04, 2008 at 12:42:51PM +1000, John McMonagle wrote: . . . As for keeping it in the same format as the textbox, that does not make any sense. Plain text files don't really have formatting, apart from spaces,

Re: [Tkinter-discuss] Taking a Text() widget and saving it to a .txt file

2008-07-05 Thread Cameron Laird
On Fri, Jul 04, 2008 at 09:53:02AM -0700, Alexnb wrote: . . . very end of the line and then go to the next line. If that makes sense. But My next question is can you set a margin in a textbox? .

Re: [Tkinter-discuss] Toplevel - failure to understand it

2008-07-07 Thread Cameron Laird
On Mon, Jul 07, 2008 at 01:19:17AM -0700, gegard wrote: . . . I have a Tkinter app that works for me until I use Toplevel to add a title. My efforts to use Toplevel have confused me, bringing an additional unwelcome blank

Re: [Tkinter-discuss] Method calling upwards; Listbox arrow events ?

2008-07-07 Thread Cameron Laird
On Mon, Jul 07, 2008 at 10:22:40AM -0700, gegard wrote: . . . ...2) Why can I not bind to arrow keys (Up in this example)? Arrow keys do not change the list box... Aha, the listbox doesn't get the focus, so the arrow

Re: [Tkinter-discuss] Method calling upwards; Listbox arrow events ?

2008-07-07 Thread Cameron Laird
On Mon, Jul 07, 2008 at 12:13:49PM -0700, gegard wrote: . . . But I see that I get the index number of the selection _before_ I've moved to a new selected item if I'm using the arrow keys. Another problem to resolve. I

Re: [Tkinter-discuss] Method calling upwards; Listbox arrow events ?

2008-07-08 Thread Cameron Laird
On Tue, Jul 08, 2008 at 02:48:09AM -0700, gegard wrote: . . . ... use the ListboxSelect event... That works perfectly, thank you. I'm very grateful. That's in none of the main resources I was using (effbot.org, NMT, an

Re: [Tkinter-discuss] Stopping a for loop with a sleep() funciton in it

2008-07-13 Thread Cameron Laird
On Thu, Jul 10, 2008 at 10:35:03PM -0700, Alexnb wrote: . [hundreds of lines] . . I am not that familiar with teh after call, but when I change it to this: def Open(root): bb = BusyBar(root,

Re: [Tkinter-discuss] Getting rid of the title bar

2008-07-13 Thread Cameron Laird
On Sat, Jul 12, 2008 at 04:06:01PM -0700, Alexnb wrote: . . . For part of the app I am writing I want to be able to temporarily make the title bar go away, and then bring it back. I vaguely remember reading about a Tkinter

Re: [Tkinter-discuss] Stopping a for loop with a sleep() funciton in it

2008-07-13 Thread Cameron Laird
On Thu, Jul 10, 2008 at 10:30:53PM -0700, Alexnb wrote: . . . yes I know it runs in milliseconds. So what do you suggest? 1 millisecond is about what I want. it was .1 seconds for the sleep() time. I didn't write this code

Re: [Tkinter-discuss] [Tkinter]Right click popup

2008-07-28 Thread Cameron Laird
On Mon, Jul 28, 2008 at 03:06:29PM -0700, Ambigioz wrote: . . . Because toplevel has got the windows manager buttons (close,expand,hide) and on right click i want only a rectangle with those commands..

Re: [Tkinter-discuss] simple way of clearing out a text widget

2008-08-11 Thread Cameron Laird
On Mon, Aug 11, 2008 at 08:35:21AM -0700, Alexnb wrote: . . . I am wondering, what is the best way to clear out a text widget. If it matters, I will still want to use that text widget again. .

Re: [Tkinter-discuss] Drop Down menu depicting system directory structure

2008-09-23 Thread Cameron Laird
On Tue, Sep 23, 2008 at 03:36:55PM +0530, Ashish Sethi wrote: . . . I am creating an application using Tkinter which requires user to input a file address (complete path). I am currently using an Entry widget for this. But

Re: [Tkinter-discuss] changing the Entry 'show' option back to normal

2008-12-04 Thread Cameron Laird
On Sun, Nov 30, 2008 at 03:50:00PM -0500, Levi Starrett wrote: . . . i'm trying to create a password system with the pmw notebook. i've succeeded in changing the entry show option to '*', but i can't figure out how to

[Tkinter-discuss] Have anyone mentioned lightbuttons?

2009-01-11 Thread Cameron Laird
I think URL: http://wiki.tcl.tk/10627 will interest many Tkinter developers. ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss

Re: [Tkinter-discuss] Python2.5.1+Tkinter+Tile0.8.2

2009-01-12 Thread Cameron Laird
On Fri, Jan 02, 2009 at 04:17:29PM +, Nawal Galileon Husnoo wrote: . . . I'm just starting out in Python Tkinter programming, and I tried to use the Tile module to improve the looks of the Tk program I am writing.

Re: [Tkinter-discuss] From wxPython to TK

2009-03-19 Thread Cameron Laird
On Thu, Mar 19, 2009 at 01:42:34AM -0700, jimscafe wrote: . . . There doesn't seem to be much development going on in tk, is this a potential future problem? . .

Re: [Tkinter-discuss] From wxPython to TK

2009-03-19 Thread Cameron Laird
On Thu, Mar 19, 2009 at 08:51:38AM -0700, Tim Jones wrote: . . . Sorry to usurp the TK-ness of this thread, but have you taken a look at PyQT (http://www.riverbankcomputing.co.uk/software/pyqt/intro)? It's Python

Re: [Tkinter-discuss] after_cancel?

2009-04-16 Thread Cameron Laird
On Thu, Apr 16, 2009 at 06:51:46AM -0700, Wayne Watson wrote: . . . I'm looking a program that I'm not real familiar with that uses an after_cancel method and after_id variable. Are they related to some particular widget

[Tkinter-discuss] Anti-procedural prejudice? (was: ttk style dilema)

2009-04-27 Thread Cameron Laird
On Mon, Apr 27, 2009 at 02:07:40PM -0700, Sorin Schwimmer wrote: . . . Next, your suggestions are exactly what I was looking for. The following prototype is showing what am I after (ugly, no classes, but take it as a

Re: [Tkinter-discuss] non-GUI event detection in Tkinter mainloop()

2009-05-20 Thread Cameron Laird
On Wed, May 20, 2009 at 12:25:08PM +0300, Igor Novikov wrote: . . . File system events are not a part of tk library so Tkinter doesn't process such events. Nevertheless native _tkinter library contains two file event

Re: [Tkinter-discuss] Leak with Entry on Mac ( 8.5.7 / 2.6.2 )?

2009-06-06 Thread Cameron Laird
On Sat, Jun 06, 2009 at 01:51:29PM -0700, Art Botterell wrote: . . . On Jun 6, 2009, at 6/6/09 1:40 PM, Guilherme Polo wrote: Please, include a code that runs and that also contains the described problem. Not sure how

Re: [Tkinter-discuss] locking window size?

2009-06-14 Thread Cameron Laird
On Fri, Jun 12, 2009 at 10:34:17AM -0700, GKalman wrote: . . . How to lock top window size with 2 different Frames on it ? . . . window['resizable']

Re: [Tkinter-discuss] Forcing a window to update with while loop running

2009-06-18 Thread Cameron Laird
On Thu, Jun 18, 2009 at 03:34:38PM -0500, Adam Kadzban wrote: . . . Hi again, let me start off by saying that my code does what I want it to, it's just done in a terribly hackish way, and I'm wondering if there's a better

Re: [Tkinter-discuss] Forcing a window to update with while loop running

2009-06-18 Thread Cameron Laird
On Thu, Jun 18, 2009 at 03:58:36PM -0500, Adam Kadzban wrote: . . . Thanks Cameron. I realize actually having something that works is good, however the ...do stuff... in my code is controlling an xray beam taking pictures

Re: [Tkinter-discuss] Tkinter mouse-event w/o class and/or global?

2009-06-22 Thread Cameron Laird
On Mon, Jun 22, 2009 at 04:51:20AM -0700, GKalman wrote: . . . As an example: I want to click on a Canvas and with that change its background color. The usual way is to declare a class (i.e a namespace). An other way

Re: [Tkinter-discuss] [correction] Communicating between objects w/o class and/or global?

2009-06-22 Thread Cameron Laird
On Mon, Jun 22, 2009 at 05:24:02PM -0700, GKalman wrote: . . . Thanks to both of you. . . . Confirmation that these answers indeed serve you--which you

Re: [Tkinter-discuss] Anyone needs old demo programs ?

2009-07-03 Thread Cameron Laird
On Fri, Jul 03, 2009 at 04:27:42PM +0200, Francesco Bochicchio wrote: . . . nine years ago I needed to lern some Tkinter for a work, so in the summer I spent some time duplicating about 80% of the demo programs included in

Re: [Tkinter-discuss] Finding variable associated with checkbutton

2009-07-08 Thread Cameron Laird
On Wed, Jul 08, 2009 at 01:37:52PM -0700, VladPotrosky wrote: . . . How do you find the variable which a checkbutton is linked to? example: v = IntVar() c = Checkbutton(master, text='Foo', variable=v) how do you

Re: [Tkinter-discuss] Passing arguments to command in button.bind.

2009-07-28 Thread Cameron Laird
On Tue, Jul 28, 2009 at 02:04:52PM +0200, jkv wrote: . . . Im playing around with Tkinter and cant figure out how to pass arguments to a def which are called when pressing a button. When i bind to

Re: [Tkinter-discuss] command for dynamic buttons

2009-08-07 Thread Cameron Laird
On Fri, Aug 07, 2009 at 07:06:54PM -0300, Guilherme Polo wrote: . . . Hello! I'm making an application with lots of similar buttons. But I can't figure out how to make the command unique for each button. I tried to follow

Re: [Tkinter-discuss] How do I identify which menu item has bee selected?

2009-08-19 Thread Cameron Laird
On Wed, Aug 19, 2009 at 10:53:07AM +0200, Francesco Bochicchio wrote: . . [much valuable detail] . P.S : in case you don't know, unlike Java, Python has not a 'default widget set', that you must use if you

Re: [Tkinter-discuss] TkAqua issue: are threaded Python applications still possible on OS X?

2010-02-25 Thread Cameron Laird
On Wed, Feb 24, 2010 at 12:44:55PM -0500, sarah.na...@utoronto.ca wrote: . . . For the last few weeks, I've been trying to fix a problem with the OS X port of a program I'm working on, PyGraphics; since I've had no

Re: [Tkinter-discuss] TkAqua issue: are threaded Python applications still possible on OS X?

2010-02-25 Thread Cameron Laird
On Thu, Feb 25, 2010 at 01:28:52PM +, Cameron Laird wrote: . . . I chatted a bit with Jeff Hobbes about this. We all agree that . . . Hobbs

Re: [Tkinter-discuss] Combobox - global var not found

2010-04-22 Thread Cameron Laird
On Wed, Apr 21, 2010 at 06:50:46PM -0700, kimmyaf wrote: . . . There are two versions. There is a combobox in Pmw, which i did import/install and still had issues. I haven't tried ttk.. I may try that if I have time at the

Re: [Tkinter-discuss] after and after_idle

2010-05-17 Thread Cameron Laird
On Mon, May 17, 2010 at 10:52:56PM +0200, Geoff Bache wrote: . . . root.after_idle(foo) and root.after(0, foo) ? (I've noticed that if I call after_idle and re-add it at the end of my callbacks then any calls to

Re: [Tkinter-discuss] How to capture exceptions after the end of the program

2010-06-25 Thread Cameron Laird
On Fri, Jun 25, 2010 at 01:54:57PM +0200, Vasilis Vlachoudis wrote: . . . unfortunately I cannot do that since I am using the output for other messages Vasilis On 06/25/10 13:14, Wayne Werner wrote: On Fri, Jun 25,

Re: [Tkinter-discuss] problem of understanding objects

2010-06-27 Thread Cameron Laird
On Sat, Jun 26, 2010 at 08:26:12AM +0200, zizou afix wrote: . . . i try to organize my code. but i ' ve some problem with basic objet oriented programing use. if some one can show me the way to destroy my canvas with this

Re: [Tkinter-discuss] Tkinter (IDLE) freeze when I try to use ttk

2010-07-11 Thread Cameron Laird
On Sun, Jul 11, 2010 at 10:07:30AM +0200, Sibylle Koczian wrote: . . . Von: Guido Carballo-Guerrero char...@me.com No my problem is that I can't use Python's IDLE. Well, I can only open one window at a time. If I try to

Re: [Tkinter-discuss] update of elements in GUI

2010-08-17 Thread Cameron Laird
On Wed, Aug 18, 2010 at 12:50:38AM +1200, Alex Ter-Sarkissov wrote: . . . I have some elements on the screen (Labels, most importantly) which content has to be updated every iteration of the algorithm run, e.g. Iteration =

Re: [Tkinter-discuss] update of elements in GUI

2010-08-18 Thread Cameron Laird
On Wed, Aug 18, 2010 at 08:19:38AM +0300, Firat Ozgul wrote: . . . If I am not mistaken you want something like this: 1) http://paste-it.net/public/i2de44d/ (with threads and classes) 2)

Re: [Tkinter-discuss] Entry Widget that can't enter into at first.

2010-08-24 Thread Cameron Laird
On Tue, Aug 24, 2010 at 11:57:57AM +0300, Firat Ozgul wrote: . . . Actually, I can reproduce the error described by the original poster... I am not exactly sure about the true dynamics of the solution, but after_idle()

Re: [Tkinter-discuss] Possible to disable individual items in a Tkinter Listbox?

2010-11-10 Thread Cameron Laird
On Wed, Nov 10, 2010 at 08:48:44AM -0500, pyt...@bdurham.com wrote: . . . Is here a way to disable individual items in a Tkinter Listbox? I'm looking for something like .itemconfig( index, state='disabled' ) (doesn't

Re: [Tkinter-discuss] Definitive list of all Tkinter events?

2010-11-13 Thread Cameron Laird
On Sat, Nov 13, 2010 at 12:37:25PM -0800, Lion Kimbro wrote: . . . I can't locate such a list either, for either tkinter or Tk. I've created http://tkinter.unpythonic.net/wiki/Events on the wiki, to note the

Re: [Tkinter-discuss] When to use a Canvas vs. a Frame from a container perspective?

2010-12-20 Thread Cameron Laird
On Sun, Dec 19, 2010 at 07:56:33PM +0100, Michael O'Donnell wrote: . . . As an example of how to use a Text widget as a container, below is a simple spreadsheet made using Entry widgets organised into a Text widget. The

[Tkinter-discuss] select multiple directories by tkFileDialog

2011-01-13 Thread Cameron Laird
I want to select multiple folders at a time but tkFileDialog.askdirectory() doesnt allow multiple=1 , as does askopenfilename() for files.. is there any way to make this work? -- View this message in context:

[Tkinter-discuss] Tkinter works with PyPy

2011-04-20 Thread Cameron Laird
http://bit.ly/dFg5g ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss

Re: [Tkinter-discuss] what is the meanning of triple?

2011-08-21 Thread Cameron Laird
On Sun, Aug 21, 2011 at 07:22:52PM +, Cameron Laird wrote: . . . here is the code: from Tkinter import * from tkColorChooser import askcolor def setBgColor(): (triple, hexstr) = askcolor

Re: [Tkinter-discuss] embedding in Tkinter

2011-09-06 Thread Cameron Laird
On Wed, Sep 07, 2011 at 09:44:21AM +1000, John McMonagle wrote: On 06/09/11 22:24, Alessandro Magni wrote: Hi everybody, I hope somebody here can give me a hand - I'm not so expert in GUI programming. I tried - in a Tkinter program I'm writing - to embed a terminal (linux here) in the

Re: [Tkinter-discuss] Hint text

2011-12-29 Thread Cameron Laird
On Thu, Dec 29, 2011 at 06:40:34AM -0500, pyt...@bdurham.com wrote: . . . There are many modules that add tooltip functionality to Tkinter; google tooltip tkinter for a list. One of my favorite tooltip modules is:

Re: [Tkinter-discuss] [REQ] Tkinter programmer

2012-03-02 Thread Cameron Laird
On Fri, Mar 02, 2012 at 04:21:14AM -0800, fresher wrote: . . . Hello. I am looking for somebody who could help me to do some tasks with Tkinter python programming? for sure $$ .

Re: [Tkinter-discuss] [REQ] Tkinter programmer

2012-03-05 Thread Cameron Laird
On Mon, Mar 05, 2012 at 07:38:11AM -0500, Kevin Walzer wrote: . . . It appears the tone of the discussion is deteriorating rapidly here. fresher, the purpose of this mailing list is to provide discussion and assistance

Re: [Tkinter-discuss] Is it safe to use True/False for 1/0 in tkinter?

2012-06-12 Thread Cameron Laird
On Tue, Jun 12, 2012 at 02:00:27PM +0200, Michael Lange wrote: Thus spoketh Wayne Werner wa...@waynewerner.com unto us on Tue, 12 Jun 2012 06:11:28 -0500 (CDT): I'm somewhat certain that it will work just fine, at least it does everywhere I've used it. I agree. Although I am too lazy

Re: [Tkinter-discuss] Is it safe to use True/False for 1/0 in tkinter?

2012-06-13 Thread Cameron Laird
On Wed, Jun 13, 2012 at 11:13:09AM +0200, Michael Lange wrote: . . . Let's try another Tk method that wants a boolean: root.tk_strictMotif(0.0) Traceback (most recent call last): File stdin, line 1, in module File

Re: [Tkinter-discuss] [Tutor] displaying an image

2012-10-04 Thread Cameron Laird
On Thu, Oct 04, 2012 at 10:02:07PM +0100, Matthew Ngaha wrote: . . . Well, you can download 2.7.3 (I think that's the current one) from python.org so you aren't stuck on that front. I don't think PIL got ported to Python

Re: [Tkinter-discuss] confused on grid positioning vs. imports

2013-03-08 Thread Cameron Laird
On Fri, Mar 08, 2013 at 05:54:57AM -0600, Bryan Oakley wrote: On Thu, Mar 7, 2013 at 11:38 PM, Monte Milanuk memila...@gmail.com wrote: So... I've been tinkering with python and Tkinter and ttk a bit lately, and because I've been using pylint which complains a lot if I do a wildcard import

Re: [Tkinter-discuss] Tcl/TK issue with viewVC (UNCLASSIFIED)

2013-03-30 Thread Cameron Laird
On Fri, Mar 29, 2013 at 11:27:31PM +0100, Michael Lange wrote: On Fri, 29 Mar 2013 20:38:31 + Glasgow, Steven R CIV USARMY TRADOC ANALYSIS CTR (US) steven.r.glasgow@mail.mil wrote: . . . Thank you for the reply.

Re: [Tkinter-discuss] Is this the right place for Tix questions?

2014-04-21 Thread Cameron Laird
On Sun, Apr 20, 2014 at 06:30:04PM +0100, Alan Gauld wrote: . . . I don't see a separate Tix group so is this a valid place to ask Tix questions? I've been trying to use some of the Tix widgets and running into issues,

Re: [Tkinter-discuss] tkinter file dialog pattern matching

2015-08-22 Thread Cameron Laird
On Sat, Aug 22, 2015 at 10:17:11PM +0200, Laura Creighton wrote: In a message of Sat, 22 Aug 2015 21:04:24 +0100, Pawel Mosakowski writes: Hi, I've found this little gem in the Tk docs https://www.tcl.tk/man/tcl8.4/TkCmd/getOpenFile.htm#M13 From what I see file patterns in the file dialog

[Tkinter-discuss] tkinter issue while using matplotlib module..

2017-07-19 Thread Cameron Laird
niraj pandey has tried to submit a question to the list. Apparently I misconfigured something, be- cause it's not showing up promptly. While I correct my error, I transcribe niraj's request here: > I am getting the error while running one of my python script. > >

Re: [Tkinter-discuss] implementation change to simplify Tkinter event loop and threading issues

2018-06-06 Thread Cameron Laird
On Wed, Jun 06, 2018 at 12:55:25PM -0700, Tim Jones wrote: . . . > > On Jun 6, 2018, at 11:56 AM, Mark Roseman wrote: > > > > The best part of this, at least as far as stability goes, is that Tcl > > controls the timing of

Re: [Tkinter-discuss] Text to postscript

2019-06-19 Thread Cameron Laird
On Tue, Jun 18, 2019 at 11:21:29PM +0200, Michael Lange wrote: . . . > On Tue, 18 Jun 2019 10:09:08 + > Vasilis Vlachoudis wrote: > > > Thanks Michael, > > > > not exactly what I was looking for. > > oh yes, I thought

Re: [Tkinter-discuss] Tcl/Tk/Tkinter now in macOS Pythons

2019-06-21 Thread Cameron Laird
On Wed, Jun 19, 2019 at 11:55:23AM -0600, bob wrote: . . . > So with recent versions of the Python 2 and 3 installers for macOS the > Python.org (not .com! :) have started including their own private copy of > Tcl/Tk (8.6.8)

Re: [Tkinter-discuss] new location for John Shipman's Tkinter reference manual

2020-08-28 Thread Cameron Laird
Me, too: thank you, Mark, for this leadership. Cameron Laird, vice president We make computers work for people. On Fri, Aug 28, 2020 at 3:23 PM Bryan Oakley wrote: > This is an excellent idea. Thanks, Mark! > > On Fri, Aug 28, 2020 at 3:08 PM Mark Roseman wrote: > >> A

Re: [Tkinter-discuss] How to install jpeg support in Tkinter

2020-11-07 Thread Cameron Laird
I'm with Michael: that is, while I don't have a Win* desktop configured at the moment to verify his directions, the configuration you seek, Donald, should be no more difficult than he describes. We *do* need to document this somewhere accessible ... Cameron Laird, vice president We make