Search found 2 matches
- Fri Aug 19, 2011 8:43 am
- Forum: Talking LiveCode
- Topic: Data Grid not updating
- Replies: 4
- Views: 3860
Re: Data Grid not updating
That works now, the problem was I was using a launcher app to save user preferrnaces on Android and since there was no data grid on the launcher app the Data Grid API was not included in the build, it works now once I added a data grid to the launcher app and set it's visibility to false.
- Thu Aug 18, 2011 8:32 am
- Forum: Talking LiveCode
- Topic: Data Grid not updating
- Replies: 4
- Views: 3860
Data Grid not updating
I have a data grid form which is populated with data from an XML webservice, when an item in the data grid is selected the data in the data grid is cleared then new data is put in, this is done by deleting the array then repopulating the array, this works when done from the command window but not in...