wilhelm kurz software

home
dynaplot
history

 

6.12.09
- Release of DynaPlot 3.7.4
- Bug in drawing code for step interpolation with NullData fixed.

18.3.08
- Release of DynaPlot 3.7.3
- Trailing zeros were also truncated with time formats. Fixed.
- Axis autoscale fires ScaleChanged event

11.8.07
- Release of DynaPlot 3.7.1
- Added new curve style dpsCURVESTYLE_HORBANDS which allows you to draw horizontal bands.

21.4.07
- Release of DynaPlot 3.7.0
As required for Windows Vista a developer now no longer requires Administrator rights. Owners of previous releases may need to enter their unlock code again.
 

9.9.06
- Release of DynaPlot 3.6.3
- In band display mode very narrow bands were not painted. Fixed.
- Flipping x-axis when autoscaling charts with function curves with x-values in descending order. Fixed.  

29.4.06
- Release of DynaPlot 3.6.2
- Null Data caused overflow in VB development environment. Fixed.
- PatchData ignored NullData. Fixed.

9.4.06
- Release of DynaPlot 3.6.1
- Improved persistent display mode. Display is no longer cleared when window is covered or minimized.
- Marker text color can now be set independently of marker symbol color.
- New marker and cursor styles triangle and inverted triangle.

6.3.06
- Release of DynaPlot 3.6
- New Annotation method Exponential

14.11.05
- Release of DynaPlot 3.5.2
- Minor bugfix in dpsCENTERAROUNDCURSOR handler

5.11.05
- Release of DynaPlot 3.5.1
- New action function constants dpsZOOMTOCURSORS and dpsCENTERAROUNDCURSOR

5.11.05
- Release of DynaPlot 3.5
- The color of the active floating cursor can now be set with property Chart.TextDescriptor(dpsTEXTDESC_CURSOR).TextColor
- The shape of the mouse pointer can now be set with method SetStyle() and new constants dpsSTOCKSTYLE_MOUSEPOINTERCROSS and    dpsSTOCKSTYLE_MOUSEPOINTERARROW
- New interpolation method dpsINTERPOL_BEZIER
- For linearly interpolated curves which are functions method Curve.HitTest now computes the distance to the closest curve segment (not the closest point)
- New action function constants for automatic zoom dpsAUTOZOOMIN, dpsAUTOZOOMOUT and dpsCLEARZOOMSTACK
- New action function constants for mouse pan and scroll dpsENTERMOUSEPANSCROLL, dpsEXITMOUSEPANSCROLL, dpsMOUSEPAN and dpsMOUSESCROLL


3.10.05
- Release of DynaPlot 3.4.2
- Improved responsiveness and reduced memory footprint with large curves
- Background scan for NullData
- Invisible bands now supported

24.9.05
- Release of DynaPlot 3.4.1
- New feature Null Data points
- Segments can now combined with tolerance curves

14.9.05
- Release of DynaPlot 3.4.0
- Persistent diplay mode added
- New CurveStyle dpsCURVESTYLE_BANDFROMNEXT together with dpsCURVESTYLE_FILLEDBAND draws a filled band between the current curve and the next curve.
- MinMax curve support added.

29.4.05
- Release of DynaPlot 3.3.10
- When the normal border type was set to None the highlight border type was ignored. Fixed.
- DynaPlot now remembers the cursor positions when the cursors are switched off.
- Clicking into the chart area will no longer move the cursor position. This allows to set the focus to the control when cursors are on without accidentally moving the cursor.
- For gray border colors the border color was mapped to white. Fixed.

13.2.05
- Release of DynaPlot 3.3.9
- New CurveStyle dpsCURVESTYLE_BANDFROMNEXT together with dpsCURVESTYLE_FILLEDBAND draws a filled band between the current curve and the next curve.
- SetFocusToControl did not work under VC. Fixed.
- DynaPlot does not fire an event if getting or losing the focus. As a workaround event UserActionExecuted is now also fired if one of these two events occurs. The action function parameter passed to the handler is
  1000 if losing the focus and
  1001 if getting the focus

13.1.05
- Release of DynaPlot 3.3.7
- Now using a 32-Bit installer
- Bug in the method DataCurveCollection::Release(). Fixed.

27.12.04
- Release of DynaPlot 3.3.6
- Bugfix for loading / saving a skin file in the development environment was incomplete. Repaired.


22.12.04
- Release of DynaPlot 3.3.5
- Loading / saving a skin file in the development environment caused an error when the program started. Fixed.
- Deleting a flashing curve caused the control to crash under Windows 95. Fixed.
- Setting the LockIndex of a synchronized chart was sometimes ignored. Fixed.

21.8.04
- Release of DynaPlot 3.3.1
- Resource leak introduced by latest changes, noticeable under Win98. Fixed.

15.8.04
- Release of DynaPlot 3.3.0
- Event Draw() now has an argument which transports a device context handle. This fixes the problem that methods ToFile() and ToClipboard() omitted the drawings added in event handler Draw(). Use the device context transported in the event handler's argument to perform the drawing instead of getting the device context from the windows handle. Clients which use this event need to be recompiled. 

11.4.04
- Release of DynaPlot 3.2.7
- Curve points in an invisible curve segments now become invisible too.
- Factor for scaling fonts with screen resolution removed.
- Locking a cursor to a curve with nonzero OffsetX failed. Fixed.
- Apart from the standard RGB colors DynaPlot now also accepts VB system colors. (e.g. vbActiveTitleBar)
- DynaPlot now only "eats" the keyboard command messages for which there are entries in the action map.
  e.g. with the default configuration the container will not see the tab key. Clearing the action map   entries which use the tab key configures DynaPlot to let these messages pass.
- Memory leak when items in a collection were searched by name. Fixed.
- Margins for y-numbers at bottom/top  of chart reduced by 1/2
- Margins widths can now be less than the automatically computed minimum

16.12.03
- Release of DynaPlot 3.2.3
- Bug in synchronisation of more that two charts. Fixed.
- Long curves with line widths > 1 were sometimes not drawn under Win98. Fixed
- Feature for moving keyboard zoom rectangle borders with mouse added.
- Adding actions using special Modifier constant added.

31.8.03
- Release of DynaPlot 3.2.2
- MFC class wizard assigned wrong argument in event handlers for
UserActionExecuted and ExecutingUserAction. Data type changed to long.
- Redraw command missing after Curve.ShiftVertically. Fixed.
- Redraw command missing after Axis.Autoscale. Fixed.

02.07.03
- Release of DynaPlot 3.2.1
- No repaint after DataCurves.RemoveAll and DataBitmaps.RemoveAll. Fixed
- Resource leak under Win98 when two Y-axes were active. Fixed.

5.05.03
- Release of DynaPlot 3.2
- Support for Jpeg files
- Arrays of BYTEs are now accepted
- Crash if the cursor was on a deleted curve. Fixed

11.03.03
- Release of DynaPlot 3.1.5
- Resource leaks in drawing code, noticeable under Win98. Fixed.
- Penstyle2.width was ignored. Fixed
- Registration problem under Win98. Fixed.

02.03.03
- Release of DynaPlot 3.1.4
- Resource leaks in drawing code, noticeable under Win98. Fixed.

20.02.03
- Release of DynaPlot 3.1.3
- The Unicode release is now available only as a separate option
- Control crashed in cursor mode when last curve was deleted. fixed

11.02.03
- Release of DynaPlot 3.1.2
- Licensing errors because of UNICODE. Fixed
- Events FireNeedCursorText and FireNeedCursorDeltaText are only sent when
  the text changes, not when the control is redrawn. This reduces the CPU load
  of the client application.

05.02.03
- Release of DynaPlot 3.1.0
- UNICODE support added

14.01.03
- Release of DynaPlot 3.0.5
- Zoom rectangle size changed by forced scroll/pan in kbd zoom mode. Fixed.
- New action function constants dpsxxxBOTH allow to keep the y-axes in sync
  while navigating the plot. New default action map entries.
- Transparency of Chart and Plot areas added.
- Keyboard commands were ignored in HP VEE. Fixed.
- Control crashed in PatchDataCpp.Fixed

17.10.02
- Release of DynaPlot 3.0.1
- Line drawing error with stepmode and tolerance curves. Fixed
- Resource leak when drawing segments under Windows98. Fixed
- Array bounds were exceeded writing 32 bit PNG files. Fixed
- In bitmap mode if inverted scales are used the origin now remains visible
- Increased spacing between x-numbers for automatic annotation

24.8.02
- Release of DynaPlot 3.0
 

[home] [products] [news] [contact] [links]