Hi Harry
Strictly speaking it is better to use OnLayerNotify to know the get the end of layer creation:
procedure TForm1.ImageEnView1LayerNotifyEx(Sender: TObject; layer: Integer;
event: TIELayerEvent);
begin
if event = ielCreated then
ImageEnView1.LayersMerge();
end;
But I cannot see any issues either way. Can you post some screenshots of what you are seeing?
Nigel
Xequte Software
www.imageen.com