Page 1 of 1

Failed to find selector PanGesture

Posted: Sat May 05, 2012 7:52 pm
by 17262114
In IPAD application I have UISCrollView to which I add several TeeCharts. When I try to scroll I get the exception:

Unhandled Exception: System.Exception: Failed to find selector PanGesture on HistogramChart
at MonoTouch.ObjCRuntime.Runtime.GetMethod (IntPtr klass, IntPtr selptr) [0x00022] in /Developer/MonoTouch/Source/monotouch/src/ObjCRuntime/Runtime.cs:149
at (wrapper native-to-managed) MonoTouch.ObjCRuntime.Runtime:GetMethod (intptr,intptr)
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00042] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:29
at TransparencyAnalytics.Application.Main (System.String[] args) [0x00000] in /Users/Lesha/Projects/TransparencyAnalytics/TransparencyAnalytics/Main.cs:17

Re: Failed to find selector PanGesture

Posted: Mon May 07, 2012 10:35 am
by 10050769
Hello riskai,

I suggest you set zoomscrollstyle to manual and disable property panning of chart, setting the property to none. Also, if is necessary, you can disable the zoom property of chart. If this solution doesn't like you, please, could you send a simple project because we can try to reproduce exactly your problem here?

Thanks,