to check it out, but if you're going to use it for real, get in touch
with me, it's under active development at the moment.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Hi,
I'm trying to set custom grid cell editor in my custom grid table
model but it just fails and I don't understand what's wrong there.
What am i doing wrong ?
Hi,
I'm trying to set custom grid cell editor in my custom grid table
model but it just fails and I don't understand what's wrong there.
What am i doing wrong ?
Since I can't read your mind I have no idea. Please reproduce your
problem in a small sample app and send it to the list so people can take
a look at what you are trying to do.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Hi,
I'm trying to set custom grid cell editor in my custom grid table
model but it just fails and I don't understand what's wrong there.
What am i doing wrong ?
Since I can't read your mind I have no idea. Please reproduce your
problem in a small sample app and send it to the list so people can take
a look at what you are trying to do.
Oops, I didn't see your attachment before. I'm looking at it right now...
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Hi,
I'm trying to set custom grid cell editor in my custom grid table
model but it just fails and I don't understand what's wrong there.
What am i doing wrong ?
Since I can't read your mind I have no idea. Please reproduce your
problem in a small sample app and send it to the list so people can take
a look at what you are trying to do.
Oops, I didn't see your attachment before. I'm looking at it right now...
Change your table class to manage the editor like the following. I think there are some docs on the wiki about managing the reference counts of the attrs, editors, and renderers:
Since I can't read your mind I have no idea. Please reproduce your
problem in a small sample app and send it to the list so people
can take a look at what you are trying to do.
Sorry, I've attached an example app but didn't mentioned it in the
email. See the attachment.
Hi, I'm trying to set custom grid cell editor in my custom
grid table model but it just fails and I don't understand
what's wrong there. What am i doing wrong ?
Since I can't read your mind I have no idea. Please reproduce
your problem in a small sample app and send it to the list so
people can take a look at what you are trying to do.
Oops, I didn't see your attachment before. I'm looking at it
right now...
Change your table class to manage the editor like the following. I
think there are some docs on the wiki about managing the reference
counts of the attrs, editors, and renderers: