Search found 46 matches

Go to advanced search

by Patrick Kelly
Thu Feb 26, 2015 12:55 am
Forum: Issues
Topic: Is there a way to use the same mapping, but switch databases?
Replies: 1
Views: 3582
 
Jump to post

Is there a way to use the same mapping, but switch databases?

I have an app where I pull information for businesses from a database and list them in a page. For example, on one page I use a list service from database SeattleFood. When a list item is clicked the ID is stored and used to populate the business page. I have many city/category combinations. All hav...
by Patrick Kelly
Tue Feb 17, 2015 6:46 pm
Forum: Issues
Topic: When pulling information from a database, using a REST service, I get a weird block at the end of my text.
Replies: 0
Views: 899
 
Jump to post

When pulling information from a database, using a REST service, I get a weird block at the end of my text.

I have a database that lists businesses and their basic information (phone, email, website, etc.). I use a REST service to populate this information into buttons so that a user can push a button and have their phone call, send an email, or go to their website. But, for some reason, when it displays ...
by Patrick Kelly
Wed Jan 28, 2015 1:28 am
Forum: Issues
Topic: How can I get an image to align to the bottom of the page?
Replies: 4
Views: 1487
 
Jump to post

How can I get an image to align to the bottom of the page?

I'm only familiar with CSS in the context of building a webpage. How can I use the vertical-align property in Appery?

by Patrick Kelly
Tue Jan 27, 2015 8:31 pm
Forum: Issues
Topic: How can I get an image to align to the bottom of the page?
Replies: 4
Views: 1487
 
Jump to post

How can I get an image to align to the bottom of the page?

I would like to place an image at the bottom of some pages, each page with a list. For most, the image stays at the bottom, but not all of my lists are very long, some only have 3 objects. On those pages, the image shows up right below the list, not at the bottom of the screen. Is there a functional...
by Patrick Kelly
Sun Jan 25, 2015 9:06 am
Forum: Issues
Topic: How can you use Javascript to make a button invisible?
Replies: 9
Views: 3774
 
Jump to post

How can you use Javascript to make a button invisible?

GOT IT! Thank you so much for pointing me in the right direction. In the end, this was the code that worked:

if (typeof value === "undefined") {
// Value is undefined.
Appery("bizWeb").hide();
}
else {
return value;
}

by Patrick Kelly
Sun Jan 25, 2015 8:55 am
Forum: Issues
Topic: How can you use Javascript to make a button invisible?
Replies: 9
Views: 3774
 
Jump to post

How can you use Javascript to make a button invisible?

I looked at your comment on the other thread and things made a lot more sense. However, the functions you provided here didn't seem to quite reach the goal. Website now says "Hello undefined". I'll fool around a bit longer, I've been looking at some documentation and might be able to make ...
by Patrick Kelly
Sun Jan 25, 2015 8:03 am
Forum: Issues
Topic: How can you use Javascript to make a button invisible?
Replies: 9
Views: 3774
 
Jump to post

How can you use Javascript to make a button invisible?

I think that I explained my predicament a lot better in this post:

https://getsatisfaction.com/apperyio/...

You have already helped so much tonight, if I can get this last bug worked out, then I'm home free. At least for now. Your help would be much appreciated.

by Patrick Kelly
Sun Jan 25, 2015 8:00 am
Forum: Issues
Topic: How do you use an if statement to verify "undefined" value returned by REST service?
Replies: 1
Views: 1153
 
Jump to post

How do you use an if statement to verify "undefined" value returned by REST service?

I have uploaded a .csv full of contact information for various partner businesses in my app. I am using a REST service to send the ID and populate each business' page by entering the string values of each cell into corresponding labels. This is working great. However, not all businesses have all the...
by Patrick Kelly
Sun Jan 25, 2015 7:58 am
Forum: Issues
Topic: How can you use Javascript to make a button invisible?
Replies: 9
Views: 3774
 
Jump to post

How can you use Javascript to make a button invisible?

Will this work if 4/5 columns return values, but only one is undefined?

by Patrick Kelly
Sun Jan 25, 2015 7:36 am
Forum: Issues
Topic: invoke service and run javascript on page show
Replies: 2
Views: 1037
 
Jump to post

invoke service and run javascript on page show

I had this same problem. Instead of running the Javascript on "Page Show" or "Load", try running the script as a part of invoking the service, once it is complete: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1146827/ScreenShot2015-01-24at11.35.30PM_inline.png?1422171398

Go to advanced search