I would like to have the ability to "Set Target File" differently for each UIR file in a project so that my application can use different UIR files for different panels. I've written several applications that have dozens of different panels of which some are easily separable. However, when I have to use the same target file for all of them, the C file for UIR callbacks gets huge, slow to compile and hard for navigate without careful manual re-organization for functions.
It would help clean up the C files and make compiling quicker if I could put the un-connected panels in a separate UIR file and set their target file to a different C file. As is (in CVI 😎 I don't seem to be able to do this. I can have multiple UIR files, but can only have one target file for everything in the project.