Re: Help! Custom cell renderers blowing up ...

2013-02-22 Thread Dave Howorth
Dan Kasak wrote: > On Fri, 2013-02-22 at 05:18 +, Dan Kasak wrote: > >> Hi Torsten. Thanks, once again, for the reply. > > AHA! Removed some distro libraries and pulled in via cpan ... and it's > FIXED! In most distros at least, you shouldn't need to remove distro libraries (assuming you mea

Re: Help! Custom cell renderers blowing up ...

2013-02-22 Thread Torsten Schoenfeld
On 22.02.2013 06:18, Dan Kasak wrote: Hi Torsten. Thanks, once again, for the reply. Glad to help. On Thu, 2013-02-21 at 09:39 +, Torsten Schoenfeld wrote: On 21.02.2013 07:28, Dan Kasak wrote: > Can't locate object method "EDITING_STARTED" via package > "Gtk3::Ex::Datasheet::DBI::CellRe

Re: Help! Custom cell renderers blowing up ...

2013-02-21 Thread Dan Kasak
On Fri, 2013-02-22 at 05:18 +, Dan Kasak wrote: > Hi Torsten. Thanks, once again, for the reply. AHA! Removed some distro libraries and pulled in via cpan ... and it's FIXED! Sorry for the false flags ... but actually you helped me out a lot with other issues in my code anyway :) Dan _

Re: Help! Custom cell renderers blowing up ...

2013-02-21 Thread Dan Kasak
Hi Torsten. Thanks, once again, for the reply. On Thu, 2013-02-21 at 09:39 +, Torsten Schoenfeld wrote: > On 21.02.2013 07:28, Dan Kasak wrote: > > Can't locate object method "EDITING_STARTED" via package > > "Gtk3::Ex::Datasheet::DBI::CellRendererText" at > > /usr/lib64/perl5/site_perl/5.12

Re: Help! Custom cell renderers blowing up ...

2013-02-21 Thread Torsten Schoenfeld
On 21.02.2013 07:28, Dan Kasak wrote: Can't locate object method "EDITING_STARTED" via package "Gtk3::Ex::Datasheet::DBI::CellRendererText" at /usr/lib64/perl5/site_perl/5.12.4/Gtk3.pm line 228. I don't get this with my Gtk3 port of odot, so… no clue off-hand. Can you provide a self-contained

Help! Custom cell renderers blowing up ...

2013-02-20 Thread Dan Kasak
Hi again :) I've made steady progress today, but now I'm stumped again. I've been used bits of pieces of code borrowed from Odot and other examples I've found. Hence, I don't *quite* understand what they're doing completely :) Anyway, I'm getting into START_EDITING() fine. But when this exits, I g