Adding a Tab in Mission Planner

Hi,

Has anyone added an extra tab in the bottom left of Mission Planner before? Can we do it using a Plugin or in the configuration file? Do we need to modify the main Mission Planner source code? Any steps you can share will be appreciated.

Thanks and Regards,

Kenneth

Plugin
example : messagesNG/MessagesNGplugin/MessagesNGplugin.cs at master · EosBandi/messagesNG · GitHub

2 Likes

Thanks Andras for your help. I managed to add the tab. I found I needed to add an entry to TabListDisplay and update the string in Settings.Instance[“tabcontrolactions”] as well. Could it be due to another version I am using?