I am studying the complete editor program. the one taht opens with 3 Japanese images. It is called photoen i think. When you open or create a new image, it opens a new tab. under this new tab, the code is supposed to be calling the imagenewlayer procedure but it does not.
Yes, that is by design. It is only called for a "new layer" and by default TImageEnView contains a single layer. It is initially blank and loading an image fills it (i.e. doesn't add a new layer).
Ok, i get it. got to find out why when i open an image, it is selectable. my understanding was that the background was not selectable by default. Need to dig more into the documentation then. Thank you for the help.