This content has been marked as final.
Show 2 replies
-
1. Re: Erratic presence behavour.
Srini Dhulipalla Aug 6, 2010 8:56 AM (in response to past-tense)Instead of setting the presence to invisible set it to hidden.. That can remove the white space occupied by the text box..
Thanks
Srini
-
2. Re: Erratic presence behavour.
past-tense Aug 6, 2010 9:02 AM (in response to Srini Dhulipalla)Thanks for the reply,
I have been setting it to hidden, but for some reason, 'Hidden' behaves like 'Invisibile', in that it keeps the whitespace.
I have the solution, though... I found that if I enter more text than the textbax can initially display, it repositions itself properly when it expands to fit the content. This led me to believe that it was just a rendering bug. The fix was to include an 'xfa.layout.relayout();' after I hide/display the textbox.
Thanks for your time, though.
- Scott


