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

De Wiki
Aller à : navigation, rechercher
(Page créée avec « Some interesting evolutions and corrections have been implemented in this version. No incompatibilities has been identified versus V1.7 source code . == Clear constraints... »)
 
(Clear constraints)
Ligne 4 : Ligne 4 :
  
 
It is now possible to reset constraints of a widget using the <font color=#4169E1>clearConstraint()</font>, <font color=#4169E1>clearInnerDescendantConstraint()</font>, <font color=#4169E1>clearAllInnerDescendantConstraint()</font> methods.
 
It is now possible to reset constraints of a widget using the <font color=#4169E1>clearConstraint()</font>, <font color=#4169E1>clearInnerDescendantConstraint()</font>, <font color=#4169E1>clearAllInnerDescendantConstraint()</font> methods.
 +
 +
== Complex status management ==
 +
 +
Thanks to the <font color=#4169E1>setForcedStatus()</font> method, it is now possible to manage more complex status as above several entries as explained in the [[http://genius.cnes.fr/index.php/Validity_controls Validity Control chapter]].

Version du 26 septembre 2018 à 12:59

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

Clear constraints

It is now possible to reset constraints of a widget using the clearConstraint(), clearInnerDescendantConstraint(), clearAllInnerDescendantConstraint() methods.

Complex status management

Thanks to the setForcedStatus() method, it is now possible to manage more complex status as above several entries as explained in the [Validity Control chapter].