[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
/Theme.Dialog need to be added in the manifest xml of that activity using the dialog. - Sundar -Original Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Skooter Columbo Sent: Tuesday, December 30, 2008 2:47 PM To: Android

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
access, so I don't get my hopes up. Do you guys have any other ideas? On a lighter note, The display of the dialog is much fast now than before when I was callling AlertDialog.Builder. Thanks, Skooer On Dec 30, 5:00 am, Skooter Columbo skooter.colu...@gmail.com wrote: yea, i was using

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
. Skooter :-) On Dec 30, 10:57 am, Skooter Columbo skooter.colu...@gmail.com wrote: I got rid of the AlertDialog, and modified my code to use the ThemeDialog approach. I made sure that I added the attribute android:theme=@android:style/Theme.Dialog  to the Android Manifest file for my

[android-developers] Re: Screen Goes Black Between Activities, and Next Activity never shows up.

2008-12-30 Thread Skooter Columbo
it to keep running even when your UI is not active. On Dec 31, 2:15 pm, Skooter Columbo skooter.colu...@gmail.com wrote: I finally figured out why the screen was turning black. It did not have anything to do with the Dialog option I picked. It was because I had a long running process

[android-developers] Embedding a Scrollable List in the Same Screen with other components

2008-12-29 Thread Skooter Columbo
I am pretty new to Android, and I am not really sure about the best way to implement an embedded scrollable list component on the same screen with other components, or if their is an existing component to do this with already. I have a screen which has three buttons on the left side. I would