tstanly wrote: > hi all, > > > when i use setBuiltInZoomControls with webview or mapview,there still > have problems... > > mWebView1.getSettings().setBuiltInZoomControls(true); > or > mZoomControls1.setBuiltInZoomControls(true); > > it doesn't work, > the error messages from the eclipse,both show > "the method setBuiltInZoomControls is undefined" > > how can i correctly use the setBuiltInZoomControls?
That is new to Android 1.5. Are you sure you are targeting SDK level 3 (-t 3) in your project? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

