Page 2 of 2

Issue in fetching the data on the detail side of the app.

Posted: Thu Sep 19, 2013 7:22 pm
by supriya hirurkar

Yes, I have set a master-detail screen for my i-pad app. I have a list on the master side and whenI click on one of the list items, the corresponding detail content loads. For that I was storing the id for my records on the detail side as a local-storage id and had written some custom JS on the click even to open up the detail side and that was perfectly working till yesterday.
You have an attribute called border thickness for grid component, even after setting it to 1, it never showed up while running, so I put my custom css to get it working. Yesterday I restored all my source files.
Today when I opened appery, the UI look very neat, will all the borders in place, well partitioned grids but this master-detail functionality stopped working. I tested all my settings and data mapping, everything seems to be correct and there is no console -error while running the app, so it is difficult for me to understand what is happening. Does it have anything to do with restoring the web-resources.
Please help.


Issue in fetching the data on the detail side of the app.

Posted: Thu Sep 19, 2013 8:04 pm
by supriya hirurkar

It is the custom JS on the click event of the master list is not responding.
and all my source files are intact, I restored them.


Issue in fetching the data on the detail side of the app.

Posted: Thu Sep 19, 2013 9:13 pm
by supriya hirurkar

Will it be possible for you to look into the app? No custom JS is working for me.
I appreciate all your help. Thanks


Issue in fetching the data on the detail side of the app.

Posted: Thu Sep 19, 2013 9:21 pm
by Alena Prykhodko

Hello! Yes, please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. Tell us its name, we'll check, but it may take some time.


Issue in fetching the data on the detail side of the app.

Posted: Thu Sep 19, 2013 9:39 pm
by supriya hirurkar

I shared the app. Thanks


Issue in fetching the data on the detail side of the app.

Posted: Fri Sep 20, 2013 9:20 am
by Kateryna Grynko

Hi Supriya,

Tick "Visible" on Label where you map data from Screen2.


Issue in fetching the data on the detail side of the app.

Posted: Fri Sep 20, 2013 5:12 pm
by supriya hirurkar

Hello Katya, thanks for looking at the app. But sad to say that, it is still not working. Now the console has at least started to show the error 'Mandatory parameter appery-proxy-url is missing'.
My API request settings look fine to me although.


Issue in fetching the data on the detail side of the app.

Posted: Fri Sep 20, 2013 5:34 pm
by Maryna Brodina

Hello! On screen2 in service accountDetails in mapping request parameter Authorization should be
prereturn "Bearer " + value;/pre
There is no space after Bearer


Issue in fetching the data on the detail side of the app.

Posted: Fri Sep 20, 2013 6:09 pm
by supriya hirurkar

Marina, that was spot on! worked wonders. You are awesome!
I never would have been able to figure out the missing space.


Issue in fetching the data on the detail side of the app.

Posted: Fri Sep 20, 2013 6:22 pm
by Maryna Brodina

Glad it's working!