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
 v4.0.2 EListError

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
klausdoege Posted - Nov 09 2011 : 06:44:45
Hello,
after installation of version 4.0.2 receives I in my application
an Exception class EListError, Message: List-index oversteps the maximum (1), Process is halted!
Until version 4.0.1 ran everything very well.
I can find no mistake!
I now use v4.0.1 and everything, OK is again?

Klaus
4   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Nov 10 2011 : 12:29:58
Hello,
in your code there is...

procedure TForm1.ImageEnVect1Click(Sender: TObject);
begin
if ImageEnVect1.LayersCount>1 then
ImageEnVect1.LayersMerge(0,1);
end;

...which removes a layer inside a click event. TImageEnVect expects the layer to exist until the click event ends.
The version I sent you fixes this problem.
klausdoege Posted - Nov 10 2011 : 09:02:03
How can i send you ma Example ?

Klaus
klausdoege Posted - Nov 10 2011 : 08:58:07
Hello Fabrizio,
after much seeks, here my result with example.
The mistake appears with use of layers,
and subsequent mouse-movements over the picture.


Klaus
fab Posted - Nov 09 2011 : 13:33:59
Hello,
please tell me where you get this error (which ImageEn method, property, etc...).