Re: Tkinter layout designer

2020-02-25 Thread mm0fmf
I don't claim to be an expert on Windows Forms, I inherited the support role and have added the odd widget over the years. The apps work but scream that their UI has been incrementally arrived at by someone who was just tinkering. :-) Thanks for the suggestions, I'll give Page a try. -- https

Re: Tkinter layout designer

2020-02-25 Thread jfong
mm0fmf於 2020年2月25日星期二 UTC+8上午5時29分33秒寫道: > Can anyone recommend a graphic layout designer for Tkinter programs. I > have a number of older C# Windows Forms apps that need porting so they > can run on Linux and Windows and this is the chance to re-write them in > Python. However, after using the

Re: Tkinter layout designer

2020-02-25 Thread Sibylle Koczian
Am 25.02.2020 um 07:32 schrieb Christian Gollwitzer: Am 24.02.20 um 22:29 schrieb mm0fmf: Can anyone recommend a graphic layout designer for Tkinter programs. I have a number of older C# Windows Forms apps that need porting so they can run on Linux and Windows and this is the chance to re-wri

Re: Tkinter layout designer

2020-02-24 Thread Souvik Dutta
There is one called PAGES On Tue, Feb 25, 2020, 12:05 PM Christian Gollwitzer wrote: > Am 24.02.20 um 22:29 schrieb mm0fmf: > > Can anyone recommend a graphic layout designer for Tkinter programs. > > There is no such thing for Tkinter. There is an outdated designer for Tk > called Visual Tcl, b

Re: Tkinter layout designer

2020-02-24 Thread Christian Gollwitzer
Am 24.02.20 um 22:29 schrieb mm0fmf: Can anyone recommend a graphic layout designer for Tkinter programs. There is no such thing for Tkinter. There is an outdated designer for Tk called Visual Tcl, but it can generate only Tcl code, not TkInter, and uses only old-style widgets. I have a nu

Tkinter layout designer

2020-02-24 Thread mm0fmf
Can anyone recommend a graphic layout designer for Tkinter programs. I have a number of older C# Windows Forms apps that need porting so they can run on Linux and Windows and this is the chance to re-write them in Python. However, after using the forms designer in Visual Studio, manually coding