in reply to Can't locate object method "get_row_data_from_path" via package "Gtk2::Ex::Simple::List"

Ignoring the synopsis, Does the examples/simple_list.pl run?

https://rt.cpan.org/Public/Dist/Display.html?Name=Gtk2-Ex-Simple-List

Bug #19148 for Gtk2-Ex-Simple-List: missing method get_row_data_from_path?

  • Comment on Re: Can't locate object method "get_row_data_from_path" via package "Gtk2::Ex::Simple::List"

Replies are listed 'Best First'.
Re^2: Can't locate object method "get_row_data_from_path" via package "Gtk2::Ex::Simple::List"
by aslewis (Novice) on Jan 14, 2012 at 11:24 UTC

    Yes. The simple_list.pl file you linked to runs without errors.

      You see Dumper output, and no complaint about get_row_data_from_path?

        Yes, I receive dumper output, and no complaints from get_row_data_from_path:

        >perl -w simplelist.pl row ref ARRAY(0x26467f0)act $VAR1 = [ 'pushed', '5', '5.5', '0', 'scalar pushed', bless( {}, 'Gtk2::Gdk::Pixbuf' ), 'scalar pushed', [ 5, 6, 7 ], '<span color="green">pushed</span>' ]; >Exit code: 0