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
 list of of bound
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

pierrotsc

USA
497 Posts

Posted - Aug 22 2019 :  11:13:04  Show Profile  Reply
I am adding 289 shapes layers. I convert them to image layers and merge them. When i merge them i get an list out of bound (289) error.
It has to do with the IElayermview as if i do not attach any imageenview to it, the error does npot happen. here's the workaround. removing the attached imageen before merging.

Action_SelectAllExecute(self);
imageenview.LayersConvertToImageLayers();
imageenview.Update;
IELayerMView1.AttachedImageEnView := nil;
//Action_MergeAllExecute(self);
Action_MergeSelectedLayersExecute(Self);
IELayerMView1.AttachedImageEnView := Imageenview;

xequte

38176 Posts

Posted - Aug 22 2019 :  19:21:00  Show Profile  Reply
Hi

This is fixed in the current beta, which will be released in early September. You can email me for the source now if you like.



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

pierrotsc

USA
497 Posts

Posted - Aug 22 2019 :  20:32:08  Show Profile  Reply
awesome..will wait for the full release. thanks for fixing it.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: