Re: interactive search on simplelist



On Thu, 2003-12-18 at 17:26, Torsten Schoenfeld wrote:
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.

It does, thanks a lot!
-- 

Regards


David Sword




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