Search found 10 matches

Go to advanced search

by Jaime Vergara
Wed Mar 09, 2016 8:21 pm
Forum: Issues
Topic: Back button: iOS issues
Replies: 7
Views: 1339
 
Jump to post

Back button: iOS issues

I have the same problem. I did try this link but does not work

http://stackoverflow.com/questions/32...

I waiting for answer..

by Jaime Vergara
Sun Feb 28, 2016 2:26 pm
Forum: Issues
Topic: ITMS-90101 "This bundle does not support one or more of the devices that were supported in the previous bundle for this
Replies: 9
Views: 2662
 
Jump to post

ITMS-90101 "This bundle does not support one or more of the devices that were supported in the previous bundle for this

Finally,

I regenerated all the files (CER. CSR, PEN, P12) and my app pass.
Now I am waiting confirmation's email from Apple plataform.

I hope this help someone else..

Thanks

by Jaime Vergara
Sun Feb 28, 2016 11:43 am
Forum: Issues
Topic: ITMS-90101 "This bundle does not support one or more of the devices that were supported in the previous bundle for this
Replies: 9
Views: 2662
 
Jump to post

ITMS-90101 "This bundle does not support one or more of the devices that were supported in the previous bundle for this

thanks for your answer. I did see the link before post my problem. I had created a provisioning file before and .CER and .P12 file the first time I publish my app.
so I just regenerated or compile my app with the same key files.

Do you think I have to generate those file again??

by Jaime Vergara
Sat Feb 27, 2016 10:57 pm
Forum: Issues
Topic: ITMS-90101 "This bundle does not support one or more of the devices that were supported in the previous bundle for this
Replies: 9
Views: 2662
 
Jump to post

ITMS-90101 "This bundle does not support one or more of the devices that were supported in the previous bundle for this

first, sorry my english I have publish my app in Apple Store in Nov-2015 (no problem) Now I recently made some minimun changes, mostly graphics (no new library, no new pluggins) compile and generated .IPA When try to update my app in Apple Store. I have ERROR "This bundle does not support one o...
by Jaime Vergara
Mon Feb 09, 2015 10:11 pm
Forum: Issues
Topic: change dinamically background color in list item on mapping
Replies: 11
Views: 1332
 
Jump to post

change dinamically background color in list item on mapping

sorry..
the sample code is not visible,

But I fix the problem with:

$(element).children().css("background-color", value.sColor);

Thanks again for your time..

by Jaime Vergara
Mon Feb 09, 2015 10:07 pm
Forum: Issues
Topic: change dinamically background color in list item on mapping
Replies: 11
Views: 1332
 
Jump to post

change dinamically background color in list item on mapping

I did test in a new page and it's worked. Now I know why fail.... I have 2 label in the list item and appery add a DIV tag in each LI tag.. (see next code) So the question is: How I can reach by code in JS section to put background-color in the DIV tag inside the LI tag??? Thanks again <!-- lblRubro...
by Jaime Vergara
Sat Feb 07, 2015 6:41 am
Forum: Issues
Topic: change dinamically background color in list item on mapping
Replies: 11
Views: 1332
 
Jump to post

change dinamically background color in list item on mapping

sure!!!.. 3 image Thanks again https://d2r1vs3d9006ap.cloudfront.net/s3_images/1152839/bgcolor1_inline.jpg?1423291226 https://d2r1vs3d9006ap.cloudfront.net/s3_images/1152840/bgcolor2_inline.jpg?1423291281 https://d2r1vs3d9006ap.cloudfront.net/s3_images/1152841/bgcolor3_inline.jpg?1423291291
by Jaime Vergara
Fri Feb 06, 2015 7:55 pm
Forum: Issues
Topic: change dinamically background color in list item on mapping
Replies: 11
Views: 1332
 
Jump to post

change dinamically background color in list item on mapping

Hi and thanks When I put yout code $(element).css("background-color", "#000000"); in each tag now appear style="background-color: rgb(0, 0, 0);"... but nothing happen then, in debug mode I set style="background-color: rgb(0, 0, 0);" in the tag inner tag and th...
by Jaime Vergara
Fri Feb 06, 2015 4:10 pm
Forum: Issues
Topic: change dinamically background color in list item on mapping
Replies: 11
Views: 1332
 
Jump to post

change dinamically background color in list item on mapping

Hi.. thank you for reply. But is not working. I'm using flat-ui theme. This mi success- mapping - $ code in function (value, element) { element.attr("data-item-id", value.idRubro); element.attr("data-item-count", value.NumCliente); element.attr("data-item-nombre", value...
by Jaime Vergara
Thu Feb 05, 2015 11:52 pm
Forum: Issues
Topic: change dinamically background color in list item on mapping
Replies: 11
Views: 1332
 
Jump to post

change dinamically background color in list item on mapping

Hi.. I have a itemlist. it's populate with REST Service. From the REST service's result I can get a diferent color (ex #CECECE) for any $ . So, I want to use that color and change the item list. I put this in JS for the itemlist on mapping element.attr("data-item-id", value.idRubro); eleme...

Go to advanced search