[mapguide-users] Image Tool Tips

Haris Kurtagic haris at sl-king.com
Mon Jan 19 20:34:36 EST 2009


zero templates wroks,

error would be neccessary too, if I put letters into house number I get
error page

-----Original Message-----
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Jason Birch
Sent: Monday, January 19, 2009 5:18 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] Image Tool Tips

Not tested, but try something like:

concat('Site Name: ', concat((translate(SiteName,' ','+'),
concat('.jpg', concat('\n\n<ximg
width=320 height=240
src=http://localhost/mapguide/dotnetviewersample/ImagesBS/',
concat((translate(SiteName,' ','+'),'.jpg>'))))))

Translate is an FDO expression, but I'm not sure what version of FDO it
was introduced at.

Jason

-----Original Message-----
From: ajid
Subject: Re: [mapguide-users] Image Tool Tips

My image jpg file name is "new image" ,  in images folder.
So i used that concat syntax.
concat('Site Name: ', concat(SiteName, concat('.jpg', concat('\n\n<ximg
width=320 height=240
src=http://localhost/mapguide/dotnetviewersample/ImagesBS/',
concat(SiteName,'.jpg>'))))))

It problem when i have a 2 words (new image) in jpg file on my folder.
SO
what should i do ? 
_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


More information about the mapguide-users mailing list