Skip to main content
Participant
February 2, 2015
Answered

problem : i can t write text in a textfield...

  • February 2, 2015
  • 1 reply
  • 285 views

hello,

i have a problem with flash/actionscript3

i have created a dynamic texfield named ristourne_resultat

the variable  ristourne is a number, already calculated

my code says :

var textos:String;

textos=ristourne.toString();

ristourne_resultat.text=textos;


it doesn t work nothing appears...

i dont know why...


thanks

Alain

This topic has been closed for replies.
Correct answer Ned Murphy

Is the textfield masked  or turned in some other-than-normal orientation?  Try embedding the font - that usually solves issues with text not appearing.  Check to make sure the textfield text color is not the same as the textfield background color.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
February 2, 2015

Is the textfield masked  or turned in some other-than-normal orientation?  Try embedding the font - that usually solves issues with text not appearing.  Check to make sure the textfield text color is not the same as the textfield background color.

alain-frAuthor
Participant
February 2, 2015

yes thanks it was a problem of embedding the font...

Ned Murphy
Legend
February 2, 2015

You're welcome.