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

White Input Text Field prints Grey

New Here ,
Sep 15, 2008 Sep 15, 2008
Hi! I have a problem about input text fields. I have an application that uses input text field and users can write and print. The problem is sometimes the input text fields backgrounds prints grey instead of white. In my actionscript code I have the properties to config background and stuff and even so the grey boxes always appear.

Can somebody help me? Sorry for my bad english
TOPICS
ActionScript
476
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
Advisor ,
Sep 15, 2008 Sep 15, 2008
i can't replicate your problem, and my tests indicate that setting the backgroundColor of a textfield works fine for input textFields, whether they're created in the authoring environment or by using actionScript.

if you continue to have problems, you could always turn background off on the textfields and display a correctly colored box behind the textfield.
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 ,
Sep 16, 2008 Sep 16, 2008
I already have those proporties. I even have border and background color. When I test it it's perfect. but when my client test shows gray boxes. The only difference between me and my client is the version of the flash player. Ihave 9.0.124 and my client have 9.0.16

And I cant install 9.0.16 on my machine to try to see if thats a version problem.
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 ,
Sep 16, 2008 Sep 16, 2008
Problem found. Flash player 9.0.16 bug. And it's almost impossible for my client to update to a newer version =/
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
Advisor ,
Sep 16, 2008 Sep 16, 2008
plan b then? turn background off on the textfields and display a correctly colored box behind the textfield?
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 ,
Sep 17, 2008 Sep 17, 2008
LATEST
That doesnt work. I found the solution yesterday. Its hard to explain cause my application is a little complex but the solution is creating textfields by actionscript. I have textfields to write and others to print. The ones who are going to be printed have to be created by as3 and the other ones created directly on stage. Im going to test today and then i give feedback.

Thanks a lot for the help 😃
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