T O P I C R E V I E W |
PeterPanino |
Posted - Oct 18 2022 : 03:05:09 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);? |
2 L A T E S T R E P L I E S (Newest First) |
PeterPanino |
Posted - Oct 22 2022 : 06:41:58 Hi Nigel
Thanks. |
xequte |
Posted - Oct 18 2022 : 18:35:32 Hi Peter
Ensure that an image layer is the active layer, e.g. ImageEnView1.LayersCurrent := 0;
Nigel Xequte Software www.imageen.com
|
|
|