Main differences between V1.8 and V1.9

De Wiki
Révision de 20 août 2019 à 08:31 par Admin (discussion | contributions) (Better file suffix management for the GSaveResults widget)

Aller à : navigation, rechercher

Some interesting evolutions and corrections have been implemented in this version. No incompatibilities has been identified versus V1.8 source code .

New GList and GListSelect widgets

TBW ...

Finding and reading multiple data

TBW ...

New GTree widget

TBW ...

GplotPanel improvements

Symbol choice in GPlotPanel widget

TBW ...

Calendar date format in GPlotPanel widget

TBW ...

Possibility to plot several files in GPlotPanel widget

TBW ...

Availability of a tool based on GPlotPanel widget

TBW ...

New units

TBW ...

Indication when loading a configuration

TBW ...

Better file suffix management for the GSaveResults widget

In previous versions, it was not possible to manage different suffixes for any kind of results files. Now, it is the case, using an additional API for the addSingleResultFile() method

Minor improvements for GComponentList widget

  • adding the add(final int rank, final GComponent item) method to add a component to the list.
  • adding the remove(final int rank) method to remove an element in the list.
  • adding the setCurrentItemRank(final int rank) method to select the current element.

Anomaly corrections

  • Better management when multiple panels used with GPlotPanel widget.





Anomaly corrections

  • Correction of the management of additional panels for the GPlotPanel widget.