Search found 44 matches

Go to advanced search

by Brian Irr
Thu Jun 05, 2014 6:01 pm
Forum: Issues
Topic: Sharing Apps on my team
Replies: 3
Views: 336
 
Jump to post

Sharing Apps on my team

they had not confirmed, that must be something new from last year.

by Brian Irr
Thu Jun 05, 2014 6:01 pm
Forum: Issues
Topic: Sharing Apps on my team
Replies: 3
Views: 336
 
Jump to post

Sharing Apps on my team

all set thank you

by Brian Irr
Wed Jun 04, 2014 5:15 pm
Forum: Issues
Topic: Sharing Apps on my team
Replies: 3
Views: 336
 
Jump to post

Sharing Apps on my team

I am a high school teacher using appery to introduce mobile app dev. I have 45 seats available to me. I have had my students sign up as team members. They are now trying to share their apps with me and every time they try we get an error stating that you can only share with team members. When I chec...
by Brian Irr
Wed May 28, 2014 2:15 pm
Forum: Issues
Topic: testing query service
Replies: 1
Views: 207
 
Jump to post

testing query service

What would be the proper format if I wanted to test if my query service was working? I have a few students building apps that they want to filter information from the database. I am having them use the Phones tutorial as a guide One would like to filter beach names and another would like to filter n...
by Brian Irr
Fri May 16, 2014 5:15 pm
Forum: Issues
Topic: require selection radio button
Replies: 4
Views: 460
 
Jump to post

require selection radio button

thank you that worked...

by Brian Irr
Fri May 16, 2014 2:07 pm
Forum: Issues
Topic: require selection radio button
Replies: 4
Views: 460
 
Jump to post

require selection radio button

I added the check if selected code with onclick event to the button on the page with no results.

any ideas?

I changed the mobileradiogroupName to radiogroup The name if the group. Image

by Brian Irr
Fri May 16, 2014 12:01 pm
Forum: Issues
Topic: require selection radio button
Replies: 4
Views: 460
 
Jump to post

require selection radio button

I have three radio buttons called radiogroup, I would like to have an alert if one of them have not been selected stating "you must select one" and then if one has been selected to call a function called claculate.

any ideas how to write this?

by Brian Irr
Thu May 15, 2014 7:25 pm
Forum: Issues
Topic: how can I center a radiogroup side to side
Replies: 2
Views: 335
 
Jump to post

how can I center a radiogroup side to side

I found this code in onve of your responces to css, it worked.

Can you tell me that the "dsid" & "fieldset" reference so that I can understand the code for the future.

[dsid=radiogroup] fieldset{
text-align: center;
}

by Brian Irr
Thu May 15, 2014 5:27 pm
Forum: Issues
Topic: how can I center a radiogroup side to side
Replies: 2
Views: 335
 
Jump to post

how can I center a radiogroup side to side

I am trying to get my three radio buttons to center side to side, I have tried css and js.

Image

by Brian Irr
Thu May 15, 2014 2:35 pm
Forum: Issues
Topic: math calculation returning infinity, also need to set 2 decimal places.
Replies: 4
Views: 454
 
Jump to post

math calculation returning infinity, also need to set 2 decimal places.

I Found tha answer to setting the decimal places

Old
Appery('splitAnswer').val(" $ " + (splitAmt=Math.round(splitAmt*100)/100);

New
Appery('splitAnswer').val(" $ " +(splitAmt=Math.round(splitAmt*100)/100).toFixed(2));

Thank you for your help..

Go to advanced search