Select to view content in your preferred language

obtain API version?

1208
8
07-04-2013 07:44 PM
PaulHastings1
Deactivated User
arcGIS server has "info" where you can obtain the server version number. is there something equivalent for the flex API? nothing jumps off the page at me.

thanks.
Tags (2)
0 Kudos
8 Replies
AnthonyGiles
Honored Contributor
Paul,

If it hasn't been disabled you can right click on the map face and select About ArcGIS API for Flex... From the context menu. This will provide an info window with the API number and build date.

Regards

Anthony
0 Kudos
PaulHastings1
Deactivated User
i suppose i should have been more specific, i'd like to obtain the version programmatically.

i suppose its in there someplace if you can get it via context menu. wonder why its not exposed?

thanks.
0 Kudos
AnthonyGiles
Honored Contributor
Paul,

I think all the right click menu is doing is calling an alert box, not sure if you can do want you want to.

Regards

Anthony
0 Kudos
BjornSvensson
Esri Regular Contributor
i suppose its in there someplace if you can get it via context menu. wonder why its not exposed?

I don't think anyone has asked for it...
0 Kudos
PaulHastings1
Deactivated User
<raises hand> is asking here enough? is there a place to record ER, bugs etc. against the API?
0 Kudos
BjornSvensson
Esri Regular Contributor
...is asking here enough? is there a place to record ER, bugs etc. against the API?

Sometimes forum posts can be enough, but the best way for bugs and enhancement requests is usually to contact Esri Support (http://support.esri.com/), or for new ideas/enhancements, you could use http://ideas.arcgis.com.
0 Kudos
BjornSvensson
Esri Regular Contributor
i'd like to obtain the version programmatically


You can access the localized string that contains the API version using:
resourceManager.getString('ESRIMessages', 'mapAboutText')
0 Kudos
PaulHastings1
Deactivated User
thanks for the workaround & the URLs. i'll give both a spin.
0 Kudos