Hi, while debugging our HMI, I’ve found an issue that I can’t explain. Basically, it seems like an action failed to complete.
When I go to the MappView Diagnostic Page, the failed action is represented by an “half star,” but I can’t find any information about its meaning or cause.
The action that failed was an “UnloadContent” action, on a ContentControl widget.
Here’s an image to illustrate the situation:
If you examine the code, you can also see that a half-star icon is being used in the row.
The problem occurs when I open the row with the ‘+’ symbol, there is no information displayed underneath, and actually the ‘UnloadContent’ action doesn’t end successfully.
The problem among other things seems to happen randomly, it doesn’t seem to follow a logical sense.
The action is an “UnloadContent” action, on a ContentControl widget.
I checked the logger with all the options checked and there are no warning or errors that occurs.
The only reason this could happen I think is because the content on which the UnloadContent is performed is not yet loaded.
This action is the first performed after a DialogOpened event
The point is that in the B&R Help it is clearly stated that when the event is triggered the content is already loaded and that actions can be performed on it immediately.