Search found 29 matches

Go to advanced search

by 2fas2c
Fri Oct 17, 2014 4:38 am
Forum: Issues
Topic: Appery export not compiling in Eclipse
Replies: 12
Views: 2019
 
Jump to post

Appery export not compiling in Eclipse

Hi Maryna, I am getting the same error as above. I did not modify anything in the source tab. What am i doing wrong?

Thanks

by 2fas2c
Tue Mar 25, 2014 3:49 am
Forum: Issues
Topic: Uploading an image as part of user registration
Replies: 1
Views: 325
 
Jump to post

Uploading an image as part of user registration

I have seen several articles regarding uploading images. Sorry for asking it again. I have a user registration form on which I want the user to upload their picture/avatar. Can I do it all in one form? Can I have a field on the user object (photo with a data type of String)? Do I need to base64 enco...
by 2fas2c
Sun Mar 23, 2014 2:21 pm
Forum: Issues
Topic: How do I know if a select box has completed loading?
Replies: 11
Views: 2147
 
Jump to post

How do I know if a select box has completed loading?

Also, on the select control, will it automatically select the right item if i map my _id value to the value field on selectAthleteName-0 in the picture above?

by 2fas2c
Sun Mar 23, 2014 2:19 pm
Forum: Issues
Topic: How do I know if a select box has completed loading?
Replies: 11
Views: 2147
 
Jump to post

How do I know if a select box has completed loading?

i will. It does not answer my question on the order in which the mapping and the complete action are being executed. I also have a few text fields whose value are not getting populated.

by 2fas2c
Sun Mar 23, 2014 3:57 am
Forum: Issues
Topic: How do I know if a select box has completed loading?
Replies: 11
Views: 2147
 
Jump to post

How do I know if a select box has completed loading?

Also, on complete event of readAthleteService, I have the following javascript to populate the dropdown with the list of valid athlete names

Image

by 2fas2c
Sun Mar 23, 2014 3:21 am
Forum: Issues
Topic: How do I know if a select box has completed loading?
Replies: 11
Views: 2147
 
Jump to post

How do I know if a select box has completed loading?

This does not work. I am sure I am doing something wrong or my understanding is incorrect. As I said above, I do this: loadAthleteService.execute( { success:function(e) { loadScoreService.execute(); } } and I don't see the response mapping of loadScoreService executed. None of the field mappings hav...
by 2fas2c
Sun Mar 09, 2014 3:15 pm
Forum: Issues
Topic: How do I know if a select box has completed loading?
Replies: 11
Views: 2147
 
Jump to post

How do I know if a select box has completed loading?

It is a Select box (Dropdown). No they are not components.

by 2fas2c
Sat Mar 08, 2014 6:50 pm
Forum: Issues
Topic: How do I know if a select box has completed loading?
Replies: 11
Views: 2147
 
Jump to post

How do I know if a select box has completed loading?

I have a form with a selectbox (athlete name) and a text box (score). On the edit score page, i have two services: loadAthleteService - which loads the list of all athletes loadScoreService - which loads a score for a particular athlete. On Form load: (invoke javascript) - loadAthleteService.execute...
by 2fas2c
Fri Mar 07, 2014 1:54 pm
Forum: Issues
Topic: Deleting detail records when a master record is deleted
Replies: 3
Views: 420
 
Jump to post

Deleting detail records when a master record is deleted

In my QueryService, do i need to map the output to anything? Can i just write my code to process the response text to store the scoreids into localStorage? For some reason, nothing in my complete event gets processed. code On button click: if (confirm("Are you sure you want to delete?)) { query...

Go to advanced search