Search found 16 matches

Go to advanced search

by John Chaudhry
Sun Apr 02, 2017 4:43 pm
Forum: Issues
Topic: Using Server Code to update multiple objects
Replies: 13
Views: 3783
 
Jump to post

Using Server Code to update multiple objects

Found the problem, it needed another } in the query.

by John Chaudhry
Fri Mar 31, 2017 8:36 am
Forum: Issues
Topic: Using Server Code to update multiple objects
Replies: 13
Views: 3783
 
Jump to post

Using Server Code to update multiple objects

Hi Sergiy,

"end_date" is of type date.

(just double checked)

Cheers,

John

by John Chaudhry
Thu Mar 30, 2017 4:48 pm
Forum: Issues
Topic: Using Server Code to update multiple objects
Replies: 13
Views: 3783
 
Jump to post

Using Server Code to update multiple objects

Hi, I have a similar problem: If I do this in my server code (I have already defined the dbApiKey variable): var result = Collection.multiUpdateObject(dbApiKey, "CAcol1", '{"end_date":"2017- 03-27"}', {"display":"expired"}); it works fine. But if I d...
by John Chaudhry
Sun Jan 01, 2017 2:38 pm
Forum: Issues
Topic: Alternate color on list item
Replies: 9
Views: 1911
 
Jump to post

Alternate color on list item

Seems it doesn't work if you have labels in the items list, which I do. The labels loses the css settings.

Anyway to get around this?

by John Chaudhry
Sat Dec 31, 2016 7:10 pm
Forum: Issues
Topic: Alternate color on list item
Replies: 9
Views: 1911
 
Jump to post

Alternate color on list item

Hi, I am trying this as well on a dynamic list. It doesn't work. I've taken Sergiy's advice above and have put in the following code upon Page Show: $("[name=list_of_offers] li:odd a").css('background-color','#9F9DC1'); $("[name=list_of_offers] li:odd a").css('color','#4D4A85'); ...
by John Chaudhry
Sun Dec 11, 2016 12:38 pm
Forum: Issues
Topic: Click event not working on Android device
Replies: 31
Views: 4051
 
Jump to post

Click event not working on Android device

Hi Illya, I looked at some other tickets and rewrote the code so that: for the whole mobileradiogroup, upon the Event Value Change run JavaScript: var checkedValue = Apperyio("mobileradiogroup_2").find('input[type="radio"]:checked').val(); plus some other logic after that. This w...
by John Chaudhry
Tue Nov 29, 2016 7:40 pm
Forum: Issues
Topic: Click event not working on Android device
Replies: 31
Views: 4051
 
Jump to post

Click event not working on Android device

Hi Appery, This is still a problem. I have just set up a simple page using radio buttons. It works on the emulation environment but not on an Android. The symptom is: when I click on a button a bit of JS is run which a) gives an alert b) sets a storage variable. These do not happen. There is nothing...
by John Chaudhry
Tue Apr 12, 2016 6:37 pm
Forum: Issues
Topic: Trying to find all matches between database collections
Replies: 7
Views: 1122
 
Jump to post

Trying to find all matches between database collections

Fixed - thanks Sergiy.

by John Chaudhry
Mon Apr 11, 2016 7:05 am
Forum: Issues
Topic: Trying to find all matches between database collections
Replies: 7
Views: 1122
 
Jump to post

Trying to find all matches between database collections

Hi Yurri, This is very useful and almost solves my problem but I am not sure how to get an array in a local storage variable into this. The LSV array contains strings "1", "2", "3". I am not sure how to get them into the Titlearray variable above. Cheers, John
by John Chaudhry
Fri Mar 04, 2016 6:24 pm
Forum: Issues
Topic: essential android permissions for my app
Replies: 5
Views: 1153
 
Jump to post

essential android permissions for my app

OK, I exported the app as a plug in, created a new app (which now automatically comes with Cordova plugins) and now it is stable.

Go to advanced search