[android-beginners] Re: Custom component using custom dialog

2009-09-09 Thread Nigel
In the end I have performed this with the client code making an explicit call to perform the required initialisation. This doesn't feel right, but it works. On Sep 7, 8:12 am, Nigel wrote: > My application needs to be aware of a custom dialog, which is used > only by a custom com

[android-beginners] Custom component using custom dialog

2009-09-08 Thread Nigel
to structure the code... Comments welcomed. Thanks, Nigel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com

Re: *****SPAM***** [android-beginners] Re: ERROR Error parsing XML: unbound prefix - ScrollView

2009-06-19 Thread Nigel Eke
at the "android:" namespace is. xmlns:android defines it. Cheers, Nigel > hello > i've got the same problem. > have you found a solution jet? > thx. for your help. > > On 2 Jun., 04:54, apregister08 wrote: > > Hello, > > > > I created an

[android-beginners] Re: buttons and clicklistener

2009-06-17 Thread Nigel Eke
ll, which (if it doesn't crash) would indicate that the listener is getting called and the crash lies elsewhere. c) read the examples here http://developer.android.com/guide/topics/ui/ui-events.html or here http://developer.android.com/reference/android/widge

Re: *****SPAM***** [android-beginners] OnClickListener

2009-06-14 Thread Nigel Eke
You will need to setup an OnItemClickListener. (Note 'Item'). Then setOnItemClickListener on the ListView. Cheers, Nigel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group

[android-beginners] Re: Is referencing resources across resource files dependent on the filename?

2009-06-12 Thread Nigel Eke
hat would be the advantage of that? It sounds like one too many levels of indirection. Many thanks for the reply. Now I can progress with my resource definitions with more confidence :-) Cheers, Nigel --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Is referencing resources across resource files dependent on the filename?

2009-06-12 Thread Nigel
compile and look at R.java under the gen folder I can see the layout2 id. Pointers to further information gladly appreciated; I have browsed the web but was unable to find any further help on this. Many thanks, Nigel Eke -- http://nigel-eke.com/ --~--~-~--~~