Screen code not generated by TouchGFX unless the screen is used/called?
Hi,
it seems that unless I make some transition to a specific screen within touchGFX (i.e. a button changing another screen to the screen in question), then TouchGFX does not generate any code for that screen (view, presenter, etc).
I guess it makes sense in order to save memory. But I want to transition to that screen programmatically so I do need all the code to be generated for that screen.
Is there some other way to force TouchGFX to generate the code for that screen?
Thank you



