2019-11-06 04:04 AM
I have one base application and have multiple applications and want to open close these multiple apps without closing a master application. All of them are created as an individual touchgfx project. Like in windows form application we open exe app using process.start and close exe app using this.close function . Is it possible to include all the projects created by different programmers in a single master app and then select any one of them
2019-11-06 06:00 AM
I think you'd have to create a sort of boot loader that can jump to an address for a specific application. TouchGFX/Designer cannot help you accomplish that.
/Martin