Re: [mapguide-users] Image Tool Tips

2009-01-20 Thread ajid

Finally.. solve d problem..

concat('http://localhost/mapguide/dotnetviewersample/LocationImage/',
concat(Name,concat('.jpg','">')))

-
::: PublicVisitor :::
www.myguidepages.com
-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2185765.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-19 Thread ajid

Here My Problem.. when get 2 words it cannot view.. 


-
::: PublicVisitor :::
www.myguidepages.com
-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2184903.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Image Tool Tips

2009-01-19 Thread Haris Kurtagic
zero templates wroks,

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

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@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\nhttp://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\nhttp://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@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Image Tool Tips

2009-01-19 Thread Jason Birch
Not tested, but try something like:

concat('Site Name: ', concat((translate(SiteName,' ','+'),
concat('.jpg', concat('\n\nhttp://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\nhttp://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@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-18 Thread ajid

Orite.. 
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\nhttp://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 ? 

-
::: PublicVisitor :::
www.myguidepages.com
-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2180251.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-18 Thread Zac Spitzer
take a bit of time and have another look, i think it's should be pretty obvious
where the problem is based on your question and my answer

"new image.jpg" needs to be "new%20image.jpg" ?

On Mon, Jan 19, 2009 at 5:59 PM, ajid  wrote:
>
> the file name? or database name?database name i cannot edit.. because it
> default.. so how i wanna edit on concat syntax?
>
> -
> ::: PublicVisitor :::
> www.myguidepages.com
> --
> View this message in context: 
> http://n2.nabble.com/Image-Tool-Tips-tp2166522p2180121.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>



-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-18 Thread ajid

the file name? or database name?database name i cannot edit.. because it
default.. so how i wanna edit on concat syntax?

-
::: PublicVisitor :::
www.myguidepages.com
-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2180121.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-18 Thread Zac Spitzer
you need to probably urlencode the space, try %20

On Mon, Jan 19, 2009 at 5:49 PM, ajid  wrote:
>
> New Problem... :)
> Hyperlink on 1word sample "image.jpg" can view, but 2 words example " new
> image.jpg" (has space) cannot view?? how i wanna solve d problem??
>
> -
> ::: PublicVisitor :::
> www.myguidepages.com
> --
> View this message in context: 
> http://n2.nabble.com/Image-Tool-Tips-tp2166522p2180099.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>



-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-18 Thread ajid

New Problem... :)
Hyperlink on 1word sample "image.jpg" can view, but 2 words example " new
image.jpg" (has space) cannot view?? how i wanna solve d problem??

-
::: PublicVisitor :::
www.myguidepages.com
-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2180099.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-15 Thread ajid

Orite..Thanx Bro.. It working.. 

-
::: PublicVisitor :::
www.myguidepages.com
-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2166822.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Image Tool Tips

2009-01-15 Thread Jackie Ng

That is most likely because C:\Images\... is not a valid "src" attribute from
the client's point of view.

Assuming your images are in (http://servername/mapguide/images) Change the
src attribute in the   tag so that it is either:

- An absolute url to your images web directory
(http://servername/mapguide/images)
- A path to your images web directory *relative* from the map viewer path.
(../images)

- Jackie


ajid wrote:
> 
> My Platform : Maestro
> i found this script ..
> 
> One
> -
> concat(' bgcolor="#AA">', concat('',
> concat("NAME",concat('',concat('',
> concat(' src="C:/Images',concat("NAME",'myimage.jpg"/>')))
> 
> Two
> -
> concat(' '.jpg>'))
> 
> Anyone can help me how i wanna use this code on MGOS, i put this script on
> Tooltip textbox.. i can display only the framebox... but cannot displat
> the image.. anyone can help me to correction my solution. Anyone can
> printscreen or teach me step by step how?? Thanx
> 
> Download txt script 
> http://n2.nabble.com/file/n2166522/syntaxShowImage.txt syntaxShowImage.txt 
> 

-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2166538.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Image Tool Tips

2009-01-15 Thread ajid

My Platform : Maestro
i found this script ..

One
-
concat('', concat('',
concat("NAME",concat('',concat('', concat('
C:/Images',concat( ')))

Two
-
concat(' C:\Images', '))

Anyone can help me how i wanna use this code on MGOS, i put this script on
Tooltip textbox.. i can display only the framebox... but cannot displat the
image.. anyone can help me to correction my solution. Anyone can printscreen
or teach me step by step how?? Thanx

-
::: PublicVisitor :::
www.myguidepages.com
-- 
View this message in context: 
http://n2.nabble.com/Image-Tool-Tips-tp2166522p2166522.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users