Fwd: [android-developers] extending view class not working but not throwing errors or force close

2011-10-26 Thread Chris Cullington-Johnson
TreKing I should clarify, I have a button in XML, however java setContentView points to another created java class. It is this class that is meant to be able to create a canvas colored blue with an image of a cloud 'floating' across it, (if understand the tutorial). This is the first time I

Re: [android-developers] extending view class not working but not throwing errors or force close

2011-10-26 Thread TreKing
On Wed, Oct 26, 2011 at 3:40 AM, Chris Cullington-Johnson chriscj...@gmail.com wrote: I should clarify, I have a button in XML, however java setContentView points to another created java class. It is this class that is meant to be able to create a canvas colored blue with an image of a cloud

Re: [android-developers] extending view class not working but not throwing errors or force close

2011-10-26 Thread Chris Cullington-Johnson
Thanks TreKing the tutorial is cornboyz I believe it is fairly recent . But no worries I have some books but was getting very confused. Thanks mate. On Oct 27, 2011 1:34 PM, TreKing treking...@gmail.com wrote: On Wed, Oct 26, 2011 at 3:40 AM, Chris Cullington-Johnson chriscj...@gmail.com

[android-developers] extending view class not working but not throwing errors or force close

2011-10-25 Thread Chris Cullington-Johnson
Hello all I am doing a tutorial through you tube I have my java correct but still my button wont enable the view class, it's like button is not linked. I think my manifest might be lacking something, I have listed that below java stuff. My code is This is the first java class that references

Re: [android-developers] extending view class not working but not throwing errors or force close

2011-10-25 Thread TreKing
On Tue, Oct 25, 2011 at 7:18 AM, Chris Cullington-Johnson chriscj...@gmail.com wrote: I am doing a tutorial through you tube I have my java correct but still my button wont enable the view class, it's like button is not linked. There is no Button in the code you posted.

Re: [android-developers] extending view class not working but not throwing errors or force close

2011-10-25 Thread Chris Cullington-Johnson
There lies the problem, I am lost. I followed tutorial however no other mention of adding button to Java via view class. however does mention adding intent to manifest. Do you need more code to check? What else can I try. On Oct 26, 2011 1:02 PM, TreKing treking...@gmail.com wrote: On Tue,