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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 list of of bound

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
pierrotsc Posted - Aug 22 2019 : 11:13:04
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;
2   L A T E S T    R E P L I E S    (Newest First)
pierrotsc Posted - Aug 22 2019 : 20:32:08
awesome..will wait for the full release. thanks for fixing it.
xequte Posted - Aug 22 2019 : 19:21:00
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