Re: interactive search on simplelist



On Thu, 2003-12-18 at 17:48, David Sword wrote:

    my $col = $addskulist->get_column(0);
    $addskulist->set_search_column($col);

set_search_column expects an integer.  So make that

  $addskulist->set_search_column(0);

and it should work.

HTH,
-Torsten




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]