Re: [android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-26 Thread Mark Murphy
sathya subbiah wrote: Hi, I am trying to mention X and Y values for the Bitmap image, but the phone panics on mentioning the values. Bitmap temp_image = Bitmap.createBitmap(mAlbumArtImage,0,0,old_width,old_height,matrix,true); - Phone does not panic with this code as X and Y values are

Re: [android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-26 Thread sathya subbiah
Hi Mark, Thanks for the reply. Have resolved the issue. Since I have set the X and Y parameter as 0 and 0 and tried to override it in the createBitmap function it gave error. I have another query. Can you please let me know is it possible to a view(For example: ImageButton or TextView) to a

Re: [android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-26 Thread Mark Murphy
sathya subbiah wrote: Hi Mark, Thanks for the reply. Have resolved the issue. Since I have set the X and Y parameter as 0 and 0 and tried to override it in the createBitmap function it gave error. I have another query. Can you please let me know is it possible to a view(For example:

Re: [android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-26 Thread sathya subbiah
I am running the application in Linux environment. Can you please let me know how I can I check Hierarchy in Linux? Regards, Sathya On Thu, Nov 26, 2009 at 8:11 AM, Mark Murphy mmur...@commonsware.comwrote: sathya subbiah wrote: Hi Mark, Thanks for the reply. Have resolved the issue.

Re: [android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-26 Thread Mark Murphy
sathya subbiah wrote: I am running the application in Linux environment. Can you please let me know how I can I check Hierarchy in Linux? http://developer.android.com/guide/developing/tools/hierarchy-viewer.html -- Mark Murphy (a Commons Guy) http://commonsware.com |