Message from discussion
wx.ListCtrl doesn't display items nor columns when style=wx.LC_REPORT on Windows
Received: by 10.204.131.75 with SMTP id w11mr44182bks.0.1335309534017;
Tue, 24 Apr 2012 16:18:54 -0700 (PDT)
X-BeenThere: wxpython-users@googlegroups.com
Received: by 10.204.156.65 with SMTP id v1ls7244034bkw.4.gmail; Tue, 24 Apr
2012 16:18:49 -0700 (PDT)
Received: by 10.204.153.209 with SMTP id l17mr43203bkw.4.1335309528930;
Tue, 24 Apr 2012 16:18:48 -0700 (PDT)
Received: by 10.204.153.209 with SMTP id l17mr43202bkw.4.1335309528915;
Tue, 24 Apr 2012 16:18:48 -0700 (PDT)
Return-Path: <leferre...@gmail.com>
Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169])
by gmr-mx.google.com with ESMTPS id k15si23160714bks.0.2012.04.24.16.18.48
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 24 Apr 2012 16:18:48 -0700 (PDT)
Received-SPF: pass (google.com: domain of leferre...@gmail.com designates 209.85.217.169 as permitted sender) client-ip=209.85.217.169;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of leferre...@gmail.com designates 209.85.217.169 as permitted sender) smtp.mail=leferre...@gmail.com; dkim=pass header...@gmail.com
Received: by lbbgg6 with SMTP id gg6so1282460lbb.14
for <wxpython-users@googlegroups.com>; Tue, 24 Apr 2012 16:18:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type:content-transfer-encoding;
bh=8LCH5qtTHpehIWt1pWR2o8VbcF9wXtsxCQ9edDHV4UY=;
b=sN/scy38WhmYg/OX2udIo6kQWtZNixjO1qRA4gsxoI8TxZd23HJv8ygcnUMDDjY04M
Z/7wz0e1y153lJUVVl4TZ64dFoqqGxjN1+n/98qk6hr4xJOhAhtxkK/o/vi4y1pr2tNN
2SO3Pmy/YGitDoUbDtkNkmophU5SoEeLK19nq7PCqzAjYaZSQIDDbx6kaZ+XPhO9Zjio
sKOzsLBsD//4KmpywBiMqKzlam9GhGqhcAQlVeA9orO7v5kj6b2MqGG1IEAPNxRx/Q0r
y5Vb8cBQmf5EvZW/gHhde2yuddyFKtHUpbrRu61unG0WuVADQo5Q6OwLIW2Sj42QtBz+
RHyQ==
MIME-Version: 1.0
Received: by 10.152.115.74 with SMTP id jm10mr344988lab.32.1335309528502; Tue,
24 Apr 2012 16:18:48 -0700 (PDT)
Received: by 10.112.48.138 with HTTP; Tue, 24 Apr 2012 16:18:48 -0700 (PDT)
In-Reply-To: <4F96DF09.9020...@alldunn.com>
References: <a0246f3e-eced-4931-93f6-07ccd3772...@x17g2000yqj.googlegroups.com>
<4F96DF09.9020...@alldunn.com>
Date: Tue, 24 Apr 2012 20:18:48 -0300
Message-ID: <CAKgC8t0Qt-pJjVrYiyGR9zfo2M5WuX1iQLJc=2cVuvo4WZY...@mail.gmail.com>
Subject: Re: [wxPython-users] wx.ListCtrl doesn't display items nor columns
when style=wx.LC_REPORT on Windows
From: Leonardo Ferreyra <leferre...@gmail.com>
To: wxpython-users@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Perfect, Thanks
I'm very impressed with how quickly you respond.. Thanks again!
El d=EDa 24 de abril de 2012 14:12, Robin Dunn <ro...@alldunn.com> escribi=
=F3:
> On 4/24/12 8:18 AM, leferreyra wrote:
>>
>> hi, it's me again..
>>
>> when i set the style to wx.LC_LIST it display the items but only the
>> first column as spected, but when i set it to wx.LC_REPORT it doesnt
>> show the columns nor items... just the listcrtl empty
>>
>> this only happens on windows, on linux everything runs perfect...
>>
>> Here is the code http://github.com/leferreyra/w3bex-sgpd
>> In the ui.py file.. the class MyFrame.. ( it happens in all classes
>> with listctrls )
>
>
> Try passing an actual column number to InsertColumn instead of -1.
>
>
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org
>
>
> --
> To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
> or visit http://groups.google.com/group/wxPython-users?hl=3Den