abracadabraPDF › Forums › PDF – Mobile › Probleme de compatibilité sur tablette › Répondre à : Probleme de compatibilité sur tablette
27 mai 2014 à 08:10
#57234
Membre
Ah ok :Smiley02:
Voici mon code qui ne fonctionne pas sur tablette (peut etre que j’ai mal codé) :
if (this.getField(« CaseACocher333 »).isBoxChecked(0))
{
this.getField(« CaseACocher334 »).fillColor = color.white;
this.getField(« CaseACocher335 »).fillColor = color.white;
}
else
{
this.getField(« CaseACocher334 »).fillColor = color.gray;
this.getField(« CaseACocher335 »).fillColor = color.gray;
this.getField(« CaseACocher336 »).fillColor = color.gray;
}