Hi
I know NOW that whatever I may think is logical isn’t necessarily so. I spend much time adding code the custom_js of the target screen ( I thought it logical to develope the bits then join them together!), only to find that IF there is a start-up screen, and the GOTOscreen is implemented grammatically, all that code is not fired! it has to be in the startup-custom_js (with unique function names of course) , ok, that’s the way it is.
That aside with this knowledge:
I now have a startup- screen, and I want to GOT a target screen with a text widget on it called message, i want to populate that field when/after I get there:
outline code:
$(‘#m1-ReverieSearch-message’).text(“got here);
phoneui.gotoScreen(‘#m1-ReverieSearch’, ‘FADE’)
The gotoScreen Works, but the message field is not updated. (tried setting message before and after the GOTO)
I apologise for not understanding the inter-screen communications, but once I understand the mechanism I will be fine. can you help please.