1 22:26
To: Discussions related to Mono for Android
Subject: Re: [mono-android] Extending TextView
On Sep 15, 2011, at 7:52 AM, Martyn Wendon wrote:
> I think that this turned out to be an incorrect (?) use of the "using"
statement.
I believe you are correct.
> What I
On Sep 15, 2011, at 7:52 AM, Martyn Wendon wrote:
> I think that this turned out to be an incorrect (?) use of the "using"
> statement.
I believe you are correct.
> What I was doing was (pseudo code):
>
> AbsoluteLayout al = new AbsoluteLayout(this);
>
> using (RotatingTextView
..@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor
Sent: 14 September 2011 20:53
To: Discussions related to Mono for Android
Subject: Re: [mono-android] Extending TextView
On Sep 13, 2011, at 6:32 AM, Martyn Wendon wrote:
> I'm probably doing somet
On Sep 13, 2011, at 6:32 AM, Martyn Wendon wrote:
> I’m probably doing something silly, but I can’t seem to get the following
> code to work.
Could you please file a bug and attach a full sample (something I can easily
build)?
Thanks,
- Jon
___
Mono
Morning all,
I'm probably doing something silly, but I can't seem to get the
following code to work.
I'm extending the TextView Class to make rotatable text.
public class RotatingTextView : TextView
{
private int _RotationDegrees;
private int _RotationPointX;