Monday, June 6, 2011

[android-developers] Re: setBouncing() throws exception for ExpandableListview

Hi

with this statement, mReminderExpListView.setBouncingEnabled(false);
im getting err as this method is undefined for the type
ExpandableListView .
So i tried
((BouncingListView) mReminderListView).setBouncingEnabled(false);
this also gives err :(

pls give me suggestions.


On Jun 4, 3:10 am, TreKing <treking...@gmail.com> wrote:
> On Fri, Jun 3, 2011 at 5:49 AM, shipi <yaso.r...@gmail.com> wrote:
> > But its throwing exception.
>
> > Please help.
>
> You might consider including the exception and stack trace.
>
> ---------------------------------------------------------------------------­----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

--
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
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment