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


Groups > comp.lang.python > #39728

Re: Basic Listview Example

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.straub-nv.de!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.173
X-Spam-Level *
X-Spam-Evidence '*H*': 0.69; '*S*': 0.03; 'gui': 0.11; 'language': 0.14; 'options.': 0.15; '24,': 0.16; 'creation.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'appears': 0.18; 'feb': 0.19; 'header:In-Reply- To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'help,': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'enough': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'your': 0.60; 'provide': 0.62; 'information': 0.63; 'believe': 0.69; '2013': 0.84; 'all!': 0.84; 'subject:Basic': 0.84; 'tonne': 0.84; 'glad': 0.86; '1:18': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Sz1KQ/5ThRThAyJilYjGUixkyuwDts+Ezye4HZrWbFs=; b=q7MhbFE1YhS8jNvEqjcUxleQxrhltFT64zLLq2r/WIZ1diMjvqq8Jag9qvHhYcVgA8 zUT5nyRGBpOFNtmW3qEChGVhhC4fzwTBNGDNGC5zmNMqbFYt+z66lsO+vQ+o1drCy0Kt b96ocyZKQ6+vqI35bHqYghgOM+szww0KZK5yEaX+bjRrNWy9W7HJyhxXBcS7CN9PTf6M Jc5xYic9fnTC3tBnpABdWS0XlpxBUP1e20Uys097DnVssaaWhN3Np5JLBfq02v5gL4S3 vXhBYB2lhruHCCQpSOCMGVHB/iex2haRGa7YKeS7zD5Oy2SV6PC1wPVbKJ7vCMpxf8CZ pO5g==
MIME-Version 1.0
X-Received by 10.68.194.37 with SMTP id ht5mr10648776pbc.194.1361673189508; Sat, 23 Feb 2013 18:33:09 -0800 (PST)
In-Reply-To <6a92297e-af96-4116-99ba-502db8850988@googlegroups.com>
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>
Date Sun, 24 Feb 2013 13:33:09 +1100
Subject Re: Basic Listview Example
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
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.2391.1361673192.2939.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1361673192 news.xs4all.nl 6969 [2001:888:2000:d::a6]:59469
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:39728

Show key headers only | View raw


On Sun, Feb 24, 2013 at 1:18 PM, Xx7 <xxxx7xx@gmail.com> 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 information that they can actually answer
your questions!

ChrisA

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