Hey
I've been wondering how MapSuite 3.0 deals with different forms of user interaction using the mouse. In MapSuite 2.0 you had a Mode property on the map, which you could set to a number of options (Pan, Center, Selection, SelectFeatures, TrackCircle etc). I know the release email said that Drawing Track Shapes would be released later.
An example of what i'd like to do is be able to switch modes depending on what is under the mouse when I click. If there aren't any shapes, i'd like to drag the map... so it switches into Pan mode. If there is a shape under the mouse click area, then we must be in selection mode. I do this in MapSuite DesktopEdition 2.0 by switching modes in an overrided OnMouseDown event handler.
Will MapSuite 3.0 interaction be much the same as MapSuite 2.0? I haven't seen (map1.Mode etc) this anywhere in the API yet.