Mashiane Expert Licensed User Longtime User Nov 9, 2020 #1 Ola On the b4J logs I have noticed that these are recorded.. However I have not called BANano.LoadLayout for some of these layouts yet, for example, vcol, vcontainer, vfooter, vlabel and vrow? I guess this is an internal to BANano, however, the unused layouts, do they affect the code & structure of the final distributable or not? Thanks TheMash
Ola On the b4J logs I have noticed that these are recorded.. However I have not called BANano.LoadLayout for some of these layouts yet, for example, vcol, vcontainer, vfooter, vlabel and vrow? I guess this is an internal to BANano, however, the unused layouts, do they affect the code & structure of the final distributable or not? Thanks TheMash
alwaysbusy Expert Licensed User Longtime User Nov 9, 2020 #2 All layouts, used or not, that are in the project folder are transpiled. You have to cleanup unused ones yourself. Upvote 0
All layouts, used or not, that are in the project folder are transpiled. You have to cleanup unused ones yourself.