Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
wx.grid delete column crash
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
sebastián  
View profile  
 More options Oct 4 2012, 12:43 pm
From: sebastián <sel...@gmail.com>
Date: Thu, 4 Oct 2012 11:41:48 -0500
Local: Thurs, Oct 4 2012 12:41 pm
Subject: wx.grid delete column crash

Hi

I've create a sheet and a context menu to delete columns,but  if I want to
delete a column that has a custom attribute then the aplication will crash,
in the other hand if I want to delete an standar column - a column without
a custom attribute, then the aplication will continue working ok

my system information is

wxPython version  2.9.4.0
python version    2.7.3.0
windows 7 os 64

thanks in advance
--
Sebastián López
Ingeniero Químico


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robin Dunn  
View profile  
 More options Oct 8 2012, 12:55 pm
From: Robin Dunn <ro...@alldunn.com>
Date: Mon, 08 Oct 2012 09:55:08 -0700
Local: Mon, Oct 8 2012 12:55 pm
Subject: Re: [wxPython-users] wx.grid delete column crash
On 10/4/12 9:41 AM, sebasti n wrote:

> Hi

> I've create a sheet and a context menu to delete columns,but  if I want
> to delete a column that has a custom attribute then the aplication will
> crash, in the other hand if I want to delete an standar column - a
> column without a custom attribute, then the aplication will continue
> working ok

It is probably trying to delete the custom attribute twice.  Try calling
IncRef on it before you give it to the grid.  Otherwise:
http://wiki.wxpython.org/MakingSampleApps

--
Robin Dunn
Software Craftsman
http://wxPython.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »