Search found 28 matches

Go to advanced search

by John4930205
Mon Sep 17, 2012 8:34 am
Forum: Issues
Topic: google map: close opened infowindow when loading new markers...
Replies: 1
Views: 469
 
Jump to post

google map: close opened infowindow when loading new markers...

I have below code to display markers on Google map using select menu. The below code is applied to mobileselectmenu - value change -run custom javascript. Everything is working fine, but when one of infowindow is open and I choose a new selection in select menu, the opened infowindow is still showin...
by John4930205
Mon Sep 17, 2012 6:47 am
Forum: Issues
Topic: Building Google Map App with Geolocation
Replies: 9
Views: 1780
 
Jump to post

Building Google Map App with Geolocation

Thx Max, but I just can't get this work... So I decided to go another route... I would like to customize the marker for the geolocation. I used this code on the geolocation component - Event (Success) - Run Custom Javascript, but not working... Do you have any advice on this? Thx. ------------------...
by John4930205
Mon Sep 17, 2012 2:53 am
Forum: Issues
Topic: Building Google Map App with Geolocation
Replies: 9
Views: 1780
 
Jump to post

Building Google Map App with Geolocation

This is the code that I have on the geolocation component - Event (Success) - Run Custom Javascript, but not working... Do I need to change "markerX" to something else? -------------------------- var map = Tiggr('googlemap1'); map.options['address']=''; map.refresh(); var infowindow = new ...
by John4930205
Sun Sep 16, 2012 8:28 am
Forum: Issues
Topic: Building Google Map App with Geolocation
Replies: 9
Views: 1780
 
Jump to post

Building Google Map App with Geolocation

That option is for the standard marker that you set via marker properties, no? Geolocation service component displays another marker that doesn't allow me to click and display the info window.

Again, my geolocation setup is based on this tutorial: http://help.gotiggr.com/getting-start...

by John4930205
Sat Sep 15, 2012 7:47 am
Forum: Issues
Topic: Building Google Map App with Geolocation
Replies: 9
Views: 1780
 
Jump to post

Building Google Map App with Geolocation

I followed this tutorial to setup google map geolocation:
http://help.gotiggr.com/getting-start...

But when I click on the marker, info window (popup) doesn't come up. I tried adding the Google API 3 InfoWindow function to the geolocation component, but the infowindow doesn't come up. Plz help!

by John4930205
Fri Sep 14, 2012 8:44 am
Forum: Issues
Topic: use custom marker for geolocation
Replies: 4
Views: 738
 
Jump to post

use custom marker for geolocation

thx!

by John4930205
Fri Sep 14, 2012 8:44 am
Forum: Issues
Topic: add a clickable external image
Replies: 5
Views: 1028
 
Jump to post

add a clickable external image

thank you

by John4930205
Wed Sep 12, 2012 8:21 am
Forum: Issues
Topic: use custom marker for geolocation
Replies: 4
Views: 738
 
Jump to post

use custom marker for geolocation

How can I use custom marker for google map geolocation? I did the below for Click - Invoke Service - geolocation1 But it's not working. Plz help! ------------------------------- var map = Tiggr('googlemap1'); map.options['address']=''; map.refresh(); var marker1 = new google.maps.Marker({ position: ...
by John4930205
Wed Sep 12, 2012 6:12 am
Forum: Issues
Topic: add a clickable external image
Replies: 5
Views: 1028
 
Jump to post

add a clickable external image

If you use the Image component, you can't use external image, correct? I want to use an external image coming from my server: mysite.com/img.jpg that is clickable.

by John4930205
Tue Sep 11, 2012 4:21 am
Forum: Issues
Topic: add a clickable external image
Replies: 5
Views: 1028
 
Jump to post

add a clickable external image

How can I add an external image that's clickable? Basically add this code in one of my screens... a href=" http://www.example.com " target="_blank" a href= http://www.example.com/images/example.jpg" rel="nofollow"http://www.example.com/images/example.../a" /a ...

Go to advanced search