Re: [Tkinter-discuss] Putting a Smartphone veneer over a tkinter user interface

2016-12-22 Thread inq1Ltd
On Wednesday, December 21, 2016 03:12:52 PM Alan L Dickman wrote: > Has anyone out there wrapped a smartphone image around a tkinter user > interface? If you did, how did you do it. If not, please share your ideas > for how one might do this. THANKS IN ADVANCE! > Alan Dickman > IBM Cloud Techn

Re: [Tkinter-discuss] corret sa

2015-02-24 Thread inq1ltd
Please send text question, many people will not open a zip file. jimonlinux inq1...@inqvista.com On Wednesday, February 04, 2015 06:13:40 PM Shondra Siskin wrote: > Hi, > > --- > -- CORRET SA > Goutte Vignole 69490 St Forgeux > F

Re: [Tkinter-discuss] Tkinter grid_info()

2015-02-17 Thread inq1ltd
o that if > I later forget the widget I can restore it > to the same position using the stored > details. > > Paul > > On 17/02/2015 18:55, inq1ltd wrote: > > Paul, > > Are you trying to create a loop to add > > entry fields to a form? > > > &g

Re: [Tkinter-discuss] Tkinter grid_info()

2015-02-17 Thread inq1ltd
Paul, Are you trying to create a loop to add entry fields to a form? jimonlinux inq1...@inqvista.com On Tuesday, February 17, 2015 05:41:36 PM Paul Malherbe wrote: > Please could someone tell me why this is > not working? > > from Tkinter import * > > root = Tk() > e = Entry(root) > e.gri

[Tkinter-discuss] Event debugger

2014-12-29 Thread inq1ltd
Vasilis, If I understand your problem correctly, I may try this. I expect that your code is in a class. class Kdata: vkey = '' # add this under you class # definition # add lines of code # # more lines of code # make your binder but before the binder add