[android-developers] Why is the activity being destroyed/recreated (NOT a configuration change)?

2011-11-15 Thread dwass
we can see this behaviour, so we know it is happening. Anyone have an idea why this is happening? This doesn't happen all the time, just occasionally. The usual behaviour is the expected behaviour (ActivityA just gets resumed). Thanks, -DWass -- You received this message because you are s

[android-developers] Re: How to force soft keyboard to be visible?

2009-09-30 Thread dwass
vices out there instead of just 2. -DWass On Sep 25, 7:14 am, James W wrote: > Dwass, dont know if this helps, but I finally got it to work reliably > for my particular needs. > > I have a dialog with a single edit, and I wanted to softkeyboard to > automaticallyshowwhen the dialog was

[android-developers] Re: How to force soft keyboard to be visible?

2009-09-24 Thread dwass
nd the behaviour is either very buggy or there are a lot of subtle dependencies on other settings that either aren't documented or aren't intuitively obvious. Let's hope that the experts can ring in with some comments soon. -DWass On Sep 23, 8:51 pm, Mike Collins wrote: > Shoul

[android-developers] Re: How to force soft keyboard to be visible?

2009-09-22 Thread dwass
gestions and they sometimes do work, but usually you get stuck with the keyboard being shown after you leave the field and this causes more problems that it solves. Thanks, -DWass > On Sep 19, 8:42 am, Dianne Hackborn wrote: > > > The G1 has akeyboard, so it works as I said -- the I

[android-developers] Dynamically changing the content (data) of spinner when opened/closed

2009-09-20 Thread dwass
Basically I want to be able to tell the difference between "the user selected something" and "the user hasn't selected something yet". I have a static list of items that I want to display in the spinner when it is opened. However, when the user is shown the spinner for the first time (before he o