Hi Akhil, Your error message seems pretty straight forward. It says you are trying to access an property of an object which doesnt exists. The things you can do to avoid this:- 1. Try to debug why the object in question is nil when you are trying to access it. Prolly its an race condition or you might have forgotten to set some value or so or a bug. 2. Try to put an If condition to check if the object is not equal to nil before you try to access its property.
hope it helps, -Anish On Jul 27, 10:08 am, Akhil Agrawal <[email protected]> wrote: > Hi, > Is there any solution for this error. Please help its urgent > > On Jun 27, 1:53 pm, Akhil Agrawal <[email protected]> wrote: > > > this error occur if there is only one data item in dataprovider. > > > On Jun 27, 1:41 pm, Akhil Agrawal <[email protected]> wrote: > > > > some times while displaying the graph shows the following error even > > > graph is displayed correctly why it is so how to fix it. It is in any > > > case bargraph,pie,line ,, > > > > Error #1010: A term is undefined and has no properties. > > > at > > > mx.charts.chartClasses::GraphicsUtilities$/drawPolyLine()[C:\work > > > \flex\dmv_automation\projects\datavisualisation\src\mx\charts > > > \chartClasses\GraphicsUtilities.as:305] > > > at > > > mx.charts.renderers::LineRenderer/updateDisplayList()[C:\work\flex > > > \dmv_automation\projects\datavisualisation\src\mx\charts\renderers > > > \LineRenderer.as:102] > > > at mx.skins::ProgrammaticSkin/validateDisplayList()[C:\autobuild > > > \3.2.0\frameworks\projects\framework\src\mx\skins\ProgrammaticSkin.as: > > > 421] > > > at mx.managers::LayoutManager/validateDisplayList()[C:\autobuild > > > \3.2.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as: > > > 622] > > > at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild > > > \3.2.0\frameworks\projects\framework\src\mx\managers\LayoutManager.as: > > > 695] > > > at Function/http://adobe.com/AS3/2006/builtin::apply() > > > at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild > > > \3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8628] > > > at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild > > > \3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as:8568] > > > at flash.utils::Timer/_timerDispatch() > > > at flash.utils::Timer/tick() > > > > thanks > > > > Regards > > > akhil agrawal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

