Select to view content in your preferred language

eDraw Widget Bug?

2730
19
09-28-2012 01:25 PM
JamesKo
Occasional Contributor
I've noticed if you don't select the 'Show Measurement' checkbox and you edit the graphic, the measurement in the contextmenu does not get updated. Can anyone confirm this?

Thanks in advance.
Tags (2)
0 Kudos
19 Replies
RobertScheitlin__GISP
MVP Emeritus
George,

  Can you right click on the map somewhere and choose "About ArcGIS Viewer fro Flex". Does it say Version 3.1 build date of 2012-12-12?
0 Kudos
GeorgeHaskett
Deactivated User
Yes, its version 3.1 with the same build date.

Here is a link to the site in question:

http://rd.giscenter.isu.edu/flexviewers/haskett_betas/recover_v1a/

Haskett
0 Kudos
GeorgeHaskett
Deactivated User
FYI,

Just to make sure I just replaced my xml with your original one and I am still getting the same results.

The only difference between yours and mine should have been the point unit options and the spatial ref.

So for clarification, the widget is now running your xml file which should e 3.1.3.

Haskett
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
George,

   Very strange... When there is a simple work around.

Add these two label to your eDrawWidget.xml

    <labels>
        <textrotationlabel>Rotation</textrotationlabel>
        <markerrotationlabel>Angle</markerrotationlabel>
        <pointunitslabel>Point Units</pointunitslabel>
        <savelabel>Save Graphics Layer</savelabel>
        <openlabel>Open Saved Graphics Layer</openlabel>
        <addhalolabel>Add Halo</addhalolabel>
        <fontwarningmsg>If you are using a non standard font and sharing this saved graphics layer with another computer there is a possibility that that machine could not have the font installed and would cause and error when loaded. Do you want to switch the font to Arial?</fontwarningmsg>
        <fontwarningtitle>Warning</fontwarningtitle>
        <textboldlabel>B</textboldlabel>
        <textunderlinelabel>U</textunderlinelabel>
    </labels>
0 Kudos
GeorgeHaskett
Deactivated User
Rob,

It didn't seem to change anything.

http://rd.giscenter.isu.edu/flexviewers/haskett_betas/recover_v1a/

Is it something with my system or the widget?

My other map created on 3.0 works fine with the 3.0 widget.  Its the newer map using the newer widget that is having the problem.

Haskett
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
George,

  I do see the issue using the compiled version of the widget and I am debugging the issue now.
0 Kudos
RhettZufelt
MVP Notable Contributor
Appears as if maybe a formatting issue?  I say that as if I change my TextBoldLabel to something with 2 digits, I get the same thing (guess it won't fit).

also, have noticed on George's that there are other truncated labels on the GUI.  Marker C..., Distance U.... that do NOT appear this way in a working version.

Just in case this helps you figure it out,

R_
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Rhett,

  Nice Catch...

George,

   Try removing the 3 font lines from your style element in your main config.xml or try setting a fontsize attribute on the font element
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
George,

   Try downloading again. New build date of today should have this fixed.
0 Kudos
GeorgeHaskett
Deactivated User
Works great, thanks Rob.
0 Kudos