Search found 62 matches

Go to advanced search

by Priyanka Patel
Sat Aug 31, 2013 3:11 pm
Forum: Issues
Topic: Input type as numbers only.
Replies: 7
Views: 1794
 
Jump to post

Input type as numbers only.

Well done, yes it is a REST error as the button also has an associated REST service associated it.

Still remains that the above code, does not give an alert as it should when a string is entered.

by Priyanka Patel
Sat Aug 31, 2013 1:08 pm
Forum: Issues
Topic: Input type as numbers only.
Replies: 7
Views: 1794
 
Jump to post

Input type as numbers only.

Any luck?

by Priyanka Patel
Sat Aug 31, 2013 9:31 am
Forum: Issues
Topic: Input type as numbers only.
Replies: 7
Views: 1794
 
Jump to post

Input type as numbers only.

var temp2 = Appery('numberInput').val(); var participant_number = Appery.parseInt(temp2, 10); if(participant_number < 0 && participant_number 30){ alert("Invalid participant number. Please try again."); }else{ Appery.navigateTo('HomeScreen', {}); } I figured that if the input is nu...
by Priyanka Patel
Sat Aug 31, 2013 9:20 am
Forum: Issues
Topic: Input type as numbers only.
Replies: 7
Views: 1794
 
Jump to post

Input type as numbers only.

Hi there,

Currently, I have an input field of type number. I want to do a check on the input field to
a: give alert if the user inputs string.
b: restrict the numbers that user can input to between 0 and 30.

Not sure how I could use JS to do this.
Regular expressions?

by Priyanka Patel
Fri Aug 30, 2013 2:45 pm
Forum: Issues
Topic: Checking User number
Replies: 5
Views: 1119
 
Jump to post

Checking User number

Got it.
For saving the data to a APPERY.IO DATABASE, is it best to use the create or update service?

by Priyanka Patel
Fri Aug 30, 2013 1:20 pm
Forum: Issues
Topic: Checking User number
Replies: 5
Views: 1119
 
Jump to post

Checking User number

Yes I would like to store the numbers in Apper.io When they first land on the application, I would like them to enter their participant number. Once they close the app and use the application again, I want the application to remember their participant number and log in the database that the user is ...
by Priyanka Patel
Fri Aug 30, 2013 1:19 pm
Forum: Issues
Topic: Setting a background image
Replies: 40
Views: 6570
 
Jump to post

Setting a background image

Thanks heaps. It's working fine on most screens. Iphone5 is still having a problem but can live without.

by Priyanka Patel
Fri Aug 30, 2013 12:22 pm
Forum: Issues
Topic: Checking User number
Replies: 5
Views: 1119
 
Jump to post

Checking User number

Sorry if this question has been asked already. Here's the question: I want to figure out which user has used my application and how many times. Each user has been given a participant number. When they first land on the application, I would like them to enter their participant number. Once they close...
by Priyanka Patel
Fri Aug 30, 2013 12:01 pm
Forum: Issues
Topic: Setting a background image
Replies: 40
Views: 6570
 
Jump to post

Setting a background image

no worries. Thanks for taking a look :)

by Priyanka Patel
Fri Aug 30, 2013 11:58 am
Forum: Issues
Topic: Setting a background image
Replies: 40
Views: 6570
 
Jump to post

Setting a background image

Any update?
Its particularly a problem in safari browsers.

Go to advanced search