Already tried in every way and without success ...
Thank you
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
Block attached
first do the tutorial Pizza Party with Fusion Tables for App Inventor 2
to learn how to work with fusiontables
see also
Frequent Made Errors with Fusiontables and how to fix them
and btw. a correct SELECT statement looks like this SELECT <column name> FROM <tableid>
and do not use the DoQuery block, that block is deprecated, use SendQuery instead
I need to know how to put the result of the select ListPecker
you get back the result of the SELECT query in the fusiontablesControls.GotResult event
split the result at \n using the split at block, which converts it into a list, then assign that to the listpicker elements
where is your FusiontableControls.GotResult block?
do you even use a fusiontable component?
as already said, it helps to do the tutorials...
first do the tutorial Pizza Party with Fusion Tables for App Inventor 2
to learn how to work with fusiontables
see also
댓글 없음:
댓글 쓰기