« Main differences between V1.13 and V1.13.1 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 1 : | Ligne 1 : | ||
This version includes these evolutions : | This version includes these evolutions and corrections: | ||
* On the new [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryFileName.html GEntryFileName] widget: | * On the new [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GEntryFileName.html GEntryFileName] widget: | ||
Ligne 6 : | Ligne 6 : | ||
** the selected file was not correctly updated when we read a context file. | ** the selected file was not correctly updated when we read a context file. | ||
** The <font color=#4169E1>GReadWrite</font> interface was not fully respected as the [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GTextAreaWithLabel.html GTextAreaWithLabel] widget did not include it : it is now the case. | ** The <font color=#4169E1>GReadWrite</font> interface was not fully respected as the [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GTextAreaWithLabel.html GTextAreaWithLabel] widget did not include it : it is now the case. | ||
* A <font color=#4169E1>resetContextFileName</font> method has been added in the dans la [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GMainFrameAbstract.html GMainFrameAbstract] class. | * A <font color=#4169E1>resetContextFileName()</font> method has been added in the dans la [{{PathCurrentJavaDoc}}/fr/cnes/genius/standardapplication/GMainFrameAbstract.html GMainFrameAbstract] class. | ||
* We can force the error/warning status in the [{{PathCurrentJavaDoc}}/fr/cnes/genius/highLevel/GMultipleChoice.html GMultipleChoice]. |
Dernière version du 13 décembre 2024 à 14:46
This version includes these evolutions and corrections:
- On the new GEntryFileName widget:
- add a setLabel() method.
- add the getSubComponent() method to rule the constraints.
- the selected file was not correctly updated when we read a context file.
- The GReadWrite interface was not fully respected as the GTextAreaWithLabel widget did not include it : it is now the case.
- A resetContextFileName() method has been added in the dans la GMainFrameAbstract class.
- We can force the error/warning status in the GMultipleChoice.