<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>RE: [mapguide-users] fusion - default tool selected?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Andrew,<BR>
<BR>
You are correct. I actually saw this thread and decided to implement this myself and that function is where I placed the code and it works great!<BR>
<BR>
- Tim<BR>
<BR>
----<BR>
Timothy J Nolte - tnolte@ilpcs.com<BR>
Network Planning Engineer<BR>
<BR>
iPCS Wireless, Inc.<BR>
4717 Broadmoor Ave, Suite G<BR>
Kentwood, MI 49512<BR>
<BR>
Office: 616-656-5163<BR>
PCS: 616-706-2438<BR>
Fax: 616-554-6484<BR>
Web: www.ipcswirelessinc.com<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: mapguide-users-bounces@lists.osgeo.org on behalf of Andrew DeMerchant<BR>
Sent: Wed 8/6/2008 7:06 PM<BR>
To: MapGuide Users Mail List<BR>
Subject: Re: [mapguide-users] fusion - default tool selected?<BR>
<BR>
I'm using Studio / Maestro to design this, so I'm not 100% sure where<BR>
this would be getting called. Judging by the content of the index.html<BR>
files in the templates folders, it looks to me like I just modify the<BR>
&quot;fusionInitialized&quot; function....is that right? (I'd just try it right<BR>
now, but I'm home!)<BR>
<BR>
Andrew<BR>
<BR>
<BR>
Mike Adair wrote:<BR>
&gt; In your Fusion init method (i.e. a function registered to the<BR>
&gt; FUSION_INITIALIZED event), you can activate a widget like so:<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp; var mapWidget = Fusion.getMapById('mainMap');<BR>
&gt;&nbsp;&nbsp;&nbsp; //enable pan widget<BR>
&gt;&nbsp;&nbsp;&nbsp; mapWidget.activateWidget(Fusion.getWidgetsByType('Pan')[0]);<BR>
&gt;<BR>
&gt; getWidgetsByType returns an array of widgets so the [0] in the above<BR>
&gt; statement just selects the first instance of the Pan widget.<BR>
&gt;<BR>
&gt; Mike<BR>
&gt;<BR>
&gt;<BR>
&gt; Andrew DeMerchant wrote:<BR>
&gt;&gt; Is there a way to make the Select tool selected by default in fusion?<BR>
&gt;&gt; What I mean is, if I load a Fusion map there is no tool selected. So<BR>
&gt;&gt; the user can click and click all they want, but nothing will ever<BR>
&gt;&gt; happen until they pick the Select tool (or some other tool). In AJAX<BR>
&gt;&gt; and DWF, the Select tool is selected by default - so as soon as the<BR>
&gt;&gt; map loads, you can start clicking on the map to see stuff....Is there<BR>
&gt;&gt; an easy way to do that in Fusion? Is it a matter of editing the<BR>
&gt;&gt; templates somehow?<BR>
&gt;&gt;<BR>
&gt;&gt; Andrew<BR>
&gt;&gt;<BR>
&gt;&gt; --<BR>
&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; *Andrew DeMerchant*<BR>
&gt;&gt; *Computer Technologist*<BR>
&gt;&gt; ph.1-877-2GEMTEC x.163<BR>
&gt;&gt; fax 506-453-9470<BR>
&gt;&gt;<BR>
&gt;&gt; /GEMTEC Limited &lt;<A HREF="http://www.gemtec.ca">http://www.gemtec.ca</A>&gt;<BR>
&gt;&gt; /191 Doak Road<BR>
&gt;&gt; Fredericton, NB, Canada<BR>
&gt;&gt; E3C 2E6<BR>
&gt;&gt;<BR>
&gt;&gt; ------------------------------------------------------------------------<BR>
&gt;&gt;<BR>
&gt;&gt; _______________________________________________<BR>
&gt;&gt; mapguide-users mailing list<BR>
&gt;&gt; mapguide-users@lists.osgeo.org<BR>
&gt;&gt; <A HREF="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>
&gt;&gt;&nbsp;&nbsp;<BR>
&gt; _______________________________________________<BR>
&gt; mapguide-users mailing list<BR>
&gt; mapguide-users@lists.osgeo.org<BR>
&gt; <A HREF="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>
&gt;<BR>
&gt;<BR>
_______________________________________________<BR>
mapguide-users mailing list<BR>
mapguide-users@lists.osgeo.org<BR>
<A HREF="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</A><BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>