Select to view content in your preferred language

Access of undefined property field

3538
7
Jump to solution
04-27-2012 05:18 AM
RobertScheitlin__GISP
MVP Emeritus
I am using the 2.5 API and UniqueValueRenderer and the attribute property has been depreciated in lieu of the field property but in Flash Builder 4.6 I get this orange question mark for several properties in the 2.5 API... This is not a warning or an error and does not cause an issue building, but it is just a nuisance. Does anyone have any advice?

[ATTACH=CONFIG]13878[/ATTACH]
[ATTACH=CONFIG]13879[/ATTACH]
0 Kudos
1 Solution

Accepted Solutions
DasaPaddock
Esri Regular Contributor
Can you also try removing the swc, letting it show a bunch of errors, and then adding it back?

View solution in original post

0 Kudos
7 Replies
by Anonymous User
Not applicable
Original User: dpaddock

Have you tried running Project -> Clean?
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Dasa,

   Yep I did that and then shut down and restarted Flash Builder and they were gone for a few seconds until I did a autocomplete code in the project and after that they reappeared.
0 Kudos
by Anonymous User
Not applicable
Original User: dpaddock

Can you double check that you only have the 2.5 swc in your library path?
0 Kudos
DasaPaddock
Esri Regular Contributor
Can you also try removing the swc, letting it show a bunch of errors, and then adding it back?
0 Kudos
by Anonymous User
Not applicable
Original User: rscheitlin

Dasa,

  It turn out that it was these offending libs:

FlexProjections-2.3.1-6.30.11.swc
FlexProjections.swc
XGeom.swc

import com.esri.ags.geod
import com.esri.ags.grat

Thanks for pointing me in the right directon
0 Kudos
stevemclaughlin
Occasional Contributor
I've upgraded from Flex Builder 4.5 to Flash builder 4.6, and I'm getting errors on
XGeom.swc, saying I need to recompile it in SDK4.6,
is the source code available?  or is an updated swc available?
thanks,
steve



Dasa,

  It turn out that it was these offending libs:

FlexProjections-2.3.1-6.30.11.swc
FlexProjections.swc
XGeom.swc

import com.esri.ags.geod
import com.esri.ags.grat

Thanks for pointing me in the right directon
0 Kudos
by Anonymous User
Not applicable
Original User: rmcfarlane

Have you looked here: https://github.com/Esri/public-safety-cop/tree/master/libs
0 Kudos