DelphinSoftware / vcl-styles-utils

Automatically exported from code.google.com/p/vcl-styles-utils
0 stars 0 forks source link

Adding UseLatestCommonDialogs produces Canvas does not allow drawing Exception #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. procedure TForm1.Open1Click(Sender: TObject);
  begin
    UseLatestCommonDialogs := True;
    if OpenPictureDialog1.Execute then
    begin
    end;
end;

What is the expected output? What do you see instead?
Exception

What version of the product are you using? On what operating system?
Latest version on Windows 8.1 with XE4

Please provide any additional information below.

Original issue reported on code.google.com by w...@frontiernet.net on 29 Aug 2014 at 3:32

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r241.

Original comment by Rodrigo.Ruz.V@gmail.com on 11 Sep 2014 at 11:07