Page 2 of 3

Grid is not shown if mapped with a REST Service

Posted: Wed Aug 01, 2012 10:16 pm
by maxkatz

Can you share the app for collaboration with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?


Grid is not shown if mapped with a REST Service

Posted: Wed Aug 01, 2012 10:57 pm
by Claudio

Done.
:)


Grid is not shown if mapped with a REST Service

Posted: Thu Aug 02, 2012 4:26 am
by maxkatz

I didn't see anything in support. Can you try again?


Grid is not shown if mapped with a REST Service

Posted: Thu Aug 02, 2012 4:27 am
by maxkatz

I didn't see anything in support. Can you share again?


Grid is not shown if mapped with a REST Service

Posted: Thu Aug 02, 2012 8:16 am
by Claudio

I already shared this project with you a few time ago.
If I add a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a the interface tells me "Project was shared successfully" without ask me further confirmation.
In Project Permission panel in the "share project" form I see me and "Mobile App Builder"


Grid is not shown if mapped with a REST Service

Posted: Thu Aug 02, 2012 9:43 am
by Maryna Brodina

Hello Claudio! Got your project. I was able to reproduce your problem. We'll try to figure out.


Grid is not shown if mapped with a REST Service

Posted: Thu Aug 02, 2012 2:01 pm
by Maryna Brodina

Go to LeaderBoardService service - Responce Parameters and delete "@" from all parameters which you use in mappig (player_id and value). Please let us know if it helps.


Grid is not shown if mapped with a REST Service

Posted: Thu Aug 02, 2012 4:59 pm
by Claudio

No, it doesn't.
I deleted all the @ from all parameters and remapped the service response.
Nothing changed.


Grid is not shown if mapped with a REST Service

Posted: Fri Aug 03, 2012 8:47 am
by Maryna Brodina

Hi,
here is what I changed in Responce Parameters

Image

Here is what I have in mapping

Image

and here is the result

Image

Please check do you have the same and let us know if this problem is still reproducible


Grid is not shown if mapped with a REST Service

Posted: Fri Aug 03, 2012 1:11 pm
by Claudio

Hi,
I deleted the @ character from the service, then I deleted the service from the screen and added again.
I redid the mapping.
But now I have the following error message:
TypeError: jsonPath(this.data, path) is undefined tiggzi.js (line 599):

getDataByPath: function() {
var path = this.path.join('.');
return jsonPath(this.data, path)[0]; <<<------- error
},