« Main differences between V1.8 and V1.9 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Ligne 41 : | Ligne 41 : | ||
== Better file suffix management for the GSaveResults widget == | == 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. | |||
== Minor improvements for GComponentList widget == | == Minor improvements for GComponentList widget == |
Version du 20 août 2019 à 08:27
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.
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.