Search found 8 matches

Go to advanced search

by Abdelrahim
Fri Mar 20, 2015 3:54 am
Forum: Issues
Topic: Pop-out window working in web browser but not on phone
Replies: 1
Views: 119
 
Jump to post

Pop-out window working in web browser but not on phone

Hi I created a phone app that makes use of a pop-out window. The pop-out window works fine when testing the app in a web browser but when it is tested on a phone or tablet the window doesn't pop-out. Instead what happens is that the would-be pop-out window is appended to the existing screen. Is ther...
by Abdelrahim
Fri Nov 07, 2014 6:39 pm
Forum: Issues
Topic: Chat app pubnub
Replies: 1
Views: 118
 
Jump to post

Chat app pubnub

Hello, I am using pubnub to create an app on appery with chat functionality. I am using the following tutorial http://www.pubnub.com/docs/javascript... In projectapp settingsexternal resources I made reference to the pubnub library. Also I access the API by running the javascript code on page load n...
by Abdelrahim
Fri Mar 07, 2014 2:03 am
Forum: Issues
Topic: Generic REST and Java
Replies: 1
Views: 124
 
Jump to post

Generic REST and Java

Hello I am trying to create a javascript implementation of a RESTservice. I want to manipulate the data and map it to list. I use the generic REST service as described here https://getsatisfaction.com/apperyio/... I want to map each value of "name" to a different list item but it's not wor...
by Abdelrahim
Thu Feb 13, 2014 12:14 am
Forum: Issues
Topic: contacts service call and data manipulation
Replies: 6
Views: 343
 
Jump to post

contacts service call and data manipulation

Hi Katya,

Your codes works, thank you very much. If it is not too much trouble can you tell me what was wrong in my code. If it is a long explanation don't worry about it.

Regards

by Abdelrahim
Wed Feb 12, 2014 1:53 am
Forum: Issues
Topic: contacts service call and data manipulation
Replies: 6
Views: 343
 
Jump to post

contacts service call and data manipulation

For some reason my text gets truncated so I added an image. After calling the contacts service I execute the following Javascript:
Image

by Abdelrahim
Tue Feb 11, 2014 3:12 am
Forum: Issues
Topic: contacts service call and data manipulation
Replies: 6
Views: 343
 
Jump to post

contacts service call and data manipulation

I am trying to manipulate data returned from a contacts service call. I want to filter out only the phone numbers and store them in a local variable as and array. I use the following code var Contacts=[]; var Numbers=[]; for (var i=0; i,Numbers); which is a modification of the code I got from http:/...
by Abdelrahim
Thu Dec 05, 2013 3:37 am
Forum: Issues
Topic: JSON request local variable
Replies: 1
Views: 138
 
Jump to post

JSON request local variable

Hi I am following your Geospatial Queries example to create a function. I have created the database service with a where request parameter. I test the following code and it executes successfully: { "Location" : { "$nearSphere" : [39.077309,-77.398537], "$maxDistanceInMiles&q...
by Abdelrahim
Sat Nov 30, 2013 3:31 am
Forum: Issues
Topic: nearby stores Google Places api
Replies: 1
Views: 112
 
Jump to post

nearby stores Google Places api

Hi, I am trying to creat an app that take the users current location and displays a list of stores nearby. I have created the REST with the appropiate Google Places API, I tested it and got a valid response. I thought that I could just modify the the example below , but I am confused. http://docs.ap...

Go to advanced search