Search found 4005 matches

Go to advanced search

by Yurii Orishchuk
Wed Oct 14, 2015 5:01 am
Forum: Issues
Topic: What to do to get carousel to rotate images automatically
Replies: 19
Views: 2360
 
Jump to post

What to do to get carousel to rotate images automatically

Hi Danny, If you want to automatically change slides you can use following solution: 1 Open page where you have this carousel component. 2 Add "Page show" event handler. 3 Populate this handler with following JS code: pre var onDelay = function(){ //where "mobilecarous...
by Yurii Orishchuk
Wed Sep 30, 2015 5:02 am
Forum: Issues
Topic: Text Messaging App returns 'Bad Request'
Replies: 12
Views: 1870
 
Jump to post

Text Messaging App returns 'Bad Request'

Hi Hawk, I've checked your implementation and see that you send credentials in URL like: pre http://user:password@domain.com/... /pre This is not working anymore with Appery.io proxy that you use. You need to implement base authorization "Authoriz...
by Yurii Orishchuk
Sun Sep 27, 2015 11:59 pm
Forum: Issues
Topic: Popup on Google Map icons
Replies: 23
Views: 3584
 
Jump to post

Popup on Google Map icons

Hi Blair, Sorry for the huge delay. So your code works correctly except of deleting of markers? If so you need to add(Every type you create marker) to the array. And then you can remove all markers in this array. Here is your modified code: precode if (!self.markers) self.markers = [...
by Yurii Orishchuk
Thu Sep 24, 2015 5:02 am
Forum: Issues
Topic: Select Menu and Mapping Anomailies
Replies: 6
Views: 1270
 
Jump to post

Select Menu and Mapping Anomailies

Hi Jack,

If you want to debug it you need to find a reason of this problem by narrow this problem.

So please leave just one datasource invokation that fill these selects.

Regards

by Yurii Orishchuk
Mon Sep 21, 2015 5:01 am
Forum: Issues
Topic: Select Menu and Mapping Anomailies
Replies: 6
Views: 1270
 
Jump to post

Select Menu and Mapping Anomailies

Hi Jack,

As i can see on item-click - you invoked 3 services.

Please try to leave just one of them(that fills these selects)

It seems several datasources change your selects at different time thus you have such unpredictable result.

Regards.

by Yurii Orishchuk
Wed Sep 16, 2015 4:59 am
Forum: Issues
Topic: Select Menu and Mapping Anomailies
Replies: 6
Views: 1270
 
Jump to post

Select Menu and Mapping Anomailies

Hi Jack,

I've tried to click on item, and got following result:

http://prntscr.com/8guaht/direct

Could you please specify what is not correct in this result?

And how it should be correct.

Regards.

by Yurii Orishchuk
Thu Sep 10, 2015 5:01 am
Forum: Issues
Topic: FILE
Replies: 5
Views: 837
 
Jump to post

FILE

Hi Deon, Sorry for this delay, You should add following response parameters(see screen shot): http://prntscr.com/8elg01/direct Also you can do it automatically: 1 Upload file 2 Find request in browser debugger network tab 3 Copy actual service response. 4 Past this actual response in the service &qu...
by Yurii Orishchuk
Tue Sep 08, 2015 9:36 pm
Forum: Issues
Topic: voting and providing user with the results of likes
Replies: 7
Views: 1158
 
Jump to post

voting and providing user with the results of likes

Hello,

Yes, this base solution is still applicable for Appery.io JQM apps.

So please follow these steps to get working needed jQuery plugin in your app.

Regards.

by Yurii Orishchuk
Tue Sep 01, 2015 5:00 am
Forum: Issues
Topic: Popup on Google Map icons
Replies: 23
Views: 3584
 
Jump to post

Popup on Google Map icons

Hi Blair, You access "coordsArray " inside event handler. In this event handler "i" does not stores correct value. Details: http://prntscr.com/8b6rw2/direct You need to wrap event handler with some function and pass there needed index or "i". Example of code: precode va...
by Yurii Orishchuk
Tue Sep 01, 2015 5:00 am
Forum: Issues
Topic: Appery().val() has stopped updating selected item in dropdown selector lists
Replies: 31
Views: 4289
 
Jump to post

Appery().val() has stopped updating selected item in dropdown selector lists

Hi Daren,

You sad it worked for "default SelectMenu" but not works for "my SelectMenu object" it does not works.

Please specify what is "my SelectMenu object". Is that custom HTML select? Or component from appery.io toolbar?

Regards.

Go to advanced search