Konstantin Gordeev Posted January 23, 2023 at 12:34 PM Posted January 23, 2023 at 12:34 PM Hello guys! Any chance there is an ability to show items in radar label depending on track state? I want radar label to show COPN time when track is in Notified state and COPX time when track is assumed. You know, there is a TAG item "COPN/COPX". And it switches depending on track position (inbound or inside sector). Is it possible to display COPN/COPX time with the same logic? Link to comment Share on other sites More sharing options...
Lars Bergmann Posted January 23, 2023 at 01:39 PM Posted January 23, 2023 at 01:39 PM That is a fairly simple thing to achieve with a plugin, but I don't think that ES has that functionality built in. Link to comment Share on other sites More sharing options...
Konstantin Gordeev Posted January 24, 2023 at 02:58 AM Author Posted January 24, 2023 at 02:58 AM 13 hours ago, Lars Bergmann said: That is a fairly simple thing to achieve with a plugin, but I don't think that ES has that functionality built in. Thank you for reply! Is there any example of plugin code for label items? Link to comment Share on other sites More sharing options...
Jonas Eberle Posted January 26, 2023 at 11:21 AM Posted January 26, 2023 at 11:21 AM In your EuroScope folder there is a folder "PlugInEnvironment". Look for the "RegisterTagItem...()" functions. The HoldingListPlugin is an example for usage. It has been over 10 years that I fiddled with plugin development but it is still there 🙂. 1 Link to comment Share on other sites More sharing options...
Konstantin Gordeev Posted January 30, 2023 at 12:37 PM Author Posted January 30, 2023 at 12:37 PM On 1/26/2023 at 10:21 PM, Jonas Eberle said: In your EuroScope folder there is a folder "PlugInEnvironment". Look for the "RegisterTagItem...()" functions. The HoldingListPlugin is an example for usage. It has been over 10 years that I fiddled with plugin development but it is still there 🙂. Thank you so much! Link to comment Share on other sites More sharing options...
Recommended Posts