Re: configuring temporary entry widget of TableList Cell using Python

2008-08-18 Thread lee . walczak
On Aug 18, 7:01 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > It is this procedure I am trying to replicate in Python. Is it > > possible to guide help tell me the right approach here. Of course I > > can submit my code to help ( if this is useful ) but the problem I >

Re: configuring temporary entry widget of TableList Cell using Python

2008-08-18 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: It is this procedure I am trying to replicate in Python. Is it possible to guide help tell me the right approach here. Of course I can submit my code to help ( if this is useful ) but the problem I think clear to see from these summary details. I'm afraid this is a bit

configuring temporary entry widget of TableList Cell using Python

2008-08-18 Thread lee . walczak
Hi, I am using Tkinter & the Kevin Walzer's TableList Wrapper for python implemented GUI: http://tkinter.unpythonic.net/wiki/TableListWrapper The TableList has been extremely useful in allowing me to create my GUI for my engineering requirements, but I have hit a brick wall and need some assista