Tagged Questions

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

learn more… | top users | synonyms

29
votes
5answers
21k views

How to have a transparent ImageButton: Android

<ImageButton android:id="@+id/previous" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/media_skip_backward" ...
16
votes
6answers
4k views

(win32) How to make an OpenGL rendering context with transparent background?

Rendering contexts usually have a solid color on the background (black or whatever, see the image below): I'm wondering if it's possible to setup a window, with no decorations AND with the ...
14
votes
6answers
19k views

How do I animate a background color to transparent in jQuery?

I can animate from transparent to color, but when I tell jquery to animate the backgroundColor: 'transparent' it just changes to white. Any idea how to fix this?
7
votes
3answers
18k views

How to make a color transparent in a BufferedImage and save as PNG

I have been searching the web for this, but I havent found any decent help. I have a BufferedImage, which I have read in with ImageIO. Now I would like to make a certain color in that image to ...
6
votes
2answers
615 views

CSS Transparent Border Problem In Firefox 4?

I'm trying to create a pure CSS triangle for a tooltip. All browsers looks fine except for the latest Firefox 4. Here's the code: <!DOCTYPE html> <html lang="en"> <head> <meta ...
6
votes
4answers
6k views

Android WebView style background-color:transparent ignored on android 2.2

I'm struggling to create a WebView with transparent background. webView.setBackgroundColor(0x00FFFFFF); webView.setBackgroundDrawable(myDrawable); Then I load a html page with <body ...
6
votes
5answers
6k views

loading animated png

I'm looking for an animated Loading icon that is also transparent; however (I know I'm lazy) I dont want to make my own. Please forgive me if this is not the correct forum for this post, I've just ...
6
votes
3answers
3k views

Iframe transparent background

My app has a modal dialog with an iframe inside it. I've written my jQuery code such that when the dialog opens, it sets the appropriate 'src' attribute of the iframe so the content loads up. ...
6
votes
1answer
740 views

Why are my transparent images used in a Delphi 2009 Ribbon not transparent on runtime?

I just played around with the new Delphi 2009 ribbon, added a few pages, groups and actionclients (large buttons) to it. I created some transparent 32x32px PNGs in Photoshop and put them into a ...
5
votes
2answers
164 views

How to colour a transparent part of an image programmatically in .NET

I have an image created and saved manually as a file, which has a shape (e.g. a heart) that is transparent in the image, and the rest of the image has other colour. How to make the transparent shape ...
5
votes
2answers
2k views

C# - Transparent Form

Greetings I currently have a Form with all the desired effects except one. The current form consists out of a menustrip at the top with a panel underneath which contains labels and pictureboxes. When ...
5
votes
1answer
532 views

Transparent toast frame

How to set transparent toast frame in android ? I want to it more transparent.
5
votes
3answers
3k views

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 them ok (but not great) using a PHP formula that just sets each div (each tile) as ...
5
votes
4answers
5k views

Setting A CGContext Transparent Background

I am still struggling with drawing a line with CGContext. I have actually go to line to draw, but now I need the background of the Rect to be transparent so the existing background shows thru. ...
4
votes
5answers
367 views

TPNGObject - Create a new blank image and draw translucent images on it

I am building application that looks like any OS for example, except it's a one program. I has it's own windows. The output is TImage. 1)Application loads form skin files into TPNGObject's: 2)Then ...
4
votes
7answers
165 views

Is it possible to have a transparent background?

That is to say, I'd like to have the users desktop (or whatever windows they have open) show through the background (with a slight bit of opacity). I did a quick mockup in photoshop to try and ...
4
votes
2answers
478 views

Route touch event to view beneath UIScrollView if swipe gesture is not recognized - like iPad Twitter app

Let's say I've got this view hierarchy. Note this is very similar to the Twitter iPad app, so take a look at that as a reference. Views on top: +--------------------+ | | | | | ...
4
votes
1answer
2k views

IFrame background transparent in IE

So i have this iFrame with the class .transparentbg: .transparantbg{ background-color: transparent; } This works fine in Chrome, but not in IE... Help please? Greetings
4
votes
1answer
2k views

Issue with image having transparent background in Android

I'm creating a custom dialog with a background image which has rounded corners. I remove the white border using a custom style, but it's displayed as if a black rectangle of the same size was behind ...
4
votes
3answers
2k views

How to make a fancy transparent menu like the “share menu” in Android gallery?

On my Android 2.2.2 device the gallery looks really nice. What I would love to do in my own app is to press a button and then show a menu that looks like this: Is this using any standard Android ...
4
votes
2answers
871 views

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 (circular in shape). I want to make the icon transparent so that the other ...
4
votes
4answers
712 views

IE8: Div hover only works when background color is set, very strange, why?

Situation: Got a div with buttons images. Div needs to fadeIn on hover. Works in all browsers, except Internet Explorer. When I give the div a background color it suddenly works. Check: ...
4
votes
1answer
2k views

How to make Gtk+ window background transparent?

I'd like to make the background of a Gtk+ window transparent so that only the widgets in the window are visible. I found a few tutorials: ...
4
votes
2answers
796 views

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. When I scroll, the following happens: I also see some flickering. I've ...
4
votes
2answers
977 views

masking a UIImage

I'm working on an app that can change the borders or a rectangular UIImage. The borders will vary, but will look like the UIImage was cut out with scissors, or something to that affect. What is the ...
4
votes
4answers
189 views

What is the benefit of using the “transparent” value in the CSS background property before a url of a png?

I have often seen stylesheets written where you have something like this: #anyelement { background:transparent url(../img/filename.png) no-repeat left top; } The value in question is the ...
4
votes
2answers
2k views

How to clear graphics on a transparent control in windows forms

So, I am pretty unfamiliar with windows forms development. I'm trying to create a "hey I'm busy doing stuff" component that just spins a shape around. I want this control to be transient and draw on ...
4
votes
3answers
3k views

PyQt - Transparent background

I try to make the background of my window transparent. But under widgets which are on it i see parts of my desktop-image. Now i have this in constructor: self.setFocusPolicy(Qt.StrongFocus) ...
4
votes
8answers
11k views

Can I create transparent buttons in Visual Studio 2005 with C#

I have a user interface that requires placing some round buttons in a C# project with some data behind them. The buttons are System.Windows.Forms.buttons and I have used a GIF image with transparency ...
3
votes
6answers
120 views

How can I make my website's background transparent without images making themselves transparent too?

I'm doing a website for a school project, and I'm currently having a small problem... I can't make the body's background transparent without it also affecting the content in it. Here's my index.htm ...
3
votes
2answers
139 views

java applet: is there a simple way to draw and erase in a two-layered 2D scene?

I have an applet which displays some data using circles and lines. As the data continually changes, the display is updated, which means that sometimes the circles and lines must be erased, so I just ...
3
votes
1answer
69 views

PHP GD text borders showing up incorrectly with transparency

I have seen other questions about this and I've tried using Alpha and imagetruecolortopalette to fix it but no dice. What I'm trying to do is make a page like text.php?test=somethinghere and it ...
3
votes
1answer
299 views

How to set a transparent background for an AVVideoComposition?

Update - I've added a 50 reputation bounty for answering this question! I have an application that needs to put together some videos and photos to create a movie out of them. I am using ...
3
votes
1answer
81 views

wxpython's SetTransparent doesn't capture user input if set to an opacity of zero

I'm trying to make a wxpython window (only a window in the sense that it's a window object).. that fills the entire screen and is completely invisible. I then want to allow the user to click and drag ...
3
votes
1answer
300 views

Transparent WPF ListBox with selectable items

Could anyone suggest how I can implement a WPF ListBox that (effectively) has a transparent/hit-test-invisible background, but whose items are still hit-test-visible? In other words, I'd like to be ...
3
votes
1answer
856 views

Android XML drawable transparent gradient

I would like some clarification on what the code in front of the HTML color code is called and how it functions. 1) I'm assuming, in the example below, the endColor of #00000000 with the two ...
3
votes
0answers
128 views

Handling mouse events on transparent window conditionally

I am developing an Desktop application in which I should be able to take mouse events on transparent window. But, transparent NSWindow does not take mouse events. So, I have set setIgnoreMouseEvents ...
3
votes
2answers
227 views

Transparent PNG Reacting to Sites Image Sliders and Content

I just stumbled across this guys site: http://mantia.me/ He has an awesome logo that reacts to the content the site is currently showing, if you wait on his homepage the logo changes with the slide ...
3
votes
1answer
312 views

Working with transparent PNG in Windows mobile 6.x using C++

I have been trying to add to resource and use some semi transparent PNG files in my windows mobile 6.x application. After days of looking around and experimenting with different methods, I decided to ...
3
votes
1answer
633 views

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 background color... I am currently using this code and it's working OK but with the background color :( ...
3
votes
4answers
722 views

Transparent background on winforms?

I wanted to make my windows form transparent so removed the borders, controls and everything leaving only the forms box, then I tried to the BackColor and TransparencyKey to transparent but it didnt ...
3
votes
2answers
553 views

Avoiding making a UIButton transparent/see-through when disabling it

I want to disable my UIButton, so I call: button.enabled = FALSE; However this makes the button see-through and I can see the elements underneath it. I don't mind that it changes colour, I just ...
3
votes
2answers
1k views

Button set Background to Transparent Color

How can I set the Background for a button to a transparent Color, like transparent Blue for eg, instead of a solid blue? When I use button.setBackgroundColor(Color.BLUE) it sets it to a solid blue.
3
votes
3answers
210 views

How to make a transparent background without background image?

I would like a div to have a transparent background. I tried to do this using background-color and opacity, but the problem is that the border and the text inside become also transparent. Example ...
3
votes
1answer
1k views

Transparent Background

How can i make the background 50% transparent? Let's say the background of an AbsoluteLayout so it's dark but you can still see through it?
3
votes
1answer
492 views

How can I make another application's window transparent?

I know how to make my own application transparent using Layered Windows but I want to make a different application transparent (for example notepad). I wrote code like this but it doesn't work with ...
3
votes
5answers
6k views

CSS “see-through” background - crazy navigation menu problem

I have a crazy navigation menu that I have to code. It's kind of tough. Please see the screenshot of the design here: navigation menu screenshot As you can see, the background of the "Home" menu ...
2
votes
1answer
37 views

JViewport.BACKINGSTORE_SCROLL_MODE and setOpaque(false)

I have a transparency/scrolling problem with my scroll pane. As far as I can tell, the docs do not address this behavior. Here's is the code for my transparent text pane: ...
2
votes
1answer
46 views

Background image with transparent portion in UIView in iPhone application

Actually i am displaying events in calendar and for that i am adding subviews for events in UIScrollview. now i want to make some portion transparent in my particular event. Please check below image. ...
2
votes
1answer
66 views

.NET Compact Framework Transparent UserControl

I am programming a mobile application. I need a UserControl (emulating the TabContol navigation - the customer wants the tabs at the top) with a transparent background. The control contains three ...

1 2 3 4 5 9