Search found 462 matches

Go to advanced search

by adam griffin
Mon Dec 22, 2014 2:43 am
Forum: Issues
Topic: How to query a pointer within a pointer?
Replies: 7
Views: 711
 
Jump to post

How to query a pointer within a pointer?

I am trying to query on a pointer's pointer? This is an example of what I am trying to do. code { "Post_Pointer": { "collName":"Post_Timeline", "Event": { "collName": "Events", "_id": "5495d129e4b05c4ac3bf8bde" } } } /code
by adam griffin
Sun Dec 21, 2014 9:36 pm
Forum: Issues
Topic: There is a delay between the service call and list before I am able to scroll
Replies: 6
Views: 640
 
Jump to post

There is a delay between the service call and list before I am able to scroll

The page is "profile". The service I think is "retrievetimeline"

by adam griffin
Sun Dec 21, 2014 7:30 pm
Forum: Issues
Topic: There is a delay between the service call and list before I am able to scroll
Replies: 6
Views: 640
 
Jump to post

There is a delay between the service call and list before I am able to scroll

The login: username - a href="mailto:ajpsp5@yahoo.com" rel="nofollow"ajpsp5@yahoo.com/a pass - 1234, Once logged in the first page will create a list but it will not let you scroll until maybe 10 secs later. I will like to know how I can make that list scroll-able right away.

by adam griffin
Sun Dec 21, 2014 7:19 pm
Forum: Issues
Topic: There is a delay between the service call and list before I am able to scroll
Replies: 6
Views: 640
 
Jump to post

There is a delay between the service call and list before I am able to scroll

I have a list service that is mapped to list component after success. When the list appears it takes about 5 - 10 secs for me to be able to scroll the list. I have tested this on 4.4 Android Galaxy Note 4 and S4. Can someone help me? I also have shared my app with support, its name is "EB".

by adam griffin
Sat Dec 20, 2014 8:31 pm
Forum: Issues
Topic: How can I add an image background to a grid?
Replies: 3
Views: 428
 
Jump to post

How can I add an image background to a grid?

So would it be like this when using the success mapping?

code
Appery(element ).css('background-image','url("http://i.imgur.com/dtJM81s.png")');
/code

by adam griffin
Sat Dec 20, 2014 7:59 pm
Forum: Issues
Topic: How can I add an image background to a grid?
Replies: 3
Views: 428
 
Jump to post

How can I add an image background to a grid?

I am using a list service on success to try add url address to a grid background. How can I do this in JavaScript? code jQuery(element).style.backgroundImage = 'url('+value+')'; //cols .style.backgroundSize = '102%'; jQuery(element).style&#...
by adam griffin
Fri Dec 12, 2014 10:59 pm
Forum: Issues
Topic: How do I get a image src?
Replies: 5
Views: 553
 
Jump to post

How do I get a image src?

Can you give me an example? I do not understand the link

by adam griffin
Fri Dec 12, 2014 10:37 pm
Forum: Issues
Topic: How do I get a image src?
Replies: 5
Views: 553
 
Jump to post

How do I get a image src?

That's the structure that is in the div. Not my code. How can I get that image source?

by adam griffin
Fri Dec 12, 2014 5:03 pm
Forum: Issues
Topic: How do I get a image src?
Replies: 5
Views: 553
 
Jump to post

How do I get a image src?

I am using a qrcode generator, the qrcode is created and automatically attach itself to a div I created inside a canvas and image that the code creates. How am I able to get the image source with my div id? code <div id="qrcode"> <canvas> <img></img> </canvas> <> /code
by adam griffin
Fri Dec 12, 2014 4:58 pm
Forum: Issues
Topic: How do I get the response from a redirect url?
Replies: 13
Views: 1445
 
Jump to post

How do I get the response from a redirect url?

Thank you!

Go to advanced search