Search found 15 matches

Go to advanced search

by Konstantin
Wed Jun 24, 2015 5:23 pm
Forum: Issues
Topic: Making sure user checks the box prior to submission
Replies: 6
Views: 634
 
Jump to post

Making sure user checks the box prior to submission

no, it has been resolved

by Konstantin
Wed Jun 24, 2015 4:42 pm
Forum: Issues
Topic: Building APK certificate error
Replies: 47
Views: 4987
 
Jump to post

Building APK certificate error

Got the same error.

Build error

Most likely build error cause:

App signing error has occurred. Please check your key/certificate alias and passwords.

Please help!

by Konstantin
Tue Jun 23, 2015 4:06 pm
Forum: Issues
Topic: Making sure user checks the box prior to submission
Replies: 6
Views: 634
 
Jump to post

Making sure user checks the box prior to submission

This is the solution, but it has to include the id of the checkboxgroup, not a single check box. Ugghhhh... var checkboxValue = $('input[name=mobilecheckboxgroup]').is(':checked'); if (checkboxValue === true){ alert ("true");// returns true when checked }else{ alert ("false");//r...
by Konstantin
Mon Jun 22, 2015 10:08 pm
Forum: Issues
Topic: Making sure user checks the box prior to submission
Replies: 6
Views: 634
 
Jump to post

Making sure user checks the box prior to submission

This is not what I need. My users can search for an item. I mapped my checkbox in such a way that it displays what the user has searched fro (from the DB) and I am asking a user to check the box, rank the item (from a drop down menu) and click submit button. Right now the submit button works regardl...
by Konstantin
Mon Jun 22, 2015 8:40 pm
Forum: Issues
Topic: mass uploading collection + spaces
Replies: 4
Views: 721
 
Jump to post

mass uploading collection + spaces

OK, fixed it. Thanks!

by Konstantin
Sun Jun 21, 2015 12:47 pm
Forum: Issues
Topic: Making sure user checks the box prior to submission
Replies: 6
Views: 634
 
Jump to post

Making sure user checks the box prior to submission

OK, one last thing before I am publish my app :) My users rank an item and click submit button and the ranking gets stored in a DB. How do I make sure that they check the button prior to clicking "submit"? Also, how do I do a similar verification on the text in a check box. Right now the s...
by Konstantin
Sun Jun 21, 2015 12:06 am
Forum: Issues
Topic: mass uploading collection + spaces
Replies: 4
Views: 721
 
Jump to post

mass uploading collection + spaces

Hi, thanks for your response. .csv file is created from Excel. One column has phrases with spaces in between the words, and I am not able to upload that file. As soon as I replace " " with "-", the file uploads just fine. The error. https://d2r1vs3d9006ap.cloudfront.net/s3_images...
by Konstantin
Sat Jun 20, 2015 1:49 pm
Forum: Issues
Topic: mass uploading collection + spaces
Replies: 4
Views: 721
 
Jump to post

mass uploading collection + spaces

Hello, I am interested in uploading collections from a .csv file and I was wondering what do I need to do to upload phrases with spaces between words. Currently, I can type in phrases with spaces manually, but when I upload the collection, your upload function refuses to upload due to spaces in the ...
by Konstantin
Sat Jun 20, 2015 1:31 pm
Forum: Issues
Topic: centering a button in footer
Replies: 2
Views: 342
 
Jump to post

centering a button in footer

Thanks!

by Konstantin
Wed Jun 17, 2015 10:41 pm
Forum: Issues
Topic: centering a button in footer
Replies: 2
Views: 342
 
Jump to post

centering a button in footer

Hello, I have a button that I would like to appear centered in the footer. Not matter what I do, it is left aligned. Please help. Thanks.

Go to advanced search