What I want in my app is to have 2 tilelists and an array collection of items 
which will populate the first tilelist and these objects can be dragged between 
both tilelists. Then the user can click a save button which will save the 
statuses of both tilelists so the items that are present/not present in each 
tilelist when the app is closed will still be there when the app is restarted.

The problem is I want my array collection to be populated dynamically from 
mysql data on a server.

I have no problem getting dynamic data from a mysql database into an array 
colllection via http request and I have no problem getting the shared object to 
work IF the array collection is defined within the app the usual way but I'm 
having trouble getting these 2 things to work together.

Can anybody tell me if it is indeed possible to have a dynamically populated 
array collection stored as a shared object on the user's system and would 
anyone be willing to help me out if I post my code so far? Cheers.

Reply via email to