in reply to Re: perl/tk HLIST selections options
in thread perl/tk HLIST selections options

selectionSet(0, 'end' ); dint seem to work it gives me an error entry end not found

Replies are listed 'Best First'.
Re^3: perl/tk HLIST selections options
by SciDude (Friar) on Jul 09, 2004 at 05:34 UTC

    Looking around some more, you may be able to get at the "end" value:

    $listbox->index(index) Returns the integer index value that corresponds to index. If inde +x is end the return value is a count of the number of elements in the + listbox (not the index of the last element).

    Really, really untested code. Good luck!


    SciDude
    The first dog barks... all other dogs bark at the first dog.