[android-developers] Re: Dimmed GLSurfaceView in AlertDialog

2012-02-15 Thread James Webster
will always be shown on top of them, but in my particular case that doesn't matter. So it is possible to use a GLSurfaceView in a dialog, and also in an activity using the dialog theme. On 15 February 2012 01:23, James Webster duskjock...@gmail.com wrote: Further to this, I tried build target on ICS

[android-developers] Re: Dimmed GLSurfaceView in AlertDialog

2012-02-14 Thread James Webster
PM, James Webster duskjock...@gmail.com wrote: I have a GLSurfaceView working fine as a Live Wallpaper and as a custom view in an activity. When I try to use it as a custom view in an AlertDialog, the GLSurfaceView does not display correctly, there are some visual problems (see attached

[android-developers] Re: Anyone used performHapticFeedback()?

2009-09-29 Thread James Webster
Thanks Lee and Dianne. That works fine, although the vibrate is noticeably lower than that when you type using Hero keyboard. Still, it works fine. I was debating about leaving it in the OnClickListener(), as that sort of seemed more appropriate, it would be a notification that you had clicked

[android-developers] Re: Soft Keyboard

2009-09-29 Thread James Webster
Jonas, that Hero app switcher comes not from long pressing the menu key, but from long pressing the *Home* key. Long pressing the Menu key does nothing, as others have noted. 2009/9/29 Jonas Beckman jonas.beck...@gmail.com On HTC Hero, long-pressing-menu has a completely different default

[android-developers] Re: Anyone used performHapticFeedback()?

2009-09-29 Thread James Webster
Got it, thanks Dianne, I will look into that API. 2009/9/30 Dianne Hackborn hack...@android.com If you are not giving feedback for a long press, I would not use it, since that is currently the only kind of feedback it supports. Instead just use the vibration API directly. This is what the

[android-developers] Re: Soft Keyboard

2009-09-25 Thread James Webster
On the Hero and I guess other Androids as well, there is the Search hardware button. This works in Hero Contacts AND in Launcher, bringing up the soft keyboard. Not particulary intuitive I grant you, as you tend to look for a button to do that on screen, but it does make sense. Of course, in