These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

set focus problem

randytodd
Registered: Jan 5 2010
Posts: 11
Answered

Why does this field turn black when I first pull up the form? It is the field that I have set focus for the user to begin at this field. Sometimes when you start the field is white and you can see the cursor and the typing and everything is fine. Other times you start and the field shows black and the cursor white and you can't see any typing until you leave the field. Help!

This is what I have now:

this.getField("NAME").setFocus();

My Product Information:
Acrobat Pro Extended 9.3.1, Windows
dotnetwiz
Registered: Jun 8 2010
Posts: 57
Had exactly the same problem.
I solved it by changing the background to a solid color (white in my case). It was transparent before.
randytodd
Registered: Jan 5 2010
Posts: 11
You're a genius. That worked. Thanks for taking the time.