Search found 16 matches

Go to advanced search

by Jarl Gjessing
Tue Sep 08, 2015 10:21 am
Forum: Issues
Topic: decode response from file api after upload
Replies: 7
Views: 2292
 
Jump to post

decode response from file api after upload

Sorry, figured it out I think.. It's an array,that is why I could not access it directly. To get access I need to write: data[0].success.filename

by Jarl Gjessing
Tue Sep 08, 2015 5:12 am
Forum: Issues
Topic: decode response from file api after upload
Replies: 7
Views: 2292
 
Jump to post

decode response from file api after upload

Hi, thanks Well, I see the filename :-) I just want to be able to gain access to the variable in the object. So, I tried json.stringify(data) to output the object, that returned the object as a string just fine. Then I tried data.settings, and I got undefined. So my question is in "Run Javascri...
by Jarl Gjessing
Mon Sep 07, 2015 5:20 pm
Forum: Issues
Topic: decode response from file api after upload
Replies: 7
Views: 2292
 
Jump to post

decode response from file api after upload

I have successfully uploaded a file to the file api. And console.log(data) say: success Object { filename="cc0ef18b-2301-4223-86cb-35b90d51e382.betaling.pdf", fileurl=" https://api.appery.io/re...b90d51e382... "} filename "cc0ef18b-2301-4223-86cb-35b90d51e382.betaling.pdf&qu...
by Jarl Gjessing
Sat Sep 05, 2015 10:10 am
Forum: Issues
Topic: Token missing from upload service
Replies: 2
Views: 805
 
Jump to post

Token missing from upload service

:-) Yeah well... Embarrasing.. I figured that out.. I just named it something else.
I send you a virtual bottle of excuse Wine :-)

by Jarl Gjessing
Sat Sep 05, 2015 9:27 am
Forum: Issues
Topic: Token missing from upload service
Replies: 2
Views: 805
 
Jump to post

Token missing from upload service

Hi, I'm trying to follow the guide here: https://devcenter.appery.io/tutorials... But in my project, there is no token field :-( Here is your example: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1271306/snapshot4_inline.png?1441445165 Here is what I can choose from: https://d2r1vs3d9006ap.cloudf...
by Jarl Gjessing
Wed May 06, 2015 7:50 am
Forum: Issues
Topic: Dialog
Replies: 18
Views: 7415
 
Jump to post

Dialog

No I can't. I know how to show/hide a dialog. What I want to is to "pause" the function calling it until it is closed. Run it as a modal..

by Jarl Gjessing
Tue May 05, 2015 5:44 am
Forum: Issues
Topic: Dialog
Replies: 18
Views: 7415
 
Jump to post

Dialog

Is there a way to "wait" until the dialog is done? If I want the app to show a login dialog, and when the dialog closes (with success) i change the view to logged in. I mean I could set a local variable when the login services ends successfully and have a while loop that checks the variabl...
by Jarl Gjessing
Tue May 05, 2015 5:16 am
Forum: Issues
Topic: How can I use input field for DB query
Replies: 6
Views: 2161
 
Jump to post

How can I use input field for DB query

Hi, thanks for a prompt reply. I don't have any other mappings, and this is the only service. I think now, that this is a network/firebug issue, since I randomly see this on other components. I moved on with other parts of the app, while waiting for an answer so I don't know if this is still an issu...
by Jarl Gjessing
Mon May 04, 2015 6:14 am
Forum: Issues
Topic: Uncaught Error: c15r: component facade not found
Replies: 33
Views: 11642
 
Jump to post

Uncaught Error: c15r: component facade not found

Hmm, I too get this error :-( I see that the last comment was 5 months ago, you might have some news on this? I get this: (Firebug + Linux) Refresh Exception: c15r: component facade not found Error: c15r: component not found throw new Error("c15r: component not found"); The problem arises ...

Go to advanced search