William Aylesworth
Posts: 0
Joined: Wed Jan 16, 2013 9:31 pm

Cannot connect database to list items on screen. mobilecontainer1 is missing in Data view

The element mobilecontainer1 is missing in the Data view to attach response $ to for multiple list items. It exists and I can select it in the Design view.
Image
Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Cannot connect database to list items on screen. mobilecontainer1 is missing in Data view

Hello,

You should add an arrow from array to mobilelist item component.

William Aylesworth
Posts: 0
Joined: Wed Jan 16, 2013 9:31 pm

Cannot connect database to list items on screen. mobilecontainer1 is missing in Data view

It will not let me connect the array $ to the mobile list item. It only connects to the mobilecontainer1 which used to exist earlier today but disappeared from the project in the past hour.

William Aylesworth
Posts: 0
Joined: Wed Jan 16, 2013 9:31 pm

Cannot connect database to list items on screen. mobilecontainer1 is missing in Data view

Correction. I did connect the $ to the mobilelist1_19 item and it let me do that. But when I test I do not see any output.
I tested the service and it does produce about 8 items of output.

William Aylesworth
Posts: 0
Joined: Wed Jan 16, 2013 9:31 pm

Cannot connect database to list items on screen. mobilecontainer1 is missing in Data view

I use the Tiggzi database backend service.
I created a list service for this page from the "stuff" database

$ has Array checked

Request URL: {database_url}/collections/stuff

Response:
[
{
"id":"50f704e0e4b0195a923addee",
"StuffYouAreDoing":"something",
"createdAt":"2013-01-16 11:52:00.701",
"updatedAt":"2013-01-16 11:53:41.834",
"Who":"Bill",
"CurrentStuff":false,
"TimeStarted":"2013-01-01 11:00:21.201",
"TimeEnded":"2013-01-01 11:00:31.201"
},
{
"id":"50f700e2e4b0195a923adde7",
"StuffYouAreDoing":"nothing",
"Who":"Bill",
"CurrentStuff":false,
"createdAt":"2013-01-16 11:34:58.682",
"updatedAt":"2013-01-16 13:48:31.342",
"TimeStarted":"2013-01-01 11:00:31.201"
},
{
"_id":"50f704f4e4b0195a923addef",
......

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Cannot connect database to list items on screen. mobilecontainer1 is missing in Data view

When you run the app in the browser, are there any JavaScript errors on the console?

Return to “Issues”