I set TOOLTIPS_TITLE_IS_DYNAMIC to true and used TOOLTIPS_TITLE for the title name. I can see you guys added the letter S to the code to keep it different than the 2020 code. Which is a good idea. The tooltip is all working except the title. Am i missing something or is it broken. This is usually all you need to do in 2020.
In MSFS2024, when using the EX1 behavior, you need to place your custom tooltips inside: <SaveParameters ID="Interaction_Parameters">[...]</SaveParameters>
I use my own custom generic code for inputs and it’s easier for me to place all the tooltip data in the template call rather than call to the localized file. Making a localized file use to be a ton of extra work. I am aware there is a better tool now. And yes you will get multi language as well but the universal language for pilots is English. And I never had a single complaint for English only tooltips. I like to save work/time since 90% of customers turn off tooltips and never use them anyways!!! So I find no reason to do all this extra work for the minority that need the tooltips in multi language.
There are still developers that only have a tooltip titles and maybe a description but no input value. And that is because the new inputs coding is too difficult for them. I just have written a single generic input code based on the Asobo generic input code that works with all my custom universal templates. And these templates cover knobs, levers, all types of switches and much more.
So I am very happy with my method using dynamic tooltips with input data. And I probably can put codes together faster than anyone at the moment as I have a sample directory for every type of template call I need. Like a cheat sheet. I am not bragging but this is what the SDK needs to have. A way for anyone to grab a code based on their needs and change the info to work for their project. This would also require some universal templates for switches, levers and knobs. And the developer just changes option listed in the cheat sheet. Just my 2 cents.
Sorry for the overkill answer. Thanks again Boris for all you do!