I just noticed that when I use '-align => right' with '-foreground' the
  color is always black.

       $Win->AddLabel(
           -text    => "Sometext",
           -name    => "Mylabel",
           -left    => 365,
           -top     => 81,
           -width   => 30,
           -height  => 13,
           -align   => right,
           -foreground => [190,35,35],  # Red
          );

  If I leave the -align => right out of the code the color comes out Red as
  it should.

  Just an observation.  :)

  -David Hiltz

Reply via email to