Search found 68 matches

Go to advanced search

by LuisMa Suárez Gutiérrez
Tue Oct 14, 2014 4:45 am
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

Yes. I thought of that toó. Beautiful mapping.
Didnt work. Says that there is no "name" in undefined. :(.

by LuisMa Suárez Gutiérrez
Tue Oct 14, 2014 12:31 am
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

ok done. now, the mapping. this doesnt work, i get a " Uncaught Error: Attempt to access Object by index: i http://gyazo.com/724231f4a2670c8e702e... " http://gyazo.com/957a16b178cce2db3015... same this http://gyazo.com/25376aefb728b6a08c9e... nope : http://gyazo.com/de90e605785a73281e8a...
by LuisMa Suárez Gutiérrez
Mon Oct 13, 2014 8:28 am
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

I just realized I need to erase the entire mapping. i can't delete individual paths. i just click on the X symbol but nothing happens. is this a big problem?

http://gyazo.com/6dc6eac88da65cd5c25a...

by LuisMa Suárez Gutiérrez
Mon Oct 13, 2014 8:16 am
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

Holy crap! this worked. pre var onSuccess = function(value, other){ var newresponse=[]; var newvalue=[]; for (var j=0 ;j/pre For some reason i don't see the code rendered correctly, I used a pre tag, how do you render multiline code? screenshot: http://gyazo.com/ae99f63ccad5e3b76a75... results: firs...
by LuisMa Suárez Gutiérrez
Fri Oct 10, 2014 9:11 pm
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

ok so i got aroound to try to implement this. i used this wrapper code: $t.prueba = Appery.createClass(SecurityContext, { invoke: function(service, settings) { var oldSuccess = settings.success; var onSuccess = function(value, other) { var newvalue=[]; var newresponse=[]; for ( var i= 0; ipre itemNe...
by LuisMa Suárez Gutiérrez
Thu Oct 09, 2014 2:34 am
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

No. I didn't I don't have any idea how to do that.
I need to modify my source database? o.O
Or do I create a model structure and create a mapping.? I'm really lost.I don't understand how I can "combine" items.

by LuisMa Suárez Gutiérrez
Wed Oct 08, 2014 8:48 pm
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

ehem, yeah, i wasn't able to do it. Sorry. i didnt understand it's a market database. each item is the merchant and what he sales, ( his niche) its the list_service for a database in appery. This is the first thing i tried. i just mapped name and niche to all 3 gridCell_labels http://gyazo.com/45308...
by LuisMa Suárez Gutiérrez
Tue Oct 07, 2014 7:21 pm
Forum: Issues
Topic: Iterate mapping over a grid, 3 per row ( or more)
Replies: 17
Views: 1877
 
Jump to post

Iterate mapping over a grid, 3 per row ( or more)

i want to iterate over a grid. filling a list. I did so successfully on one-item-per-row, its too space-consuming and unattractive how can i iterate 3 at a time? instead of this: iterate{ grid(i) ↓ } i want this iterate { grid(i, i+1, i+2)↓ } this is the mock-up of the ui we want. If it were one ent...
by LuisMa Suárez Gutiérrez
Sun Oct 05, 2014 11:24 pm
Forum: Issues
Topic: Remove some elements in gmap UI
Replies: 9
Views: 922
 
Jump to post

Remove some elements in gmap UI

no error.
I was just asking your opinion on my choice of page Load event for that code.
I get that warning message from time to time,when testing. not just with your code.

by LuisMa Suárez Gutiérrez
Fri Oct 03, 2014 5:13 pm
Forum: Issues
Topic: Remove some elements in gmap UI
Replies: 9
Views: 922
 
Jump to post

Remove some elements in gmap UI

worked great. thank you. i placed it on pageLoad.does this wait until the map is ready? sometimes i get a "cannot refresh, map is not initialized" message. it doesnt crash though. Do i have to do a "add listener(initialized)" kind of thing like the google api says? or does appery...

Go to advanced search