Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39732

Re: Basic Listview Example

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <torriem@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.073
X-Spam-Evidence '*H*': 0.86; '*S*': 0.00; 'frameworks': 0.05; 'python': 0.09; 'additionally': 0.09; 'gui': 0.11; 'language': 0.14; 'options.': 0.15; 'creation.': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'qt,': 0.16; 'wrote:': 0.17; 'appears': 0.18; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'common': 0.26; 'cocoa': 0.29; 'function': 0.30; 'choices': 0.33; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'pm,': 0.35; 'too.': 0.35; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'others.': 0.36; 'anything': 0.36; 'operating': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'most': 0.61; 'you.': 0.61; 'different': 0.63; 'believe': 0.69; 'all!': 0.84; 'subject:Basic': 0.84; 'tonne': 0.84; 'glad': 0.86; 'dozens': 0.91; 'numerous': 0.91
X-Virus-Scanned amavisd-new at torriefamily.org
Date Sat, 23 Feb 2013 20:53:38 -0700
From Michael Torrie <torriem@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12
MIME-Version 1.0
To python-list@python.org
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>
In-Reply-To <6a92297e-af96-4116-99ba-502db8850988@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2394.1361678031.2939.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1361678031 news.xs4all.nl 6899 [2001:888:2000:d::a6]:53252
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:39732

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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