[android-developers] Re: Compiling against a *REAL* android.jar in eclipse???

2009-04-27 Thread Dianne Hackborn
Don't do that. If you aren't writing an app but system code, use the platform build system. On Mon, Apr 27, 2009 at 7:29 PM, Peter Carpenter peter.carpen...@skytechnologies.com wrote: Hello everyone, I’d like to be able to extend classes like View and still have access to the protected

[android-developers] Re: Compiling against a *REAL* android.jar in eclipse???

2009-04-27 Thread Peter Carpenter
this??? Cheers, Peter. From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Dianne Hackborn Sent: Tuesday, 28 April 2009 1:02 PM To: android-developers@googlegroups.com Subject: [android-developers] Re: Compiling

[android-developers] Re: Compiling against a *REAL* android.jar in eclipse???

2009-04-27 Thread Dianne Hackborn
-developers@googlegroups.com [mailto: android-develop...@googlegroups.com] *On Behalf Of *Dianne Hackborn *Sent:* Tuesday, 28 April 2009 1:02 PM *To:* android-developers@googlegroups.com *Subject:* [android-developers] Re: Compiling against a *REAL* android.jar in eclipse??? Don't do that. If you

[android-developers] Re: Compiling against a *REAL* android.jar in eclipse???

2009-04-27 Thread Peter Carpenter
: [android-developers] Re: Compiling against a *REAL* android.jar in eclipse??? Correct. Don't do this. Your code will break in the future. That is why these fields are hidden. For scrolling, you can use the method to set the scroll position. For the background, if the normal background