[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread awwa
Yes. I thought the implements that you say. ;-) On Jun 2, 8:40 am, Romain Guy wrote: > Note that you can easily implement this yourself. Create a subclass of > ListView, override dispatchTouchEvent() and simply ignore all events > if isEnabled() == false. > > > > > > On Mon, Jun 1, 2009 at 4:37

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread Romain Guy
Note that you can easily implement this yourself. Create a subclass of ListView, override dispatchTouchEvent() and simply ignore all events if isEnabled() == false. On Mon, Jun 1, 2009 at 4:37 PM, awwa wrote: > > Thank you for replying. > I understand the known issue. > I will try to avoid this

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread awwa
Thank you for replying. I understand the known issue. I will try to avoid this or reconsideration the design. On Jun 2, 1:43 am, Romain Guy wrote: > setEnabled(false) not working on ListView is a known issue that I will > fix in Eclair. > > > > > > On Mon, Jun 1, 2009 at 6:37 AM, awwa wrote: >

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/* --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan <> wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/* --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread Romain Guy
setEnabled(false) not working on ListView is a known issue that I will fix in Eclair. On Mon, Jun 1, 2009 at 6:37 AM, awwa wrote: > > I want to display the data in the ListView(1). > When scroll the ListView(1) and select the item, > Then set visible the new ListView(2). > ListView(2) displays t

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread awwa
I want to display the data in the ListView(1). When scroll the ListView(1) and select the item, Then set visible the new ListView(2). ListView(2) displays the data which selected item from ListView(1). After set gone the ListView(2) by any operation, ListView(1) is scrollable again. The ListView(1

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread Mark Murphy
awwa wrote: > I mean that the ListView does not scroll by touch the screen. > All operation from user is ignored by the ListView. Why use a ListView, then? If setEnabled() does not do what you want, then I have no good idea how you would get the behavior you seek out of a ListView. -- Mark Mur

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-06-01 Thread awwa
I mean that the ListView does not scroll by touch the screen. All operation from user is ignored by the ListView. On Jun 1, 12:01 am, Mark Murphy wrote: > awwa wrote: > > I want to lock the scrollBar of ListView. > > What do you mean by this? > > -- > Mark Murphy (a Commons > Guy)http://common

[android-developers] Re: Can I lock the scrolling of ListView ?

2009-05-31 Thread Mark Murphy
awwa wrote: > I want to lock the scrollBar of ListView. What do you mean by this? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~-~--~~~---~--~~ You received this mess