Version 7.0.x.53 of the GTViewer .NET Control is available.
Several versions rolled into one blog posting.
------------
07.00.00.53 - 05/17/08
------------
- FIX - #242 - The
AttributeInfoFilterString property.
- NEW - #243 - GT/Field features will now use their GT/Field feature name instead of the default "Session Graphics" identifier in picklists.
- FIX - #244 - Capture Point with Confirmation was moving the point on a mouse event.
- FIX - #255 - Setting the current Mode to None would not clear the soft button panel.
- NEW - #256 - New Method to clear softpanel without changing modes:
bool ClearSoftButtonPanel()
- NEW - #257 - New Methods to support reference points:
bool ClearReferencePointList()
bool AddReferencePoint(double x, double y, bool flag );
- NEW - #258 - New Event:
void CaptureModeMouseMove(CaptureModeEventType eventType, int id, double x, double y, double z, bool zValid)
- FIX - #259 - The GetDateProperty method did not return the correct value for DefaultScale.
- NEW - #260 - New Methods:
bool SetDisplayStatusList(int categoryId, int[] displayStatusList, double[] minThresholdList, double[] maxThresholdList, int count)
bool GetDisplayStatusList(int categoryId, out int[] displayStatusList, out double[] minThresholdList, out double[] maxThresholdList)
------------
07.00.00.52 - 05/04/08
------------
- NEW - #241 - New Methods:
bool SetDisplayStatusList(int categoryId, int[] filterList, int count)
bool GetDisplayStatusList(int categoryId, out int[] filterList)
------------
07.00.00.51 - 05/04/08
------------
- CHG - #240 - Shape with Hole rendering has been switch to the Windows API rendering
for desktop version.
- FIX - #239 - Overview mode was not using the correct view id when setting the initial range for an overview.
------------
07.00.00.50 - 04/26/08
------------
- CHG - #238 - The Data Monitor 2 Group Id property has been changed from an integer to a string.
------------
07.00.00.49 - 04/25/08
------------
- NEW - #235 - DM2_FitItems method added.
- NEW - #236 - DM2_UpdateItemViewFilterByGroupIdAndStyleId method added.
- NEW - #237 - View_None added to the list of View constants.
------------
07.00.00.48 - 04/24/08
------------
- FIX - #232 - Picklist with more than 10 data monitors would cause problems.
- NEW - #233 - DeleteItemsByGroupId, UpdateItemStyleIdByGroupId, and UpdateItemViewFilterByGroupId will now accept the group id of -1 to represent all group ids.
- NEW - #234 - New version of DM2_UpdateItemViewFilterByGroupId has been added to provide bitwise operations (AND, OR, XOR).
------------
07.00.00.47 - 04/23/08
------------
- NEW - #224 - IsFilePassworded method has been added.
- NEW - #225 - File Error Status and Info.
- NEW - #226 - Alternate GTViewer File can now be supplied to OpenFile so that you can override the GTViewer filter specified in a .gts file.
- FIX - #227 - Feature tooltips were not showing the tooltip heading.
- NEW - #228 - FeatureTooltipOmitBlankValues now supported in Additional Properties section and GetDataProperty and SetDataProperty methods.
- FIX - #229 - FeatureTooltipMinThreshold and FeatureTooltipMaxThreshold were not correctly implemented.
- FIX - #230 - CreateSession now closes any open file and performs a license check.
- FIX - #231 - CreateSession was not setting the Document Id correctly after a successful call.
No comments:
Post a Comment