Aris Miliotis
Posts: 0
Joined: Fri May 30, 2014 4:52 pm

accessing non-visible components

So I dragged some components on my main screen... so are behind others, how can I get to them????

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

accessing non-visible components

Hi Aris,

Do you see them in breadcrumbs?

Aris Miliotis
Posts: 0
Joined: Fri May 30, 2014 4:52 pm

accessing non-visible components

Nope :( (if breadcrumbs is the tree at the top of the page...?)

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

accessing non-visible components

Hi Aris,

Probably your component is too small.
Please look for it in page html layout using dev tools (f12).

Aris Miliotis
Posts: 0
Joined: Fri May 30, 2014 4:52 pm

accessing non-visible components

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.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

accessing non-visible components

[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...

Return to “Issues”