Flex 3.5 Draging

695
1
12-09-2013 04:24 AM
BobbySells
New Contributor II
I have errors in my project with object references to draging.  I have the current swc loaded in the library.  I upgraded straight from 3.0 to 3.5.  Has anybody seen this error before or have any suggestions?

Description Resource Path Location Type
1008: variable 'enableDraging' has no type declaration. WidgetTemplate.as /MyProject/src/com/esri/viewer line 77 Flex Problem

thanks,
B
Tags (2)
0 Kudos
1 Reply
YueWu1
by Esri Regular Contributor
Esri Regular Contributor
Hi Bobby,

The error you got indicate that the variable "enableDraging" need to declare its types and return types.

Please check this compiler reference:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/compilerWarnings.html

Hope this can help.
0 Kudos