I am writing a LV 8 application to migrate our old 6.1 VIs to LV8. We want to do that programmatically (instead of mass compiling) because we want to move to a new directory structure and we only want to convert all necessary SubVis. For that the migration VI opens the frontpanel of a 6.1 VI (to get the VI into memory and to migrate it to LV8) and saves all used SubVis beginning with the lowest level SubVI.
The problem that I'd like to solve is that the usual warnings dialog box that appears when some adaptions have to be made or have been made automatically in the upgrade process is not displayed when opening a frontpanel programmatically. This is inconvenient because the user does not get feedback of what might have gone wrong in the process of migrating his VI.
Is there a way to tell LV that it should open the warnings box in this case?