Search found 39 matches

Go to advanced search

by Marc6388140
Fri Nov 22, 2013 1:49 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

Yes, It works now! Again, Thank You very much for your support and patience.

by Marc6388140
Thu Nov 21, 2013 10:36 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

OK, I have the localstorage variable myFavorits with these values: [{"MUNICIPI":"Valls"},{"MUNICIPI":"Bràfim"}], and I want to put these values in a list. To do that, as adviced, I've created a Generic Service and tried with this custom JS implementation: $t.m...
by Marc6388140
Wed Nov 20, 2013 7:48 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

Sorry, but I'm completely lost. How can I make the Generic service read the array of values stored in the local variable myFavorits?

by Marc6388140
Mon Nov 18, 2013 4:43 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

So, how can I retrieve a list of all the values of a localStorage variable?

by Marc6388140
Mon Nov 18, 2013 1:18 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

I have managed to store an array of data in the same localStorage variable formatted this way: myFavorites: ["Aiguamúrcia", "Bràfim"]. Now, How can I retrieve these values in a list object? Aiguamúrcia Bràfim I've tried with the action "Set property" for the text in the...
by Marc6388140
Sat Nov 16, 2013 7:42 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

So, How can I store an array of data in the same variable?

by Marc6388140
Sat Nov 16, 2013 6:04 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

But is it possible to store an array of Key/Values in the same variable? I would like to select various items and store them in the same variable to retrieve them in a list.

by Marc6388140
Sat Nov 16, 2013 12:49 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

How can I keep multiple values in local storage through Set Local Storage Variable event?

by Marc6388140
Tue Nov 12, 2013 9:50 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

How could I use Generic service to achieve this? Any documentation?

by Marc6388140
Tue Nov 12, 2013 6:34 pm
Forum: Issues
Topic: How to add an item to "Favourites" locally in the device, not in the server?
Replies: 24
Views: 5836
 
Jump to post

How to add an item to "Favourites" locally in the device, not in the server?

I want to add a starred button next to every element in the list to mark the item as favorite and then I would have a view showing the items set as favorites. For that I guess I need to add a True/Flase (1,0)"IsFavourite" field in the collection, but I want each user to have their own data...

Go to advanced search