Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Feb 02, 2015 Feb 02, 2015

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

TOPICS
ActionScript
237
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 02, 2015 Feb 02, 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.

Translate
LEGEND ,
Feb 02, 2015 Feb 02, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 02, 2015 Feb 02, 2015

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 02, 2015 Feb 02, 2015
LATEST

You're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines