Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
pierrotsc
Posted - Jan 23 2019 : 10:18:12 If you modify the select and crop demo by adding true to the cropsel command
procedure TForm1.BitBtn_cropClick(Sender: TObject);
begin
//ImageEnView1.AssignSelTo(ImageEnView1);
if ( imageenview1.Selected )
then ImageEnView1.Proc.CropSel(True)
else ShowMessage ('Please select an area to crop with your mouse first!');
ImageEnView1.Deselect;
end;
you get weird results. I thought it was my code but i was able to replicate it.
Anybody else see a strange behavior ?
3 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Feb 06 2019 : 14:04:02 We'll have a fix for this in 8.3.0 which will be released within a week or two.