Basic Listview Example

T

Terry Reedy

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.)
 
T

Terry Reedy

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.
 
C

Chris Angelico

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 you type 'python listview example' and start adding
keywords to say what sort of example you're looking for, it'll find
something for you.

Meanwhile, over at DuckDuckGo, one does not ask whether or not they
have crystal balls. You instead ask whether they quack like they have
crystal balls, whether they can swim like they have crystal balls, and
whether you can type in 'python listview example' and get results like
they have crystal balls. And the answer is: Yes.

ChrisA
 
X

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.
 
X

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.
 
C

Chris Angelico

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 information that they can actually answer
your questions!

ChrisA
 
M

Michael Torrie

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.
 
R

Rick Johnson

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 not sure which library is best for you, then have a look at this:

http://wiki.python.org/moin/GuiProgramming

We cannot help you until you provide more "specific" information. Also, don't forget to mention the relevant platform(s).

http://en.wikipedia.org/wiki/Computing_platform
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top