Try setting on click handler for this view.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

21.09.2010 12:40 пользователь "Marco Alexander Schmitz" <
marco.alexander.schm...@googlemail.com> написал:

hi,

I'd like to add a transparent panel (relativelayout) with fill_parent
in width and height.

I want to use this "glasspane" in order to block all buttons
underneath.

Unfortunately I cannot find the right setter / xml  attribute for
this.

These wont work:

.setEnabled(false);
.setPressed(false);
.setClickable(false);
.setFocusable(false);
.setSaveEnabled(false);
.setSelected(false);

Maybe its better to understand if I tell you that I want to create my
own dialog without extending the class Dialog.

A dialog also puts a transparent glasspane above all and absorbs all
clicks underneath...

Thanks for helping,
Marco

--
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<android-developers%2bunsubscr...@googlegroups.com>
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

-- 
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