Top "Transparent" questions

A GUI (often web) technique for trapping user actions across multiple elements by using an overlaying, but transparent, GUI object.

how to make transparent scene and stage in javafx?

I want to have transparent progressindicator, which is indefinite. here is the code, it shows grey background state/scene. i …

javafx transparent scene stage
Is there a way to create transparent windows with Tkinter?

I'm trying, ultimately, to create "oddly-shaped windows" with Python using the Tkinter module. But for now I will settle for …

python user-interface window tkinter transparent
Android 4.4 — Translucent status/navigation bars — fitsSystemWindows/clipToPadding don't work through fragment transactions

When using the translucent status and navigation bars from the new Android 4.4 KitKat APIs, setting fitsSystemWindows="true" and clipToPadding="false" …

android fragment transparent android-4.4-kitkat
WPF: How to make an overlay control with transparent canvas and clickable child

I want to make a custom control which will be used as an overlay. The control should contain a couple …

wpf custom-controls overlay transparent hittest
How to make a transparent window with Qt Quick?

Is there a way to make the window of a qml application transparent? I'm looking for a detailed description on …

c++ qt transparent qml qt-quick
disable button with custom background android

When I have an android button and set it as disabled then the button seems as "transparent". I have a …

android button transparent
Programmatically make a color more transparent

I'm working on a simple bar graph application that uses a static array of colors for divvying out bar colors. …

android colors transparent
Transparent PNG in PIL turns out not to be transparent

I have been hitting my head against the wall for a while with this, so maybe someone out there can …

python png python-imaging-library transparent
Mouse event on transparent background

I have create several canvas with transparent background and wanna make some move event on it. However, I found that …

wpf background mouseevent transparent
Can I create a transparent background on a PictureBox in WinForms?

I want to make the background of a PictureBox control transparent. In the PictureBox (rectangular shape), I placed an icon (…

c# winforms transparent picturebox