Hello I fiding an issue by using the .setOnItemClickListener method, who create onItemClick(AdapterView<?> arg0, View arg1, int arg2,long arg3). the button position was giver by the arg2.
On 17 nov, 13:24, Yourikahn <[email protected]> wrote: > Hello > > I'm trying to interact with the SlidingDrawer I've made, following the > Android sdk. > What should I do to fix a Listener on the different item in the > SlidingDrawer? > thx a lot > > I've tried this but throwing an exception during the execution > SlidingDrawer Slide = (SlidingDrawer) findViewById(R.id. > Slide.setOnClickListener(new OnClickListener() { > public void onClick(View v) { > showDialog(VITESSE_DIALOG_ID); > }}); -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

