So I dragged some components on my main screen... so are behind others, how can I get to them????
So I dragged some components on my main screen... so are behind others, how can I get to them????
Hi Aris,
Do you see them in breadcrumbs?
Nope
(if breadcrumbs is the tree at the top of the page...?)
Hi Aris,
Probably your component is too small.
Please look for it in page html layout using dev tools (f12).
OK first of, thank you so much for f12, I did not come across that anywhere in my readings and I was looking for the console ALL OVER.
Ok I still can't find my non visible components
I dont think they are small, they are just "behind" another component so I can not click on them, as I always click on the foreground component.
Since I got you talking can I ask you a couple more things I have questions open on?
Well I'll go ahead and ask and see what happens
))))
I have a query response that looks like this in the test window:
[
{
"id":"538b8c7ae4b0d8c87ceb7e60",
"location":[
-76.5477214,
39.1522171
],
"acl":{
"*":{
"write":true,
"read":true
}
},
"createdAt":"2014-06-01 20:26:34.003",
"_updatedAt":"2014-06-01 20:26:34.003"
},
...
]
the ... imply more structures like that in the response, how do I get in an array all the "_id"s returned when I run the query?
How can I create variables that hold their value for ever? Even if the user restarts the phone, sort of thing....??
Thank you.
[quote:] how do I get in an array all the "_id"s returned when I run the query? [/quote]
With mapping to component http://devcenter.appery.io/documentat...
[quote:] How can I create variables that hold their value for ever? Even if the user restarts the phone, sort of thing....?? [/quote]
You can store it in localStorage http://devcenter.appery.io/documentat...