What are you trying to accomplish? Maybe you don't need to override onProgressRefresh. Maybe you can implement your own SeekBar.OnSeekBarChangeListener and register this listener with your seek-bar (seekbar.setOnSeekBarChangeListener(...)).
On Apr 22, 5:03 pm, lggaleon <[email protected]> wrote: > On Apr 22, 12:24 pm, Mark Murphy <[email protected]> wrote: > > > > > > > lggaleon wrote: > > > Hello , everybody! > > > > I want to make my own Seek Bar. When I try to override > > > onProgressRefresh method, > > > > Eclipse give me an error: the method onProgressRefresh is undefined > > > for the type SeekBar. > > > > I cheked listing SeekBar.java and this method is in. Any ideas why > > > this happend? > > > I do not see onProgressRefresh in the 1.1 SDK, and the method is > > declared as package-private in the current source code. Hence, it is not > > available to SDK developers. > > > -- > > Mark Murphy (a Commons > > Guy)http://commonsware.com|http://twitter.com/commonsguy > > > _The Busy Coder's Guide to Android Development_ Version 2.0 Available! > > Thank you very much. > That's too bad. So,if I want to make my own seek bar, I need copy and > modify AbsSeekBar and SeekBar > classes? Doesn't make any sense for me- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

