Search found 103 matches

Go to advanced search

by Robert Larsen
Tue Jan 28, 2014 1:25 am
Forum: Issues
Topic: Trying to create google api need sha1
Replies: 19
Views: 1733
 
Jump to post

Trying to create google api need sha1

My application is shared with support allready.

by Robert Larsen
Tue Jan 28, 2014 1:24 am
Forum: Issues
Topic: Read Database
Replies: 15
Views: 1389
 
Jump to post

Read Database

In reference to above. When I was trying to map the local storage variable to the where request for the query service. You corrected me though in adding JS to the event success so the server response would create and array of all the keys to local storage variable. What I am trying to store in local...
by Robert Larsen
Mon Jan 27, 2014 4:05 am
Forum: Issues
Topic: Setting Youtube Module Video ID On Load Event
Replies: 2
Views: 290
 
Jump to post

Setting Youtube Module Video ID On Load Event

I have my page setup to run event on page load. The page load event is to set property Video Id for youtube module from local storage on page load. I have also mapped a label above the player and set its event to set property from the same local storage on page load. In the first screenshot you can ...
by Robert Larsen
Sun Jan 26, 2014 10:21 pm
Forum: Issues
Topic: Trying to create google api need sha1
Replies: 19
Views: 1733
 
Jump to post

Trying to create google api need sha1

Where is the java home directory? How do you run this script from that directory, is this run in the windows command prompt, or in the appery developer? And if we have an auto-generated certificate how do we obtain this?

by Robert Larsen
Sun Jan 26, 2014 9:01 pm
Forum: Issues
Topic: Read Database
Replies: 15
Views: 1389
 
Jump to post

Read Database

Any help would be appreciated.

by Robert Larsen
Sun Jan 26, 2014 9:24 am
Forum: Issues
Topic: How to give a Caption to an alert box?
Replies: 10
Views: 1470
 
Jump to post

How to give a Caption to an alert box?

Both, where in the JS asset do I place this, and do I place this in JS asset for the popup? And do I replace all (my_title) to whatever I would like my title to read?

by Robert Larsen
Sun Jan 26, 2014 9:12 am
Forum: Issues
Topic: How to give a Caption to an alert box?
Replies: 10
Views: 1470
 
Jump to post

How to give a Caption to an alert box?

"In Your JavaScript asset add this to new or any file
function my_alert(my_title,my_text)
{
localStorage.setItem('my_title', my_title);
localStorage.setItem('my_text', my_text);
Appery.navigateTo('popup1', {});
} "

Im lost on this part.

by Robert Larsen
Sun Jan 26, 2014 8:31 am
Forum: Issues
Topic: Read Database
Replies: 15
Views: 1389
 
Jump to post

Read Database

This is the key being sent to the "where" request for the query DB from the LSV. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1014240/Screenshot(62) inline.png?1390724606 And here is all the keys coming from the Rest API and being saved to the LSV. https://d2r1vs3d9006ap.cloudfront.net/...
by Robert Larsen
Sun Jan 26, 2014 7:18 am
Forum: Issues
Topic: Read Database
Replies: 15
Views: 1389
 
Jump to post

Read Database

Ok, I see my problem now. When I map my LSV to "Where" it is only passing the first key in the LSV String. What JS do I need to add to mapping on where? Also depending on other elements the LSV could have in between 1 and 16 keys. I have tried this code return '{"EventId":"'...
by Robert Larsen
Sat Jan 25, 2014 7:09 pm
Forum: Issues
Topic: Read Database
Replies: 15
Views: 1389
 
Jump to post

Read Database

From the database, I'm not even sure that's the correct thing to be doing.

Go to advanced search