Page 1 of 1

accessing non-visible components

Posted: Mon Jun 02, 2014 5:49 pm
by Aris Miliotis

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


accessing non-visible components

Posted: Mon Jun 02, 2014 5:51 pm
by Kateryna Grynko

Hi Aris,

Do you see them in breadcrumbs?


accessing non-visible components

Posted: Mon Jun 02, 2014 6:06 pm
by Aris Miliotis

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


accessing non-visible components

Posted: Mon Jun 02, 2014 7:01 pm
by Kateryna Grynko

Hi Aris,

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


accessing non-visible components

Posted: Mon Jun 02, 2014 7:12 pm
by Aris Miliotis

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.


accessing non-visible components

Posted: Tue Jun 03, 2014 2:50 am
by Alena Prykhodko

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