Search found 64 matches

Go to advanced search

by William Bradee
Wed Jul 13, 2016 6:41 pm
Forum: Issues
Topic: How to Bind to Carousel Events
Replies: 2
Views: 640
 
Jump to post

How to Bind to Carousel Events

Never mind I have decided to use another open-source component. I think the Appery Carousel is good for viewing pictures, but I need more external control

by William Bradee
Wed Jul 13, 2016 3:48 pm
Forum: Issues
Topic: How to Bind to Carousel Events
Replies: 2
Views: 640
 
Jump to post

How to Bind to Carousel Events

I need to keep track of what image is displayed in the carousel so I would like to bind to the "show" event. But the documentation isn't very clear of how to bind to it, and what parameters are passed to the function you bind (or maybe none?). Then how do you find which image is currently ...
by William Bradee
Wed Jul 13, 2016 2:16 pm
Forum: Issues
Topic: add images to carousel javascript
Replies: 2
Views: 515
 
Jump to post

add images to carousel javascript

Thanks. That works. For others, you have to map the image first before you can map the container to the carousel.

by William Bradee
Tue Jul 12, 2016 8:14 pm
Forum: Issues
Topic: add images to carousel javascript
Replies: 2
Views: 515
 
Jump to post

add images to carousel javascript

I have a rest call that returns a list of items with image URLs. I want to use this to dynamically create a carousel with Javascript. I have tried the API, but cannot get it to add the images. I am using: Appery("myCarousel").carouselRoot.carousel("add", {type : image, imageUrl :...
by William Bradee
Mon Oct 13, 2014 5:41 pm
Forum: Issues
Topic: Direct insecure access to 3rd party image (geocommons.com) google map widget
Replies: 15
Views: 2879
 
Jump to post

Direct insecure access to 3rd party image (geocommons.com) google map widget

Thanks for your suggestion. That may or may not work, but it still includes the URL of the image in the source, which I would like to avoid. I see in the code it just includes a phantom "img" along with the map. That's really the issue, it shouldn't (in my opinion), you should make it conf...
by William Bradee
Tue Sep 30, 2014 2:08 am
Forum: Issues
Topic: Direct insecure access to 3rd party image (geocommons.com) google map widget
Replies: 15
Views: 2879
 
Jump to post

Direct insecure access to 3rd party image (geocommons.com) google map widget

argh now it gobbled up the link

src=http://
assets1.geocommons.com/
d51ab1366bec6a2c4954db979e5921bd4cc140db/
images/no_preview_map.png?1311276822

by William Bradee
Tue Sep 30, 2014 2:05 am
Forum: Issues
Topic: Direct insecure access to 3rd party image (geocommons.com) google map widget
Replies: 15
Views: 2879
 
Jump to post

Direct insecure access to 3rd party image (geocommons.com) google map widget

This system really hates html . . . . ++ div id="startScreen_googlemap_2" dsid="googlemap_2" name="googlemap_2" data-role="appery_googlemap" tiggzitype="object" apperytype="object" class='startScreen_googlemap_2' style='width:100%;' ++ ++ a...
by William Bradee
Tue Sep 30, 2014 2:04 am
Forum: Issues
Topic: Direct insecure access to 3rd party image (geocommons.com) google map widget
Replies: 15
Views: 2879
 
Jump to post

Direct insecure access to 3rd party image (geocommons.com) google map widget

Sure, the code works fine per se, but when I deploy this on a web server with SSL, I get a warning from the browser that the page contains non-secure content. My app is going to a trial. I don't want to explain this browser warning multiple times since people are so paranoid about security now. The ...
by William Bradee
Mon Sep 29, 2014 8:51 pm
Forum: Issues
Topic: Direct insecure access to 3rd party image (geocommons.com) google map widget
Replies: 15
Views: 2879
 
Jump to post

Direct insecure access to 3rd party image (geocommons.com) google map widget

I tried to put raw html in there but it is rendering. Look at the source.

by William Bradee
Mon Sep 29, 2014 8:49 pm
Forum: Issues
Topic: Direct insecure access to 3rd party image (geocommons.com) google map widget
Replies: 15
Views: 2879
 
Jump to post

Direct insecure access to 3rd party image (geocommons.com) google map widget

This is put in the project HTML file when a map is added to the page. I think it's a placeholder until google maps is loaded. If you create a new app, add a google map, and look at the generated startScreen.html page you will see it. For example, http://justamap.herokuapp.com/startSc... Here's the d...

Go to advanced search