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
Problem populating DataGrid on Android device
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Problem populating DataGrid on Android device
ciao Gialuca,
sorry, I don't understand: you can't populate the Datagrid when, in run mode?
but it works in emulation?
franco
sorry, I don't understand: you can't populate the Datagrid when, in run mode?
but it works in emulation?
franco
Re: Problem populating DataGrid on Android device
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
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