Donnez vie à vos documents numériques !
 

Répondre à : Probleme de compatibilité sur tablette

abracadabraPDF Forums PDF – Mobile Probleme de compatibilité sur tablette Répondre à : Probleme de compatibilité sur tablette

#57234
cncncn
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;
}