Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dietmar Schwertberger
On 27.02.2019 20:34, Dan Sommers wrote: What is a "network widget" in this context?  Application users don't usually interact with "the network" directly, and networks are usually on the opposite end of applications from the GUI.  What would your hypothetical network widget do?  What

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Michael Torrie
On 02/27/2019 10:59 AM, Igor Korot wrote: > Hopefully with the wxQt having more and more development we might have > a wxQt/Android port getting attention. I don't think Qt has any plans to support Android with the traditional Qt framework. They've instead focused on their next generation

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dan Sommers
On 2/27/19 9:37 AM, Dave wrote: I have two Python 3 (3.6) apps that will get the full GUI treatment very soon. I'm in the process of choosing a GUI, and that may be where you/your book can help. Seems this is not a trivial effort (wishing that Python was like VB6 from the 90's). Anyway, here

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Michael Torrie
On 02/27/2019 11:36 AM, Karsten Hilbert wrote: > On Wed, Feb 27, 2019 at 10:38:25AM -0500, Dave wrote: > >> * GUI relatively easy to understand and implement. easyGUI is truly easy in >> all areas, but fails some of my other requirements. The QT/PyQT/PySide2 >> situation is a mess - which one

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dietmar Schwertberger
On 27.02.2019 16:10, Dave wrote: I have two Python 3 (3.6) apps that will get the full GUI treatment very soon.  I'm in the process of choosing a GUI, and that may be where you/your book can help.  Seems this is not a trivial effort (wishing that Python was like VB6 from the 90's). IMHO what

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Karsten Hilbert
On Wed, Feb 27, 2019 at 10:38:25AM -0500, Dave wrote: > * GUI relatively easy to understand and implement. easyGUI is truly easy in > all areas, but fails some of my other requirements. The QT/PyQT/PySide2 > situation is a mess - which one to use, why, any implementation differences, > etc.

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Igor Korot
Hi, On Wed, Feb 27, 2019 at 10:53 AM Dave wrote: > > On 2/27/19 11:38 AM, Rhodri James wrote: > > On 27/02/2019 15:37, Dave wrote: > >> * GUI must support all desktops with a native look and feel. Kivy > >> fails this one. Will have mobile apps later in the year, so it would > >> be nice if one

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 2/27/19 11:38 AM, Rhodri James wrote: On 27/02/2019 15:37, Dave wrote: * GUI must support all desktops with a native look and feel.  Kivy fails this one.  Will have mobile apps later in the year, so it would be nice if one GUI fits all, but am ok with 2 gui's if needed. This requirement

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Rhodri James
On 27/02/2019 15:37, Dave wrote: * GUI must support all desktops with a native look and feel.  Kivy fails this one.  Will have mobile apps later in the year, so it would be nice if one GUI fits all, but am ok with 2 gui's if needed. This requirement will cause you endless pain, particularly

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
Sorry about the duplicate messages - bad hair day! Dave, On 2/27/19 10:38 AM, Dave wrote: On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook did. I hope

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook did. I hope

Re: ANN: Creating GUI Applications with wxPython

2019-02-27 Thread Dave
On 1/14/19 2:08 PM, Mike Driscoll wrote: Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook did. I hope

ANN: Creating GUI Applications with wxPython

2019-01-14 Thread Mike Driscoll
Hi, I just thought I would let you all know that I am working on my 2nd wxPython book, "Creating GUI Applications with wxPython". This one will be about actually creating small runnable applications instead of just recipes like my Cookbook did. I hope to have 8-10 working applications included