Component wasn't found
-
Hello to all,
When I load my project for the first time, I get the following error message (picture 1). But only the first time I load it! When I click on “complile”, the errors are no longer displayed. As you can see in the second picture, the components are also in the project.
Does anyone have any idea why this might be? And do I need to worry about this?
Everything looks fine in the xml file.
Picture 1:
Picture 2:
Many thanks
Oli -
@Oli-Ullmann This can happen when a callback using these components (or a sub function call) is triggered before they are declared, or perhaps a LAF function
It’s hard to be sure without looking at the code, but be sure the declaration of a component is always made before you use it. -
@ustk
I have found the problem. I had linked a button. This button appeared in the component list before the button to which it was linked. Of course this cannot work. :-) I removed the link and now everything works.