Problem populating DataGrid on Android device

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
gliacca
Posts: 17
Joined: Tue Oct 14, 2014 9:09 am

Problem populating DataGrid on Android device

Post by gliacca » Mon Jan 05, 2015 5:28 pm

Hi everyone,
I built an application in which I retrieve a list of fields from an external MySQL database in order to populate a Data Grid.
All works fine, I get all the data from my remote MySQL DB but when I try to populate the DataGrid nothing happens.
I tried with an Array rather than using the classic method but it doesn't work.
It seems like it is disable.
I add that I have no problem when testing as standalone application.
I am testing the app on S4 emulator on Genymotion.
Does anyone could help me?

Thanks a lot,
Gianluca

francof
Posts: 237
Joined: Fri Apr 11, 2014 10:51 am

Re: Problem populating DataGrid on Android device

Post by francof » Tue Jan 06, 2015 6:07 pm

ciao Gialuca,

sorry, I don't understand: you can't populate the Datagrid when, in run mode?
but it works in emulation?

franco

gliacca
Posts: 17
Joined: Tue Oct 14, 2014 9:09 am

Re: Problem populating DataGrid on Android device

Post by gliacca » Sat Jan 10, 2015 1:36 am

Franco,
thank you for your reply.
I made a mistake in the code of Row Template and now I fixed and it works well.
Sorry for my error.
Thanks,
Gianluca

Post Reply