Re: Basic Listview Example

2013-02-24 Thread Rick Johnson
On Friday, February 22, 2013 12:03:30 PM UTC-6, Xx7 wrote: > Hi, could somebody possibly provide a basic listview example? thanks! Depends on your definition of a "listview". We NOW know you want examples of GUI widgets; but /which/ GUI library do you plan on using? If you are n

Re: Basic Listview Example

2013-02-23 Thread Michael Torrie
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 framew

Re: Basic Listview Example

2013-02-23 Thread Chris Angelico
On Sun, Feb 24, 2013 at 1: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. No probs, glad that's settled. I hope that when you ask the C# people for help, you provide enough informat

Re: Basic Listview Example

2013-02-23 Thread Xx7
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. -- http://mail.python.org/mailman/listinfo/python-list

Re: Basic Listview Example

2013-02-22 Thread Chris Angelico
On Sat, Feb 23, 2013 at 10:36 AM, Xx7 wrote: > Listview example in a GUI Sounds to me like you may be talking about GTK, but I'm not 100% sure there. You really need to give a LOT more information. Actually, you'll probably find that Google Search has crystal balls every bit as good as ours; if y

Re: Basic Listview Example

2013-02-22 Thread Terry Reedy
On 2/22/2013 6:36 PM, Xx7 wrote: Listview example in a GUI The documentation for each GUI framework should have an example for each of its widgets. Specific questions about any framework other than tk access though tkinter are probably best directed to framework-specific mailing lists. --

Re: Basic Listview Example

2013-02-22 Thread Xx7
Listview example in a GUI -- http://mail.python.org/mailman/listinfo/python-list

Re: Basic Listview Example

2013-02-22 Thread Terry Reedy
On 2/22/2013 1:03 PM, Xx7 wrote: Hi, could somebody possibly provide a basic listview example? thanks! Hi, could you possibly explain what you mean by listview? thanks! (There is no such class that I know of.) -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list