[android-developers] Re: Spinner in ListView Activity

2010-10-18 Thread Bret Foreman
Are you calling the super of the onClick method in the onClickListener? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to a

[android-developers] Re: Spinner in ListView Activity

2010-10-18 Thread SImplyG2010
Sorry Bret I do not understand in which onClickListener? The button or the onItemSelected listener? On Oct 18, 1:31 pm, Bret Foreman wrote: > Are you calling the super of the onClick method in the onClickListener? -- You received this message because you are subscribed to the Google Groups "And

[android-developers] Re: Spinner in ListView Activity

2010-10-19 Thread dario
Seems like you're not setting the adapter on the spinner but on the list, is this intended? (I'm assuming you are extending ListActivity) this would explain why onItemSelected isn't called. -Dario On Oct 18, 2:18 pm, SImplyG2010 wrote: > Sorry Bret I do not understand in which onClickListener?

[android-developers] Re: Spinner in ListView Activity

2010-11-17 Thread Sin
Hi, I tried to set the width of the spinner but not using visibility="GONE" and it works. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this g