Page 1 of 2

count value issue

Posted: Wed Mar 11, 2015 1:23 pm
by Spark Chao

hello
I set the count service like below,and also get the response. Image

then I mapping the count value to label.
Image

but it is not working.please help me!
Image


count value issue

Posted: Wed Mar 11, 2015 6:16 pm
by Egor Kotov6832188

Hello Spark,
You have wrong mapping on the page for your service.
Your service returns array of objects, but you are mapping only object's property count
1) Add a grid component 1 row 1 col, place your label there
2) Map $ to grid
3) map count to label


count value issue

Posted: Thu Mar 12, 2015 7:20 am
by Spark Chao

Egor
thanks for your reply.
but it still no working.
1、add grid,and place the label inside.
Image

2、map like your advice.
Image

3、the label is disappear!!
Image


count value issue

Posted: Fri Mar 13, 2015 3:20 am
by Yurii Orishchuk

Hi Spark,

Please show us your "Before send" mapping.

FYI: You should pass there your count request parameter value.

Regards.


count value issue

Posted: Fri Mar 13, 2015 4:01 am
by Spark Chao

Yurii
please check for me.thanks
Image

Image

the "where" will count the specific user's number.
I can get the count number from the service test.
Image


count value issue

Posted: Mon Mar 16, 2015 1:43 am
by Yurii Orishchuk

Hi Spark,

  1. You should use "1" value instead of "value=1"(as you currently have).
    Details: http://prntscr.com/6hc81n/direct

  2. Not sure, do you invoke this service?

  3. Please give us your app public link and describe steps to reproduce this issue in your app.

    Regards.


count value issue

Posted: Mon Mar 16, 2015 6:07 am
by Spark Chao

Yurii
you are really kind!!
I change value from "value=1" to "1",and check already invoke the service.
but it is still not working!
Image
Image
Image

my app public like is below.
http://appery.io/app/mobile-frame?src...

I already set the startpage for this page.
when you open the app,you will the a log overall page like below,and the count value should be appear at the bottom.(under the list component)
Image


count value issue

Posted: Mon Mar 16, 2015 4:20 pm
by Spark Chao

Yurii
one more thing need to you help me to check it out.
today I try to edit my app,and click the "add new log" button.
it navigate to next page normally,but when I click to "next" button.
nothing happen this time,but I didn't change the events.
and the "back" button also not working today.
I am VERY SURE the page was feasible yesterday!!
does your service something wrong?

Code: Select all

[url=https://d2r1vs3d9006ap.cloudfront.net/s3_images/1173034/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A72015-03-17%E4%B8%8A%E5%8D%8812.03.28.png?1426522522][img]https://d2r1vs3d9006ap.cloudfront.net/s3_images/1173034/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A72015-03-17%E4%B8%8A%E5%8D%8812.03.28_inline.png?1426522522[/img] [/url] 

Image


count value issue

Posted: Tue Mar 17, 2015 5:08 am
by Yurii Orishchuk

Hi Spark,

Currently when i open your public link i can see this:
http://prntscr.com/6hscql/direct

Please check it and please describe steps how we can reproduce this issue.

Thanks.


count value issue

Posted: Tue Mar 17, 2015 6:13 am
by Spark Chao

Yurii
please check it agin.it is my fault to change the start page!

issue 1:count value
when you open the app,you will the a log overall page like below,and the count value should be appear at the bottom.(under the list component)
Image
Image

issue 2: navigation not working in second page
when you click the start page's "add new log" button.
it navigate to second page normally,
but when I click "next" button on second page.
nothing happen this time,but I didn't change the events.
and the "back" button also not working today. Image
Image

thanks for your help!!