Re: [mono-android] Unable to find library

2011-07-21 Thread Narcís Calvet
1 16:28 To: Discussions related to Mono for Android Subject: Re: [mono-android] Unable to find library On Jul 21, 2011, at 4:34 AM, Narcís Calvet wrote: > How should I mark a bug private at bugzilla.xamarin.com? I don't see the > option at the bug reporting form. We wouldn't like

Re: [mono-android] Unable to find library

2011-07-21 Thread Narcís Calvet
/ 2011 16:29 To: Discussions related to Mono for Android Subject: Re: [mono-android] Unable to find library On Jul 20, 2011, at 9:18 AM, Narcís Calvet wrote: > Ok, will see what can I do. Would the TChart assembly and example project > would be enough? I'm afraid I won't be able to up

Re: [mono-android] Unable to find library

2011-07-21 Thread Jonathan Pryor
On Jul 21, 2011, at 4:34 AM, Narcís Calvet wrote: > How should I mark a bug private at bugzilla.xamarin.com? I don't see the > option at the bug reporting form. We wouldn't like the assembly I'll have to > include being publicly available. Unfortunately it's not immediately visible. After you add

Re: [mono-android] Unable to find library

2011-07-21 Thread Narcís Calvet
ists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: dimecres, 20 / juliol / 2011 14:56 To: Discussions related to Mono for Android Subject: Re: [mono-android] Unable to find library On Jul 20, 2011, at 4:49 AM, Narcís Calvet wrote: > Below there's error&#

Re: [mono-android] Unable to find library

2011-07-20 Thread Jonathan Pryor
On Jul 20, 2011, at 9:18 AM, Narcís Calvet wrote: > Ok, will see what can I do. Would the TChart assembly and example project > would be enough? I'm afraid I won't be able to upload full TeeChart sources. Any reasonably small reproducible test case will do. :-) > Re.: As a sanity check, is there

Re: [mono-android] Unable to find library

2011-07-20 Thread Narcís Calvet
monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: dimecres, 20 / juliol / 2011 14:56 To: Discussions related to Mono for Android Subject: Re: [mono-android] Unable to find library On Jul 20, 2011, at 4:49 AM, Narcís Calvet wrote: > Below there

Re: [mono-android] Unable to find library

2011-07-20 Thread Jonathan Pryor
On Jul 20, 2011, at 4:49 AM, Narcís Calvet wrote: > Below there's error's stack trace. The class throwing is a custom class > deriving from Android.App.Activity. Unfortunately, I think you'll need to file a bug and attach the test case at bugzilla.xamarin.com. (If desirable, you can mark the bug

Re: [mono-android] Unable to find library

2011-07-20 Thread Narcís Calvet
w.steema.com http://twitter.com/SteemaSoftware https://www.facebook.com/SteemaSoftware -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: dimarts, 19 / juliol / 2011 17:55 To: Discussions related to Mono for An

Re: [mono-android] Unable to find library

2011-07-19 Thread Jonathan Pryor
On Jul 19, 2011, at 9:57 AM, Narcís Calvet wrote: > Re.: If that is the problem, the solution is to add an assembly reference in > your project to Steema.TeeChart.TChart.dll, so that mandroid can find it. If > that isn't the solution, I'm afraid that you'll need to file a bug report, > attaching yo

Re: [mono-android] Unable to find library

2011-07-19 Thread Narcís Calvet
com http://twitter.com/SteemaSoftware https://www.facebook.com/SteemaSoftware -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: dimarts, 19 / juliol / 2011 14:34 To: Discussions related to Mono for

Re: [mono-android] Unable to find library

2011-07-19 Thread Jonathan Pryor
On Jul 19, 2011, at 4:42 AM, Narcís Calvet wrote: > After having added the “uses-library” tag in the manifest, Aside: is to make use of Dalvik libraries that are already present on the device, such as Google Maps. You should _not_ use for any other purpose. > having “decorated” the activty as