I was wondering if you could do something like that. It seemed odd that you activatetool required an argument. Anyway, that line does work (with the newest Fusion from the SVN).....so documented or undocumented, I'll take it. The only thing that it doesn't do, is make the tool depressed (ie, it still looks like no tool is active). But that's no big deal....It really would be a good addition to the permanent code for the templates though...I'd suggest having the Select tool be the default one, for what it's worth. Thanks for the help!

Andrew


Jason Birch wrote:
Mike,

In the Nanaimo CemeteryMap, I think Paul did something like this:

    Fusion.getWidgetsByType('Pan')[0].activateTool();

Could this just be added to the initialized callback, or is it an
undocumented function (heh, as opposed to all the other undocumented
documented functions) that shouldn't be encouraged?

Jason


-----Original Message-----
From: Mike Adair
Subject: Re: [mapguide-users] fusion - default tool selected?

Andrew,

Testing that code snippet doesn't work for me because the 
activateWidget() method is only defined on the MapWidget.

A more generic solution for this would be to add an 
<Activated>true</Activated> element for widgets in the 
ApplicationDefinition file.  Currently there is a <Disabled> property 
for widgets to disable widgets on startup, this would be something
similar.

Mike
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users


  

--
Andrew DeMerchant
Computer Technologist
ph.1-877-2GEMTEC x.163
fax 506-453-9470

GEMTEC Limited
191 Doak Road
Fredericton, NB, Canada
E3C 2E6

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to