Search found 63 matches

Go to advanced search

by Anthony Hyams
Wed May 14, 2014 11:38 pm
Forum: Issues
Topic: refresh list after deleting an item
Replies: 16
Views: 1831
 
Jump to post

refresh list after deleting an item

there is a delete service that runs when the button is clicked. I run it as a javascript event on the success of the delete service

by Anthony Hyams
Wed May 14, 2014 10:40 pm
Forum: Issues
Topic: refresh list after deleting an item
Replies: 16
Views: 1831
 
Jump to post

refresh list after deleting an item

I have a list. There is a split button on the right. when I click this button it invokes a service that deletes the item from the database. This all works. However when I try to refresh the list on the delete item success using the following Appery('mobilelist_1').listview("refresh"); Noth...
by Anthony Hyams
Wed May 14, 2014 8:29 pm
Forum: Issues
Topic: Split list button - text repeating
Replies: 10
Views: 1434
 
Jump to post

Split list button - text repeating

works like a dream thank you very much

by Anthony Hyams
Tue May 13, 2014 10:40 pm
Forum: Issues
Topic: Split list button - text repeating
Replies: 10
Views: 1434
 
Jump to post

Split list button - text repeating

I have already shared app with support. If you open it. Click the login button - top right. Enter username: apptest password: apptest Then click the schedule button. I have populated that account with two events and you will see on the split button on the right that the text is repeated above the X
by Anthony Hyams
Mon May 12, 2014 10:32 pm
Forum: Issues
Topic: Split list button - text repeating
Replies: 10
Views: 1434
 
Jump to post

Split list button - text repeating

Seeing as just repeating what you said before is considered "support" here's my last response again... but at least I've added an extra line The problem with that answer is when I enquired about adding several data items to a list in this question https://getsatisfaction.com/apperyio/ ... ...
by Anthony Hyams
Mon May 12, 2014 4:30 pm
Forum: Issues
Topic: Split list button - text repeating
Replies: 10
Views: 1434
 
Jump to post

Split list button - text repeating

The problem with that answer is when I enquired about adding several data items to a list in this question https://getsatisfaction.com/apperyio/... The conclusion was you had to add the custom js before the text field. Read the final two posts. One of the issues being as far as I am aware I can only...
by Anthony Hyams
Mon May 12, 2014 3:17 pm
Forum: Issues
Topic: Split list button - text repeating
Replies: 10
Views: 1434
 
Jump to post

Split list button - text repeating

I have a list which is formatted with the split button behaviour. I run some js to format and add some extra info to the list. this runs at the start of the loop $ var d = new Date(value.start); var info = " Starts at " + convertdate(d) + " "; element.append(info); This just gets...
by Anthony Hyams
Wed May 07, 2014 10:38 pm
Forum: Issues
Topic: Map two data items to a list
Replies: 19
Views: 2179
 
Jump to post

Map two data items to a list

no worries got it. Just for anyone else now see that I can reference all the values in the current record by using value.ROW-NAME so the code has to be applied at the $ where the loop starts. All works fine now.

by Anthony Hyams
Wed May 07, 2014 10:21 pm
Forum: Issues
Topic: Map two data items to a list
Replies: 19
Views: 2179
 
Jump to post

Map two data items to a list

ok that makes sense where do I insert the element.append ode

by Anthony Hyams
Wed May 07, 2014 7:16 pm
Forum: Issues
Topic: Map two data items to a list
Replies: 19
Views: 2179
 
Jump to post

Map two data items to a list

Image

its there .. and as far as I can see shared

Go to advanced search