Search found 192 matches

Go to advanced search

by Kapow36
Tue Nov 24, 2015 4:00 am
Forum: Issues
Topic: Checking Model object type
Replies: 1
Views: 283
 
Jump to post

Checking Model object type

How do I check if an object of a Model is a certain type? If I have a model object temp, how do I confirm it is that type?

by Kapow36
Sat Sep 12, 2015 4:34 am
Forum: Issues
Topic: How to create dynamic Jquery popup
Replies: 2
Views: 562
 
Jump to post

How to create dynamic Jquery popup

You can append any html to a page using javascript. For example, with a page load event, I could write the code to append any html element to the mobile container: Apperyio('mobilecontainer').append($("< p just some text but could be any html< /p ")); (if you copy and paste this code remov...
by Kapow36
Sat Sep 12, 2015 4:30 am
Forum: Issues
Topic: How to link to a page in the app?
Replies: 3
Views: 551
 
Jump to post

How to link to a page in the app?

Do you mean opening the app and navigating to a page from a url in their email?

by Kapow36
Sat Sep 12, 2015 4:28 am
Forum: Issues
Topic: Spotify api
Replies: 3
Views: 488
 
Jump to post

Spotify api

at some later time I'll probably write up a more detailed tutorial, if anyone wants to know now they can just reply to this thread

by Kapow36
Sat Sep 12, 2015 4:27 am
Forum: Issues
Topic: Spotify api
Replies: 3
Views: 488
 
Jump to post

Spotify api

Thanks, I did end up figuring it out. To authenticate with spotify... I created a javascript method called authenticate, that navigated to a custom html page (in the source folders) that I created using window.open(url, "_blank") which opens in the in app browser. Then, I added a on load e...
by Kapow36
Fri Aug 28, 2015 12:48 pm
Forum: Issues
Topic: Spotify api
Replies: 3
Views: 488
 
Jump to post

Spotify api

Is anyone familiar with howto use the Spotify Web api? I'm not sure how authentication works in an application with regards to the callback url?

by Kapow36
Fri Jun 19, 2015 1:03 am
Forum: Issues
Topic: Mappings Returns Null
Replies: 2
Views: 434
 
Jump to post

Mappings Returns Null

Thanks!

by Kapow36
Wed Jun 17, 2015 10:03 pm
Forum: Issues
Topic: Mappings Returns Null
Replies: 2
Views: 434
 
Jump to post

Mappings Returns Null

I have a application I just started. I have a custom service that does some mapping, but it only returns null. I used the import tool to generate the mapping response, so the data is in the correct format and is getting passed in. I've posted some screenshots. Here is the service mapping, the javasc...
by Kapow36
Wed Jun 17, 2015 1:00 am
Forum: Issues
Topic: Lost Mappings
Replies: 59
Views: 6380
 
Jump to post

Lost Mappings

I'm having a similar issue, it has almost happened overnight. Any data that is mapped just returns null. I've cleared my browser cache and checked my json. Everything checks out.

by Kapow36
Fri Aug 15, 2014 2:31 am
Forum: Issues
Topic: parameters not being mapped for REST service
Replies: 3
Views: 411
 
Jump to post

parameters not being mapped for REST service

Sorry, I keep figuring these problems I'm having out. I just deleted the service and it works fine. Some of the code must have gotten corrupted.

Go to advanced search