FIX: DhCell.resetTextAlign() does not update cell display (197567)
The information in this article applies to:
- Microsoft Visual J++ 6.0
- Microsoft SDK for Java 3.1
This article was previously published under Q197567 SYMPTOMS
DhCell.resetTextAlign(), which sets the cell text alignment property back
to match the alignment property of the row the cell is in, does not work.
RESOLUTION
To work around this issue, set the text-align style in your Cascading Style
Sheet (CSS) to an empty string. For example, for a DhCell called "cell,"
you would do the following:
cell.setCSSStyle("text-align", "");
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:
194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why
194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
REFERENCES
For support information about Visual J++ and the SDK for Java, visit the following Microsoft Web site:
Modification Type: | Major | Last Reviewed: | 6/14/2006 |
---|
Keywords: | kbBug kbfix kbhtml kbJava kbVS600sp3fix kbWFC KB197567 |
---|
|