on multiple pages Nextion application, page name shall include to component name
example page name "example"-id 1 and the component say NexText "name" id 11, hence;
name=NexText(nh,1,11, "example.name") this will provide robust respond wherever (on or other page) we execute this setText or getText
if use this ;
name=NexText(nh,1,11, "name")
we only get respond when on page show() and nothing if this method execute on other page
on multiple pages Nextion application, page name shall include to component name
example page name "example"-id 1 and the component say NexText "name" id 11, hence;
name=NexText(nh,1,11, "example.name") this will provide robust respond wherever (on or other page) we execute this setText or getText
if use this ;
name=NexText(nh,1,11, "name")
we only get respond when on page show() and nothing if this method execute on other page