Icon for a plugin-item in management client receives exclamation mark

Hi,

I have a plugin the creates/manages items with their own icons,… Much like the old ‘AccessControl’ sample

Now I see that the items receive a yellow exclamation mark in the icon. What could trigger this?

Thanks,

Alex

Can you show me a screen capture of this?

When you observe this is there other things that fail at the same time, or does the system otherwise appear functioning correctly?

Hi Bo,

This is how it looks like. All other things work correctly, I also have the correct icons in the maps. Operational state of the item is OK.

Capture

Thanks,

Alex

This should be controlled by -

virtual OperationalState VideoOS.Platform.Admin.ItemManager.GetOperationalState ( Item item)

-

in your plugin.

I hope this hint will allow you to debug in a way that leads to a solution..

Hi Bo,

I see what’s happening here.

The OperationalState is managed/adjusted by the event server, and the management client isn’t notified of this change (in contrary to the video client).

Thanks for pointing me in the right direction!

Have a nice day,

Alex