Hi Jon,

Re.: Any reasonably small reproducible test case will do. :-)

Ok, bug submitted! I did a similar project using a custom activity within
the same file as the main activity and it worked fine.


Re.: It'll be underneath the project directory for your Mono for Android
app, i.e. "the assembly usage example."

Oh sorry, I was looking at the "bin" folder, not at "obj". Anyway, I can
find android\src\ there but anything TeeChart related.


BTW: What do you think about what I posted before?

"To put this in context, initially the main control at
Steema.TeeChart.TChart derived from ImageView. This worked pretty well for
zooming it as an static image. We are now working on implementing more
"intelligent" zooming so an ImageView is not enough for that. We need a
static area at the background for plotting chart title, legend, axes, etc.;
and a dynamic zoomable/scrollable area on top of it to plot chart series. I
found that adding an ImageView into a GridView for layout purposes made the
ImageView zooming/scrolling very slow. I found that adding the ImageView to
an Activity made it perform the same way it did on its own. Also, when a
TChart component has been added to an activity the programmer would need to
access its properties programmatically, here's where "Getting objects from
an intent" thread comes from. Do you think I'm in the correct way for doing
that?"


Thanks in advance.


Best Regards,
 
Narcís Calvet
Steema Software
http://www.steema.com 
http://twitter.com/SteemaSoftware 
https://www.facebook.com/SteemaSoftware


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Jonathan Pryor
Sent: dimecres, 20 / juliol / 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 upload full TeeChart
sources.

Any reasonably small reproducible test case will do. :-)

> Re.: As a sanity check, is there a TChart.java type underneath
> obj\{Debug,Release}\android\src? If there is, what are the contents?
> Specifically, is the `package` and class name correct?
> 
> Where should this be? In the assembly project? In the assembly usage
> example? I can find android\src folders in any of those.

It'll be underneath the project directory for your Mono for Android app,
i.e. "the assembly usage example."

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid


_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to