Page 2 of 3

Camera save location

Posted: Fri Apr 12, 2013 3:21 pm
by pafowkes

Ok Thanks but going back to setting this "alert(arguments[0].imageURI);" on the camera success event I am still getting undefined returned, any reason you can think of why that might be happening?


Camera save location

Posted: Fri Apr 12, 2013 3:32 pm
by Kateryna Grynko

Did you set Request parameter "destinationType" = "File URI"?
As I can see the request parameter is set in mapping. Please make sure there is a correct value.


Camera save location

Posted: Fri Apr 12, 2013 3:35 pm
by pafowkes

Yes the destination type is set to File URI


Camera save location

Posted: Fri Apr 12, 2013 3:51 pm
by Kateryna Grynko

We cannot reproduce the problem. We created Camera Service and use the following line: codealert(arguments[0].imageURI);/code to show path.
Could you share the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?


Camera save location

Posted: Fri Apr 12, 2013 4:00 pm
by pafowkes

Hi, the app (qr-renamer) has been shared.


Camera save location

Posted: Fri Apr 12, 2013 4:01 pm
by Kateryna Grynko

Thank you, we'll take a look.


Camera save location

Posted: Fri Apr 12, 2013 4:13 pm
by Kateryna Grynko

Request parametr destinationType is mapped to Label. But in Label component there is a standard text "Label". You should delete mapping and manually choose "File URI" from dropdown list or in Label component write value "File URI".


Camera save location

Posted: Fri Apr 12, 2013 4:30 pm
by pafowkes

Ok thanks, a little confused in the mapping issue but got it, and working!! Thanks


Camera save location

Posted: Fri Apr 19, 2013 12:38 pm
by pafowkes

Hi Katya,

It seems something is inconsistent with the result returned, after making some changes I went back to basics and once again the alert is returning "undefined" for no obvious reason.


Camera save location

Posted: Fri Apr 19, 2013 4:16 pm
by Maryna Brodina

Hi, could you clarify how do you test your app (using tester or you install app on device)? Does the image appear?