At run-time, when no image is loaded yet in an ImageEnView, Actions like BrushTool or FloodFill are disabled - although ImageEnView.LayersCount = 1. Only after loading an image, they become enabled.
On the other hand, when I create a Layer by ImageEnView.LayersNewLayerDialog(ielkShape); then Actions like BrushTool or FloodFill are still DISABLED.
So how can I use BrushTool or FloodFill after creating a Layer with ImageEnView.LayersNewLayerDialog(ielkShape);?