Search found 10 matches
- Sat May 11, 2013 8:45 pm
- Forum: .NET
- Topic: Xamarin.iOS - Error converting bar to series/line to series
- Replies: 1
- Views: 6359
Xamarin.iOS - Error converting bar to series/line to series
Hi, When changing that: // Setting automatic Zoom and Scroll to manual chart1.Aspect.ZoomScrollStyle=Steema.TeeChart.Drawing.Aspect.ZoomScrollStyles.Manual; to: chart1.Aspect.ZoomScrollStyle=Steema.TeeChart.Drawing.Aspect.ZoomScrollStyles.Auto; Or when not specifying this, and changing chart do 2D: ...
- Tue Apr 30, 2013 2:02 am
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
Re: TeeChart for Xamarin.iOS does not compile/run on real device
Really sorry for my delay.. Pep I'd like to thank you a lot. Now it's running fine on device and simulator. I think that you could put a special explicit version for download with Mono Beta 3 because maybe you could have users using beta things. First time I see this running on iPad :) Now it's time...
- Sun Apr 28, 2013 1:33 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
Re: TeeChart for Xamarin.iOS does not compile/run on real device
Hi Pep. I noticed that you are using beta version of Mono 3.0.10 and I'm on stable 2.10.12. This could be important. Also you're with Xamarin.iOS 6.3.4.36 and I with 6.2.4.2 (downloaded today). Is there a possibility for you to try with Mono 2.10.12? HEre I just have one Mac.. so I don't know if I c...
- Sat Apr 27, 2013 2:04 am
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
Re: TeeChart for Xamarin.iOS does not compile/run on real device
Hi Pep, I created a new project "Single View" for iPad. Compiled as it came to the world and run. Add reference to the TeeChart.iOS.dll from folder TeeChartNETMonoTouch_v4_13_04_05 and run ok. Then I altered ViewDidLoad() with that: public override void ViewDidLoad () { base.ViewDidLoad (); // Perfo...
- Fri Apr 26, 2013 6:06 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
Re: TeeChart for Xamarin.iOS does not compile/run on real device
For now: I remember to see get this error message time ago moving from MonoDevelop to Xamarin Studio, upgrading projects... Well, this was created with MonoDevelop with a version from 2012 I think. Which Xamarin.iOS version are you using ? === Xamarin Studio === Version 4.0.4 (build 2) Installation ...
- Thu Apr 25, 2013 1:19 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
Re: TeeChart for Xamarin.iOS does not compile/run on real device
About don't run in simulator it was uTorrent conflicting with Xamarin Studio... Closing it let Xamarin Studio to open simulator and run samples (and my apps). Making some tests again (since here was a bit confusing on what things were made and tested on MonoDevelop or on Xamarin Studio...) When runn...
- Thu Apr 25, 2013 12:51 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
Re: TeeChart for Xamarin.iOS does not compile/run on real device
Hi Pep. Looking that configurations it is configured to 4.3. I tried now: 5.0, 5.1, 6.0, 6.1, 4.0, 3.1 and without it. All of them with the same error message. I tried some samples while developing on MonoDevelop but just in simulator. It compiled and executed ok. Now I tried TChartFeatures demo (to...
- Wed Apr 24, 2013 11:44 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
Re: TeeChart for Xamarin.iOS does not compile/run on real device
Hi Sandra. Thanks for your answer. To avoid mistakes, I deleted all versions that I tried and downloaded the last version as you suggested. Then when trying to compile a realease version for iPad, the following error message appear: error MT2002: Failed to resolve "System.Boolean System.Type::op_Ine...
- Tue Apr 23, 2013 5:58 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS does not compile/run on real device
- Replies: 16
- Views: 38526
TeeChart for Xamarin.iOS does not compile/run on real device
Hi, I'm trying to deliver to our clients an application with TeeChart that runs perfectly on Simulator but fails on a real device. When compiling, if I don't change linker options to "Don't link" (and then app become bigger) it gets a compilation error. Then, with "Don't link" when I run it on devic...
- Fri Apr 19, 2013 10:40 pm
- Forum: .NET
- Topic: TeeChart for Xamarin.iOS v2012 4.13.04.05 available
- Replies: 2
- Views: 12268
Re: TeeChart for Xamarin.iOS v2012 4.13.04.05 available
Hi, I'm trying to use TeeChart but there is a problem: When compiling, if I don't change linker options to "Don't link" (and then app become bigger) it gets a compilation error. Then, with "Don't link" when I run it on device (on Simulator it's ok), I get: System.ExecutionEngineException: Attempting...