Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39732
| Date | 2013-02-23 20:53 -0700 |
|---|---|
| From | Michael Torrie <torriem@gmail.com> |
| Subject | Re: Basic Listview Example |
| References | <024d2304-e7e1-425c-973a-533e75c919eb@googlegroups.com> <mailman.2308.1361571288.2939.python-list@python.org> <1ae2f0e1-c949-4449-b5a1-41d99b8b7f9e@googlegroups.com> <mailman.2318.1361579113.2939.python-list@python.org> <6a92297e-af96-4116-99ba-502db8850988@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2394.1361678031.2939.python-list@python.org> (permalink) |
On 02/23/2013 07:18 PM, Xx7 wrote: > Thanks all! > > I believe C# appears to be a better language for this type of GUI > creation. Better Listview Express has a tonne of options. It's a common misconception that a language has anything to do with a GUI. I know of at least 3 different GUI frameworks for use with C#. WinForms, GTK#, Qt-sharp, WX.net, Cocoa and doubtless dozens others. On Python there are numerous toolkits too, such as Tk, Qt, Gtk, wxWidgets, and others. Additionally each operating system limits your choices too. But most GUI toolkits function very similarly. Glad you found something that works for you.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-22 10:03 -0800
Re: Basic Listview Example Tim Delaney <timothy.c.delaney@gmail.com> - 2013-02-23 07:49 +1100
Re: Basic Listview Example Terry Reedy <tjreedy@udel.edu> - 2013-02-22 17:12 -0500
Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-22 15:36 -0800
Re: Basic Listview Example Terry Reedy <tjreedy@udel.edu> - 2013-02-22 18:57 -0500
Re: Basic Listview Example Chris Angelico <rosuav@gmail.com> - 2013-02-23 11:25 +1100
Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-23 18:18 -0800
Re: Basic Listview Example Chris Angelico <rosuav@gmail.com> - 2013-02-24 13:33 +1100
Re: Basic Listview Example Michael Torrie <torriem@gmail.com> - 2013-02-23 20:53 -0700
Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-23 18:18 -0800
Re: Basic Listview Example Xx7 <xxxx7xx@gmail.com> - 2013-02-22 15:36 -0800
Re: Basic Listview Example Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-24 20:40 -0800
csiph-web