Currently I can not set the Icon on my App class.
This works when doing a completely new project, then the icon button shows itself in the Inspector and I can set it.
I am buidling a template for all my project so i have made a superclass of the App object,
then i set the App object to this base class App.
But nor in the child nor in the super of this App class hierarchy do I see the icon button show in the inspector.
Is this by design or am i missing something?
Your suggestion made me start Iooking into some off the other projects I have based on my template project file.
And it seems that you’re remark on corrupted project file hits the mark.
Some app’s that are based on the template project file are behaving as expected but one (the actual base) isn’t.
In the Navigator (showing my template project file) the App object that is based on my class baseApp displays a regular class icon.
In all the other projects (derived from this template project file) the App object that is based on my class baseApp displays a App icon. This is the same icon you will get when building a complete New Project for the App object.
So it seems indeed a corrupted project file.
Now I just need to find a way to correct this in my template project file.