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
Failed to find selector PanGesture
Re: Failed to find selector PanGesture
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,
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 |
Instructions - How to post in this forum |