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
|