TThumbnailPreview.MarkerColor
Select messages from
# through # FAQ
[/[Print]\]

DELPHI AREA -> DELPHI AREA's Products

#1: TThumbnailPreview.MarkerColor Author: MeWLocation: Netherlands PostPosted: 17/02/05 18:45
    —
Please patch the source to change the color of you Marker. It has an invalid if-statement which is triggered if not assigned.

Code:

procedure TThumbnailPreview.SetMarkerColor(Value: TColor);
begin
  if MarkerColor <> Value then
  begin
    FMarkerColor := Value;
    (*
    if ActiveThumb = nil then
    *)
    if Assigned(ActiveThumb) then
      ActiveThumb.PageView.Invalidate;
  end;
end;

#2:  Author: KambizLocation: Tehran, Iran PostPosted: 21/02/05 12:30
    —
Thank you so much!

Kambiz



DELPHI AREA -> DELPHI AREA's Products


output generated using printer-friendly topic mod. All times are GMT

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group