Questions tagged [transparent]

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

See this wiki article for more info. The tag should be used for the general subject of transparency in images.

See also: , ,

1915 questions
0
votes
0 answers

Mouse events not firing on control when form is transparent

I set my forms back color to Black. I set the transparency key to Black as well. My controls have the back color of Transparent because I want to see the image behind it but this prevents my controls from having mouse events. I want to be able to…
Nolemonpledge
  • 139
  • 1
  • 2
  • 11
0
votes
1 answer

CSS: overlaping images - showing extra transparent line

Im getting extra very think border when overlaping two images. The page contains mostly images and static magnifier. Part of original image shows in the magnifier when hovering this image using javascript. Magnifier is a PNG with transparent hole in…
Lakusqo
  • 9
  • 2
0
votes
1 answer

How to show a JButton in a transparent JFrame?

I have a transparent JFrame with a JButton on top, but if I move the JFrame around, the JButton will disappear, until I mouse over the button then it will show up again, and if I change the JButton to Button, it works correctly, but I do need to use…
Frank
  • 30,590
  • 58
  • 161
  • 244
0
votes
1 answer

Transparent background image (Drawable) on KitKat 4.4.2

I am to set transparent drawable image on backgrount of layout, it is working fine on Lollipop+ devices, But background does not appear on Pre-Lollipop devices. Here is my .xml code.
0
votes
2 answers

Circle transparent text

Hey guys I am trying to make this number in the circle transparent, I tried with color: #000; color: rgba(0, 0, 0, 1); but the number is black i tried with opicity, but it works for the whole div. This is the code:…
user6534435
0
votes
0 answers

Transparent Buttons using ImageButton Class asp

Okay here is the style sheet code: I want the ButtonTrans.png to be across each button on top auto fitting the size of the button. .ButtonPanel { position: absolute; top: 0px; left: 770px; width: 500px; height:…
0
votes
1 answer

python tkinter toplevel transparent

i know that there is alot of these questions around, some thats said to work, and some thats said that dont work, however most of them are more than 2 years old, so i thought that something might have change that makes mine not work, what i want to…
Cid-El
  • 500
  • 7
  • 30
0
votes
0 answers

RPi: Can I output a jpg of my camera + an overlay with the picamera library?

I'm currently pulling frames from my picamera and overlaying a transparent red box. This works great in preview. Can I output this image to a jpg? If not, do I need to use OpenCV? Thanks! /e
gadget00
  • 31
  • 8
0
votes
0 answers

C# Moving Transparent PictureBox

I'm tryin to make picbox2 back color to transparent when the picbox1 pass over picbox2. This is my code namespace Gioco { public partial class Form1 : Form { Image img; Image tmpSx; Image tmpDx; Image tmpUp; Image tmpDw; …
CRK
  • 337
  • 2
  • 10
0
votes
2 answers

C# Moving PictureBox over other PictureBoxes with transparent background

My goal is to make checkers game , where user can move checkers on the board. The board I have made is from DataGridView class . Right now what am i doing is creating picture boxes for each checker with transparent background and when the user moves…
Stav Bodik
  • 2,018
  • 3
  • 18
  • 25
0
votes
0 answers

ListView's Items over another item

I'm working with Xamarin Forms and I asking myself if it's possible to make a list, where each item have margin/padding to be able to see through the parent list. It's hard to explain, so let see my example: If we take a look at this image, the…
Emixam23
  • 3,854
  • 8
  • 50
  • 107
0
votes
1 answer

How can I make the background of an image appear transparent without PIL?

I'm trying to make a GUI in tkinter that uses one image as an overlay on top of another, but when I place the image over the lower one, the transparent area of the image appears as grey. I've searched for solutions to this, but all the results that…
Omniv
  • 1
  • 1
0
votes
1 answer

Android map EditText opaque

I'm creating a custom drawable so that an EditText on top of a map has rounded corners. I'm trying to obey the correct parameters in the docs for shape. Specifically I am trying to set a white background using the solid field:
lf215
  • 1,185
  • 7
  • 41
  • 83
0
votes
1 answer

How to draw with finger in View without drawing in transparent parts?

Let's say that I have 500 x 500 ImageView, half of ImageView are red second part is transparent. I want draw with finger only in non transparent part of ImageVIew so if I draw in transparent part it will be not visible, like this image. Is it…
Ara Badalyan
  • 1,616
  • 1
  • 15
  • 20
0
votes
1 answer

Frameless flash player needed

i need a flv player like in this site(video of woman at the bottom left). I could not find a free one, do u know any free flash player that i can play flv videos in a frameless player like in this site? I have a transparent flv movie.
zer0w1dthspace
  • 1,042
  • 2
  • 17
  • 34