Some problem in the sample files.
sorry if you know about these.  But fix that first one!
-----------
dc.pl
Usage Error in SetTextColor
says its looking for a handle,color combination but
in cmeta.pl
and in dc.pl
its getting     $W->SetTextColor($r, $g, $b);
Note:
  in dc.pl this happens in a loop.
I had to force a Reset to get out of it.  :-(((
--------

listbox.pl
$W->PostQuitMessage(0); isn't working on the Close button.
The Button works ok, prints the 'quit' that I stuck in there.
and it works if you hit it First after startup..... but
if I Add or Move something it doesn't.
--------
listview.pl
Line 16 change
    -height => 200, -width => 300,
to
    -height => 350, -width => 300,
so can see the buttons.
Line 20
  The imagelist items, the icons?, don't show.
-----------
pmx.pl
 line 913
    AboutWindow_Resize();  errors, needs x,y in there,
and should be
    $AboutWindow->Resize();
and actually don't need it *anyway*.
----------
podview.pl  options don't seem to do anything
-----------
treeview.pl
  tried this but can't get anything out of it.
my $t=$TV->SelectedItem();
$TV->getItem($t);
 nothing as a hash, 0 as scalar,
Would like some help on that one as it
was what started me off.
And that's all I have time for today.

Rob





Reply via email to