Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Has anyone else experienced screen focus or active screen?
Meaning. I have a sqlite app with CRUD. I have a view list of the DB screen (works). If I select and go to the edit screen (works). If on the edit screen I use the button with just goback. It looses focus and needs a f5 for it to be active and let the db side work and other buttons on that screen.
But, if I use the goto screen and call the view screen again it works.
This does it for all screens that use the goback and not the goto screen.
I remember someone else having a problem with using the back button feature but I cant remember details. Maybe you could just set the back buttons manually to use the goto screen call.
It is like is I have a entry screen, then have a button to goto the help for the entry and return. I have to reload. Use goto screen OK.
If I have the list view, then click to edit, then back to list view, then to add new, to add new help screen, then back to add new it looses were it is.
> If I select and go to the edit screen (works). If on the edit screen I use the button with just goback. It looses focus and needs a f5 for it to be active and let the db side work and other buttons on that screen.
f5 sounds like your issue is with the Test Center. Can you confirm or describe the test environment? If it is the Test Center please share if you are affected by this on a device.
Also if you post a small example (omit any db suff) that illustrates just the focus issue you are describing we can dig into it.
Another thought is to add your own screen init logic to the prePageTransition() or postPageTransition() function that are stubbed out in the xxx_custom.js file of your project’s www folder.