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...). |