director class display groups

Probably a dumb question but when adding display groups to the localGroup of director class do I include native.newTextFields as well? When going through my code I used the search function to find “display.new” and went from there and added the particular locals to localGroup via localGroup:insert().

I also added display groups that aren’t visible upon startup of the application but may appear later on depending on what the user does. I was trying to play it safe I suppose because I don’t know when the user will want to change screens.

Lastly, If I already have a group1 with some display locals, do I need to localGroup:insert the group1? All of the display locals that group1 has within it were already inserted into localGroup.

Thanks for all your help!

Anything that is part of the “native” API’s are not part of the OpenGL canvas and cannot be added to display groups.

Anything that is part of the “native” API’s are not part of the OpenGL canvas and cannot be added to display groups.