Search found 294 matches

Go to advanced search

by Egor Kotov6832188
Fri Apr 03, 2015 11:51 am
Forum: Issues
Topic: distinct related objects from collection
Replies: 4
Views: 782
 
Jump to post

distinct related objects from collection

Hello Daan, First of all all pointers should be with type pointer, and has _id of pointing object. Once Collection C has 2 pointers with ids to A and B you can import in the editor service Read for C collection. During import editor will generate structure of response, all you have to do now is map ...
by Egor Kotov6832188
Fri Apr 03, 2015 11:47 am
Forum: Issues
Topic: how to cancel a toggle change via javascript
Replies: 1
Views: 434
 
Jump to post

how to cancel a toggle change via javascript

Hello Conor,

Unfortunately, you can prevent this event. You can make toggle component disable track click event, call your service and then make it enable on success event from service change toggle state.

by Egor Kotov6832188
Fri Apr 03, 2015 9:29 am
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 2539
 
Jump to post

Adding Plugins with JAR and .SO library files

Rahul,

We are very sorry, but your question is outside of support's scope.

by Egor Kotov6832188
Fri Apr 03, 2015 9:27 am
Forum: Issues
Topic: IS BEING ABLE TO INCORPORATE GOOGLE PLAY SERVICES TOO MUCH TO ASK FOR???
Replies: 16
Views: 2098
 
Jump to post

IS BEING ABLE TO INCORPORATE GOOGLE PLAY SERVICES TOO MUCH TO ASK FOR???

M&M,

I believe the maven plugin version is 3.6.1?

It doesn't matter what maven version

If then I cannot use .aar right? so I have to use apklib?
I can't see reason why you can't use jar, if this topic related to adding jar files to Appery.io project structure.

This way?
Yes.

by Egor Kotov6832188
Thu Apr 02, 2015 12:35 pm
Forum: Issues
Topic: Styling customization questions
Replies: 23
Views: 3123
 
Jump to post

Styling customization questions

Ellen,

In mapping on success event for your service,
for your label add js, by clicking on green JS button, then place my code there, and that is all

by Egor Kotov6832188
Thu Apr 02, 2015 12:34 pm
Forum: Issues
Topic: IS BEING ABLE TO INCORPORATE GOOGLE PLAY SERVICES TOO MUCH TO ASK FOR???
Replies: 16
Views: 2098
 
Jump to post

IS BEING ABLE TO INCORPORATE GOOGLE PLAY SERVICES TOO MUCH TO ASK FOR???

M&M

Go to mvnrepository.org site and check if this jar is already uploaded,
if no
1) create repo/xxx/yyy/zzz.jar, repo/xxx/yyy/zzz.pom
where xxx/yyy/zzz - package name of your jar file
2) add dependency to pom.xml

if yes, just add dependency

by Egor Kotov6832188
Thu Apr 02, 2015 12:24 pm
Forum: Issues
Topic: Adding Plugins with JAR and .SO library files
Replies: 20
Views: 2539
 
Jump to post

Adding Plugins with JAR and .SO library files

Rahul,

Probably, your plugin uploaded during build from maven, cause you haven't removed dependency from pom.xml

by Egor Kotov6832188
Thu Apr 02, 2015 8:42 am
Forum: Issues
Topic: unable to remove mappings in the editor
Replies: 6
Views: 975
 
Jump to post

unable to remove mappings in the editor

Conor,

Please share your project and provide next information:
1) app name
2) steps to reproduce the issue.

by Egor Kotov6832188
Thu Apr 02, 2015 8:36 am
Forum: Issues
Topic: carousel get image from db
Replies: 8
Views: 1230
 
Jump to post

carousel get image from db

Spark,

1) if response has more then one image, then it is an array, and you can easily map any array to the page components like grid or list
2) yes, it is the one, you are looking for

by Egor Kotov6832188
Thu Apr 02, 2015 8:34 am
Forum: Issues
Topic: Uni Deadline Soon...Please Help
Replies: 5
Views: 766
 
Jump to post

Uni Deadline Soon...Please Help

Hello Junaid,

1) you need to check if you actually calling service to add new item i DB.
a) open console-network, on service call you will see new request
b) check if it 200 OK
2) then if request is 4XX make a screen shot, or fix service call

Go to advanced search