Author |
Topic  |
|
klausdoege
  
Germany
389 Posts |
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 |
|
fab
   
1310 Posts |
Posted - Nov 09 2011 : 13:33:59
|
Hello, please tell me where you get this error (which ImageEn method, property, etc...). |
 |
|
klausdoege
  
Germany
389 Posts |
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 |
 |
|
klausdoege
  
Germany
389 Posts |
Posted - Nov 10 2011 : 09:02:03
|
How can i send you ma Example ?
Klaus |
 |
|
fab
   
1310 Posts |
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. |
 |
|
|
Topic  |
|