Text Graphics Not in Map
I am using the Update Graphics activity in a workflow to show a label in an HTML5 viewer. When I use the out-of-the-box print function, the print process hangs, and the viewer has to be restarted. We are currently using H TML5 2.3.3, and Essentials 4.2.2
My render parameter:
New ESRI.ArcGIS.Client.SimpleRenderer() With { .Symbol = New ESRI.ArcGIS.Client.Symbols.TextSymbol() With {.Text = "Long/Lat: " + xLabel + ", " + yLabel, .FontSize = fontSize, .OffsetX = xCoordLblOffSet, .OffsetY = yCoordLblOffSet, .FontFamily = New System.Windows.Media.FontFamily("Arial"), .Foreground = New System.Windows.Media.SolidColorBrush(Colors.Red), .FontWeight = FontWeights.Bold}}
This DOES work in HTML5 2.4.0, Essentials 4.3.0... but that does not help me due to our prod server version.
I posted a similar topic in the workflow sub-forum, but this issues sort of crosses over into this forum as well.
Anyone have any ideas?
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
0 Kommentare