ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 cropsel bug ?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

pierrotsc

USA
497 Posts

Posted - Jan 23 2019 :  10:18:12  Show Profile  Reply
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 ?

xequte

38128 Posts

Posted - Jan 23 2019 :  17:15:50  Show Profile  Reply
Hi

Yes, I can reproduce and we will investigate shortly.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

pierrotsc

USA
497 Posts

Posted - Jan 23 2019 :  19:11:44  Show Profile  Reply
no problem..
Go to Top of Page

xequte

38128 Posts

Posted - Feb 06 2019 :  14:04:02  Show Profile  Reply
We'll have a fix for this in 8.3.0 which will be released within a week or two.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: