Phonegap :cli-7.1.0 also tried 8.0.0, 8.1.1, 9.0.0 with new builds each try
AA: 12.4.6.1.6 build 6348
Addins: build 5409
Status: New app by moderately talented but seemingly blind web developer.
App functionality: Team of users go to large retail boxes. Each user is given a unique job number for the visit that he enters in a textbox on panel 1. Each of the job numbers fall under a single unique work order 1. On panel 2, user scans barcode, and presses button to add item to todays list. On panel 3, a UX embedded grid shows his scans for that visit / job number. Panel 4 shows a UX embedded grid with all scans for all team members under that visits work order. Panel 5 shows all scans grouped together / totaled in a UX embedded grid grouped by department where a signature is captured.
When in Live Preview, everything works fine except barcode scanning since the app needs to be wrapped in Phonegap for that capability. The three embedded UX grids update immediately when a UPC is manually entered.
When I place the Main UX on an a5w page, and publish to the live server, everything works perfectly except I have to manually put in the UPC, as expected since it's not wrapped in Phonegap yet.
Once I wrap it in Phonegap, the barcodes scanning works great, but on entering the job number, the pre-existing data, and any new UPC entries do not show in any of the browses. This is regardless the PG build.
Each try with PG, I have tried completely new builds as well as just updating. Often removing the app from the Android device / phone I am testing with.
It seems in Phonegap, the filter (I've tried 'link' and 'user' and 'base') is not updating after it is first rendered / drawn.
I've tried hundreds of changes to the embedded grids, and to the initial UX component including turning off pre-rendering.
I have confirmed the default refresh is occurring at 60 seconds.
Any insight you can offer is appreciated. I have plowed through both the documentation, some user videos, and of course this boards older posts.
Is there any way to have a button that either completely re-renders / draws the embedded grid, or a way to push in the filter possibly forcing the data to synch.
AA: 12.4.6.1.6 build 6348
Addins: build 5409
Status: New app by moderately talented but seemingly blind web developer.
App functionality: Team of users go to large retail boxes. Each user is given a unique job number for the visit that he enters in a textbox on panel 1. Each of the job numbers fall under a single unique work order 1. On panel 2, user scans barcode, and presses button to add item to todays list. On panel 3, a UX embedded grid shows his scans for that visit / job number. Panel 4 shows a UX embedded grid with all scans for all team members under that visits work order. Panel 5 shows all scans grouped together / totaled in a UX embedded grid grouped by department where a signature is captured.
When in Live Preview, everything works fine except barcode scanning since the app needs to be wrapped in Phonegap for that capability. The three embedded UX grids update immediately when a UPC is manually entered.
When I place the Main UX on an a5w page, and publish to the live server, everything works perfectly except I have to manually put in the UPC, as expected since it's not wrapped in Phonegap yet.
Once I wrap it in Phonegap, the barcodes scanning works great, but on entering the job number, the pre-existing data, and any new UPC entries do not show in any of the browses. This is regardless the PG build.
Each try with PG, I have tried completely new builds as well as just updating. Often removing the app from the Android device / phone I am testing with.
It seems in Phonegap, the filter (I've tried 'link' and 'user' and 'base') is not updating after it is first rendered / drawn.
I've tried hundreds of changes to the embedded grids, and to the initial UX component including turning off pre-rendering.
I have confirmed the default refresh is occurring at 60 seconds.
Any insight you can offer is appreciated. I have plowed through both the documentation, some user videos, and of course this boards older posts.
Is there any way to have a button that either completely re-renders / draws the embedded grid, or a way to push in the filter possibly forcing the data to synch.
Comment