Hi,

I have an indeterminate progress bar in the window's title bar. I have
also requested it with:

@Override
protected void onCreate(Bundle savedInstanceState) {

    super.onCreate(savedInstanceState);

    requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);

    // ...
}

But why it is not visible when I call
"setProgressBarIndeterminateVisibility(true);" ?

In another activity it works.


Ralph

-- 

Ralph Bergmann


www              http://www.dasralph.de/
mail             ra...@dasralph.de
skype            dasralph

facebook         http://www.facebook.com/dasralph
xing             http://www.xing.com/profile/Ralph_Bergmann3
linkedin         http://www.linkedin.com/in/ralphbergmann
model kartei     http://dasralph.model-kartei.de/

java user group  http://www.jug-bb.de | http://www.xing.com/net/jugbb
ios dev group    http://www.xing.com/net/iosberlin


pgp key id       30C4ECD8
pgp fingerprint  C6E4 3435 7CC8 5008 54EC 1C86 4176 7F75 30C4 ECD8

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to