How do you update your source code (.c) and header file (.h) after making changes to your user interface (.uir) without wiping out previously written code?
This happens if I hit Code > Generate All Code and even then, my .h file does not reflect the changes made in the UI. How can I update the .h file and only add new code to the .c file?
PS, it would be cool if the UI function panels had a drop-down list for the ControlID argument listing the controls that have been defined.
Thank you.