Main differences between V1.14.1 and V1.14.2

De GENIUS
Aller à la navigation Aller à la recherche
La version imprimable n’est plus prise en charge et peut comporter des erreurs de génération. Veuillez mettre à jour les signets de votre navigateur et utiliser à la place la fonction d’impression par défaut de celui-ci.

This minor version is due to some interesting evolutions mainly on the String widgets that may use Drag and Drop possibilities.

Evolutions

  • It is now possible to associate a pattern to the GEntryString and GTextField widgets. This pattern is defined via setters methods (setPattern() or setPatterns()). So, when the String does not follow the pattern(s), a warning message is sent and the field is reset.
  • It is now possible to manage Drag and Drop (DnD) functionality on GTextField, GTextArea, GEntryString and GTextAreaWithLabel widgets. It can be done via the setDragEnabled() or setDragAndDropEnabled() methods.
  • Drag and drop is also available for the GMainFrameAbstract widget: we may load a context file, dropping it on the "Load Context:" label. Thus, the context file will be loaded only if the file is an XML one and contains the right main tag as defined by GContextFileManagement.
  • The size of the GPlotPanel menus for abscissae and ordinates variables is now customizable.

Corrections

  • There were an anomaly in the GEntryFileName widget when we searched a file on another network and we asked for a relative path.