<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><P>Hi, </P>
<P> Thanks for Lot of Details let me go through and try the steps to see how i can migarate the same application on Fusion+MapGuide.I have some more questions reagrding the same:</P>
<P> </P>
<P>1. How to find the fusion name-like xyz_fusion4845627ed9705</P>
<P> </P>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">2. Can you elaborate little bit more on the below--></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">At server(? Path), after selection.ToXml() ,you should add the follow line:<BR>selection.Save(resService, map_name); <BR>At client, use window.top.Fusion.getWidgetById('Map').drawMap() to<BR>refresh the map.<BR><BR>Thks</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">Max !<BR><BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">----- Original Message ----<BR>From: foolfish <xjimmyshcn@sohu.com><BR>To: mapguide-users@lists.osgeo.org<BR>Sent: Tuesday, June 10, 2008 11:39:28 AM<BR>Subject: Re: [mapguide-users] Running Search query from Task Pane in Fusion<BR><BR><BR>1)install mapguide studio 2009, then you can create flexible weblayout. it's<BR>for fusion.<BR>note: you can't use base layer in map.<BR><BR>2)the map.open(map_name) might occrue error. the map_name is not the same as<BR>traditional method(not use fusion),suppose the map name is asiamap , in<BR>fusion it looks like asiamap_fusion4845627ed9705.<BR><BR>3)the parent.parent.mapFrame might occrue error. but you can use <BR>parent.document.getElementById('Map').<BR><BR>4)parent.parent.mapFrame.Refresh() cann't be used, you can use<BR>window.top.Fusion.getWidgetById('Map').drawMap() to refresh map.<BR><BR>5)if you want to select
feature,you should do:<BR>at server, after selection.ToXml() ,you should add the follow line:<BR> selection.Save(resService, map_name); <BR>at client, use window.top.Fusion.getWidgetById('Map').drawMap() to<BR>refresh the map.<BR><BR><BR>------------------------------------------------------------------------<BR> <BR><BR><BR><BR>max_samart wrote:<BR>> <BR>> Hi All,<BR>> I am trying to migrate my application onto fusion(MGOS2.0.1)<BR>> although i managed to add maps and other basic functions ,overview map<BR>> etc but i like to add my different customized search code into the fusion<BR>> task pane which use to perform search and then return results in the same<BR>> task pane and when i click on zoom icon, it use to select the feature and<BR>> returns the info of the
feature (Its working in the MGOS2.0.1 but i don't<BR>> know how to get going into the Fusion-I tried adding the task in the task<BR>> pane same as MapGuide Open Source and gave the path for the query file but<BR>> it use to show file not found error).<BR>> Thks<BR>> Max !!<BR>> <BR>> <BR>> <BR>> _______________________________________________<BR>> mapguide-users mailing list<BR>> <A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR>> <A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>> <BR>> <BR><BR>-- <BR>View this message in context: <A href="http://www.nabble.com/Running-Search-query-from-Task-Pane-in-Fusion-tp17730192p17747649.html"
target=_blank>http://www.nabble.com/Running-Search-query-from-Task-Pane-in-Fusion-tp17730192p17747649.html</A><BR>Sent from the MapGuide Users mailing list archive at <A href="http://nabble.com/" target=_blank>Nabble.com</A>.<BR><BR>_______________________________________________<BR>mapguide-users mailing list<BR><A href="mailto:mapguide-users@lists.osgeo.org" ymailto="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</A><BR><A href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target=_blank>http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR></DIV></div><br>
</body></html>