Re: [mono-android] Extending TextView

2011-09-16 Thread Martyn Wendon
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

Re: [mono-android] Extending TextView

2011-09-15 Thread Jonathan Pryor
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

Re: [mono-android] Extending TextView

2011-09-15 Thread Martyn Wendon
..@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

Re: [mono-android] Extending TextView

2011-09-14 Thread Jonathan Pryor
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

[mono-android] Extending TextView

2011-09-13 Thread Martyn Wendon
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;