Thursday, October 25, 2007

GTV .NET Control Version 7.0.0.26 is Available



Version 7.0.x.26 of the GTViewer .NET Control is available.

------------
07.00.00.26 - 10/25/07
------------

- FIX - #147 - ActivateMeasureMode was sending a Capture_Mode message event instead of a Measure_Mode message event.

- CHG - #148 - ImportSession was returning a long instead of an int.

- FIX - #149 - GetFilterListToBuffer was not ordering the items by feature, component, and priority.

- FIX - #150 - Updates to the GPS Indicator so that if it is not Kept in View and it leaves the view, the last indicator in the view is erased.

------------
07.00.00.25
------------

- FIX - #145 - ProcessFeaturesAtPoint would trigger the feature captured event and then button up event would trigger it again.

- FIX - #146 - ActiveCaptureFeatureMode was overriding the filter string for regular attribute info (tap-and-hold and ProcessFeaturesAtPoint).

------------
07.00.00.24
------------

- NEW - New Methods:

bool SetDisplayFilters( ArrayList list )

- NEW - #140 - SetDisplayFilters has added to define a new set of filter entries for the Session Category.

- NEW - #141 - ActivateCaptureFeatureMode was not respecting the supplied filter string.

- NEW - #142 - The Feature Capture mode will now accept the mouse up event to trigger feature selection.

- CHG - #143 - To allow the same FilterItemType class to be used to retrieve and set filter items, priority was added as a class property.

- NEW - #144 - GetDisplayFilterList will now populate the priority property for a filter.

------------
07.00.00.23
------------
- NEW - New Methods:

bool AddCustomMenuItem(String name, CustomMenuDelegate clickDelegate, CustomMenuEnabledDelegate enabledDelegate,
CustomMenuCheckedDelegate checkedDelegate)

- NEW - #136 - Mode Property now supports the Measure, Draw_Line, Draw_Circle, Draw_Ellipse, Draw_Recantangle, Draw_Freehand, Draw_Area, and Draw_Delete. AddCustomMenuItem will also support these new modes.

- CHG - #137 - Tap-And-Hold will now trigger the custom menu items as well as the ProcessFeaturesAtPoint method.

- NEW - #138 - New AddCustomMenuItem method with a checkmark and enabled callbacks.

- NEW - #139 - Raster property added. True if raster is available and false if not.

------------
07.00.00.22
------------

- NEW - New Methods:

bool ClearCustomMenuItems()

bool AddCustomMenuItem(String name, CustomMenuDelegate clickDelegate)

bool AddCustomMenuItem(String name, ModeType mode)

- NEW - #135 - Custom Menu Item support.

No comments: