Page 1 of 1

PostPosted: 23 Feb 2013 01:55
by esthermann
I am loading a value to the Location field, the value field, and the Text of my label, however when I click on the label the "q" in the google template listed below remains NULL. What am I missing? What do I need to set so that when I click the label it actually sends the address?

https://maps.google.com/maps?q=+&z=1&t=h&ll={lat},{lon}

PostPosted: 25 Feb 2013 11:43
by Jorge Sousa
esthermann said

I am loading a value to the Location field, the value field, and the Text of my label, however when I click on the label the "q" in the google template listed below remains NULL. What am I missing? What do I need to set so that when I click the label it actually sends the address?

https://maps.google.com/maps?q=+&z=1&t=h&ll={lat},{lon}


Hi Esther,
Thanks for advise.
We are working at this point to facilitate the addition of the parameters, and will be released on next beta version.

Best Regards,

cgdevtools

PostPosted: 25 Feb 2013 12:54
by Jorge Sousa
Fixed in V1.5.2.1877 :

Changelog:

V1.5.2.1877:
- IWCGJQMLabel.pas
* Updated: reworked the construction of GoogleMapLink, now it's possible to add additional parameters. Note: property "Template" serves as google map link.


Best Regards,

cgdevtools

PostPosted: 25 Feb 2013 18:35
by esthermann
thanks you're the best.