Skaman Sam Tyler wrote:

  Hi,

I am using a CheckListBox, and the Check() function doesn't seem to work. Is
the correct call $clist->Check($num,1) valid? Or is there a special one for
Perl? Is there a special order I should call this - like after the List has

  ->Check( $item, 1 ) works; I think it only works after the list has
been populated.  You can see a trivial example in the wxPerl demo.

HTH
Mattia

Reply via email to