Main differences between V1.8 and V1.9 : Différence entre versions

De Wiki
Aller à : navigation, rechercher
(Minor improvements for GComponentList widget)
Ligne 45 : Ligne 45 :
 
== Minor improvements for GComponentList widget ==
 
== Minor improvements for GComponentList widget ==
  
TBW ...
+
* adding the <font color=#4169E1>add(final int rank, final GComponent item)</font> method to add a component to the list.
 +
* adding the <font color=#4169E1>remove(final int rank)</font> method to remove an element in the list.
 +
* adding the <font color=#4169E1>setCurrentItemRank(final int rank)</font> method to select the current element.
  
 
== Anomaly corrections ==
 
== Anomaly corrections ==

Version du 20 août 2019 à 08:25

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

TBW ...

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.