Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Changing the generated time

Hi,
I mean I am able to display the date and time but aren't able to send out messages as shown.
Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Changing the generated time

Hi Lim,

Please specify what do you have tried so far. And what is not work.

Regards.

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Changing the generated time

Hi,
After adding this codes that you have provided:
var d = new Date(value),
minutes = d.getMinutes().toString().length == 1 ? '0'+d.getMinutes() : d.getMinutes(),
hours = d.getHours().toString().length == 1 ? '0'+d.getHours() : d.getHours(),
ampm = d.getHours() = 12 ? 'pm' : 'am',
months = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],
days = ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'];
return days[d.getDay()]+' '+months[d.getMonth()]+' '+d.getDate()+' '+d.getFullYear()+' '+hours+':'+minutes+ampm;

I am able to display the date and time, but not able to send out messages.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Changing the generated time

Hi LIm,

May be there is some errors in console?

Please check it out whether you have service invoking on "send message" button click.

Also please take a look on the network tab when you send the message. Is there any errors?

Regards.

nadiah jabbar
Posts: 0
Joined: Fri Jun 20, 2014 3:42 am

Changing the generated time

hello.
This is the list service mapping that we have done.
however, the amount is still not display at the label.

Image

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Changing the generated time

Yes i did.
Here are the screen shots :

Image Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Changing the generated time

Lim,

I can not see create request.

Please make screen shots where we can see create request and all request parameters. And response.

Regards.

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Changing the generated time

Hi i am not able to screenshot the request as it is very laggy and keep loading.
Will you be able to see it from here?

http://appery.io/app/mobile-frame?src...

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Changing the generated time

Hi Lim,

I've checked your app on http://appery.io/app/view/8ede79da-08... page and it looks ok.

See details:

http://prntscr.com/41fm3l/direct

Did you managed to fix this problem?

If not - please specify steps how we can to reproduce this problem.

Regards.

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Changing the generated time

Hi, yes it works this way.
But however, when i add in the codes your team provided, It would not be able to send out messages successfully.

Return to “Issues”