You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
I download the source code and add it to my flex project but got this error. What does it mean?
1119: Access of possibly undefined property SUSPEND_TOC_HIDE_TIMER through a reference with static type class.
The text was updated successfully, but these errors were encountered:
Oh okay sorry about that, it seems that it works with Flex Viewer 3.5 but not 3.6 as that property ("SUSPEND_TOC_HIDE_TIMER") is missing from the AppEvent.as. The quickest fix would be to add this:
public static const SUSPEND_TOC_HIDE_TIMER:String = "suspendTOCHideTimer";
Into the AppEvent.as file, which is under come.esri.viewer.
Hi,
I download the source code and add it to my flex project but got this error. What does it mean?
1119: Access of possibly undefined property SUSPEND_TOC_HIDE_TIMER through a reference with static type class.
The text was updated successfully, but these errors were encountered: