cancel
Showing results for 
Search instead for 
Did you mean: 

making screen templates

Ezgi
Senior

Hi,

I want to make screen templates so that users can choose the screen they want and add the project. Is there any possible way to do it?

1 REPLY 1
Romain DIELEMAN
ST Employee

Hi,

You could create a UI template. The only issue is that it would be possible to import only one template which would be annoying if you want to use different templates in one project. Otherwise you could do a screen completely through code so that it is easy to add to a project. The major incovenient is that you will not be able to see it in TouchGFX Designer... You could maybe do a mix of the two options ? You create one UI template with all of the screen templates you want to do and share code for each individual screens, where you tell users to have a look at your example and select the screens they want to use and give them a guide on how to set it up through code.

/Romain