[mapguide-users] fusion - default tool selected?
Jason Birch
Jason.Birch at nanaimo.ca
Thu Aug 7 12:37:03 EDT 2008
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
More information about the mapguide-users
mailing list