Failed to find selector PanGesture

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
riskai
Newbie
Newbie
Posts: 1
Joined: Tue Apr 03, 2012 12:00 am

Failed to find selector PanGesture

Post by riskai » Sat May 05, 2012 7:52 pm

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Failed to find selector PanGesture

Post by Sandra » Mon May 07, 2012 10:35 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply