Top "Transparent" questions

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

Save UIView to a transparent PNG

I have a UIView and I want it to be stored as a transparent PNG, i.e. without the UIVIew …

uiview png transparent iphone
During FlowLayoutPanel scrolling, background distorts + flickers

I have a windows form application that has a background. Within it, I have a flowlayoutpanel with a transparent background. …

c# scroll transparent flicker flowlayoutpanel
Draw a transparent circle onto a filled android canvas

I am trying to do something very simple (see above). I want all of the pixels of a canvas to …

android android-canvas transparent porter-duff
How to disable the delivery of mouse events to the widget but not its children in Qt?

For the last two days, I've been searching for a way to pass mouse events to the widgets behind a …

qt mouseevent parent-child transparent
Android: ListView Flicker effect. Any hints on how to get rid of this?

For some reason, whenever I scroll through my list of items, the background inside my listview disappears and reappears giving …

android listview transparent flicker
GLSurfaceView - how to make translucent background

I try to render using GLSurfaceView, and by docs I set format: getHolder().setFormat(PixelFormat.TRANSLUCENT); The I use GLSurfaceView.…

android background opengl-es-2.0 transparent
Hide divider without hiding childDivider on ExpandableListView

I can't find a way to hide dividers on an ExpandableListView without hiding the child dividers too. Here is my …

android transparent expandablelistview divider
change soft keys background from black to transparent in android app

I want to change the soft keys(Not sure about name of these buttons all together) background from black to …

android listview background transparent softkeys
HTML/JS/CSS Isometric Grid with semi-transparent click-through tiles

I'm trying to create a web app/game that uses a side-on 'isometric' view and transparent tiles. I can display …

javascript html transparent tiles isometric
Qt - Draw a fully transparent window in Windows without using WA_TranslucentBackground

I need to draw transparent window (either QLabel or QFrame or QWidget), but without using WA_TranslucentBackground. The reason for …

c++ qt transparent qwidget qframe