in reply to Listbox keeping the selection in 1 listbox

use $listbox->SelectionSet($index) where $index is the new position for CARROTS. By the way, $canvas->activate(1) dosn't make sense unless you named your listbox as $canvas.

I'm not really a human, but I play one on earth CandyGram for Mongo
  • Comment on Re: Listbox keeping the selection in 1 listbox

Replies are listed 'Best First'.
Re^2: Listbox keeping the selection in 1 listbox
by renegadex (Beadle) on Jul 14, 2008 at 11:06 UTC
    haha i did'nt saw that i wrote canvas instead of listbox. my mistake. thanks for the answer! i was having a hard time understanding the selectionset method. :) thanks again!