laptop and a wrench

Bug

While showing multiline text in dynamic display, empty strings between line feeds show the text from the previously called DrawText function.

Zuletzt veröffentlicht: August 25, 2014 No Product Found
Bug-ID-Nummer NIM054362
EingereichtFebruary 19, 2010
Zuletzt geändertApril 2, 2025
Gilt fürNo Product Found
Gefunden in Version9.3
ProgrammspracheC#
StatusWill Not Be Addressed

Zusätzliche Informationen

We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

Workaround

The original code looked like this:dynamicDisplay.DrawText(bikePoint, "1 1 1\n2 2 2\nI WILL REPEAT\n4 4 4");dynamicDisplay.DrawText(m_gpsPosition1, "A A A\nB B B\n\nD D D");A simple workaround to this issue is to modify the second line by adding a space between the two "\n"dynamicDisplay.DrawText(m_gpsPosition1, "A A A\nB B B\n \nD D D");

Schritte zur Reproduzierung

Bug-ID: NIM054362

Software:

  • No Product Found

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln