Search found 170 matches

Go to advanced search

by Bernie
Thu Nov 01, 2018 8:28 pm
Forum: Issues
Topic: Issue with Generic Service
Replies: 3
Views: 632
 
Jump to post

Issue with Generic Service

Never mind. I got it. Case solved.

I had my response parameters set wrong.

This is how they need to look like: Image

by Bernie
Thu Nov 01, 2018 7:41 pm
Forum: Issues
Topic: Issue with Generic Service
Replies: 3
Views: 632
 
Jump to post

Issue with Generic Service

Hi Serhii, The problem is that I can parse a single object like {'name': 'joe',"age":"24"} to the mapping service of the Generic service, but I can not parse something like [{"name": "joe","age":"24"},{"name":"Dan","...
by Bernie
Tue Oct 30, 2018 7:27 pm
Forum: Issues
Topic: Issue with Generic Service
Replies: 3
Views: 632
 
Jump to post

Issue with Generic Service

Hi, I am struggling with a Generic service that previously worked and that I built earlier this year. I am loosing it in the condition where I put in: alert("script has been terminated"); Apparently the code does not go beyond if (this. requestOptions.echo) { settings.success(this. request...
by Bernie
Wed Jun 27, 2018 1:39 pm
Forum: Issues
Topic: Target API level requirements from August 2018
Replies: 10
Views: 3599
 
Jump to post

Target API level requirements from August 2018

Any news on this one?

by Bernie
Mon Jun 18, 2018 7:53 pm
Forum: Issues
Topic: Target API level requirements from August 2018
Replies: 10
Views: 3599
 
Jump to post

Target API level requirements from August 2018

Sounds good

by Bernie
Mon Jun 18, 2018 5:57 pm
Forum: Issues
Topic: Target API level requirements from August 2018
Replies: 10
Views: 3599
 
Jump to post

Target API level requirements from August 2018

I do receive the following warning message when setting up a new Android release in the playstore: Warning: Your app currently targets API level 24 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance. From August 2018, new apps must t...
by Bernie
Wed May 09, 2018 2:39 pm
Forum: Issues
Topic: generic service array mapping
Replies: 2
Views: 553
 
Jump to post

generic service array mapping

This is how it works: Appery.getOffline = Appery.createClass(null, { init: function(requestOptions) { this.__requestOptions = $.extend({}, requestOptions); }, process: function(settings) { if (this. requestOptions.echo) { settings.success(this. requestOptions.echo); } else { // load JSON data from l...
by Bernie
Tue May 08, 2018 8:19 pm
Forum: Issues
Topic: generic service array mapping
Replies: 2
Views: 553
 
Jump to post

generic service array mapping

I created a generic service based of a JSON.stringified array stored in a localstorage variable. Here is the javascript code of my generic service: Appery.getOffline = Appery.createClass(null, { init: function(requestOptions) { this.__requestOptions = $.extend({}, requestOptions); }, process: functi...
by Bernie
Thu Mar 29, 2018 11:46 pm
Forum: Issues
Topic: Image name from image control
Replies: 2
Views: 482
 
Jump to post

Image name from image control

Thanks, Serhii.
That works perfectly fine.

by Bernie
Wed Mar 28, 2018 9:00 pm
Forum: Issues
Topic: Image name from image control
Replies: 2
Views: 482
 
Jump to post

Image name from image control

I do have an image displayed in an image control (jquery).

The name of the control is "mobileimage_PictureTaken".

How do I get the name of that image not using thye click event?

I would like to do something like

Apperyio("mobileimage_PictureTaken").getName

Go to advanced search