Select to view content in your preferred language

Show Tooltip on DrawWidget

1438
5
Jump to solution
04-02-2013 04:52 AM
MayJeff
Deactivated User
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Alum
This issue has been fixed in the viewer source code on GitHub and will be part of version 3.3.  If you are compiling the source code yourself, you can either grab the latest from the "develop" branch or just look at the specific changes that was required in the DrawWidget.mxml:

https://github.com/Esri/arcgis-viewer-flex/commit/588035001d5199c0078fd75979b4dba09dd3abf5

View solution in original post

0 Kudos
5 Replies
RhettZufelt
MVP Notable Contributor
Hi Jeff,

Not sure about that sample, almost like they declare the namespace and it works???

However, I have used the code from this post on a custom identify widget with success:  http://forums.arcgis.com/threads/1640-Beta-10-Change-DrawTool-Tooltip

R_
0 Kudos
MayJeff
Deactivated User
I have tried it yesterday from the post and worked good on a single draw tool.  Weird things, when click on a point on Draw Widget you will see the draw tooltip but not others draw tool.
Have any ideas?  Thank you.
0 Kudos
BjornSvensson
Esri Alum
This is a viewer bug 😞
https://github.com/Esri/arcgis-viewer-flex/issues/97

It works fine up to, and including, version 3.0, but seems to have broken in version 3.1 (and 3.2).

Thanks for reporting it.
0 Kudos
BjornSvensson
Esri Alum
This issue has been fixed in the viewer source code on GitHub and will be part of version 3.3.  If you are compiling the source code yourself, you can either grab the latest from the "develop" branch or just look at the specific changes that was required in the DrawWidget.mxml:

https://github.com/Esri/arcgis-viewer-flex/commit/588035001d5199c0078fd75979b4dba09dd3abf5
0 Kudos
MayJeff
Deactivated User
Thank you very much.  It works great!
0 Kudos