Thursday, March 20, 2008

GTV Control version 7.0.0.43



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

Several versions rolled into one blog posting. Major additons to the .NET control are support for the Magnify Window, Data Monitor Events, Thematic and Prompt Queries, and Persistent Highlighting.

------------
07.00.00.43 - 03/20/08
------------
- CHG - #204 - Data Monitor Lists increased from 10 to 50.


- NEW - #205 - New Methods:

bool DM_GetViewDisplay(int listId, out bool display)

bool DM_SetViewDisplay(int listId, bool display)

- FIX - #206 - InializeQuery will no longer return False if the prompt list size do not match list the query's prompt count. If the list is too large, it will be truncated. If the list is too small it will be padded with empty prompt value.

------------
07.00.00.42 - 03/18/08
------------

- FIX - #200 - UDLS lines were not honoring persistent highlight color or emphasize mode.

- NEW - #201 - New Method:

int GetQueryResultsCount()

- NEW - #203 - New Property:

String CurrentFile

------------
07.00.00.41 - 03/16/08
------------

- FIX - #199 - Soft buttons would not reposition at the bottom of the view if the control were resized.

------------
07.00.00.40 - 03/12/08
------------

- FIX - #197 - Flicker Highlight did not work when the ShapeBorderColor style
property was used.

- FIX - #198 - Detaching a view would disconnect a linked overview control even if it were not the view being detached.

------------
07.00.00.39 - 03/11/08
------------

- NEW - #195 - Magnify mode added.

New Method:

bool ActivateMagnifyMode()

New Property:

int MagnifySize

New Events:

void MagnifyUpdate( double xlow, double ylow, double xhigh, double yhigh )

void MagnifyCancelled()

void MagnifyClick( double x, double y, MouseButtons button )

- NEW - #196 - Calling Detach when not attached to a parent would cause a problem.

------------
07.00.00.38 - 03/10/08
------------

- FIX - #192 - Weight override on Highlighted element did not work correctly.

- NEW - #193 - FitSessionGraphics method added.

- NEW - #194 - EmphasizeSessionGraphicsChanged event added.

------------
07.00.00.37 - 03/09/08
------------

- CHG - #190 - The GetQueryList has been change return more information.

The QueryItemType changed to include queryType and hidden.
The GetQueryList method not returns all defined queries and
does not filter out hidden or thematic types.

- NEW - #191 - Query Group information is now supported in GetQueryList.

------------
07.00.00.36 - 03/08/08
------------

- FIX - #189 - GetAttributeInfoForFeature was not returning the ~order~ attribute.

------------
07.00.00.35 - 03/07/08
------------

- FIX - #188 - Fixes to ClearCustomMenuItems.


No comments: