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

Navigation bar transparency after push

I'm looking for a good way to make a transparent navigation bar. With this : func prepareNavigationBar(){ UINavigationBar.appearance().tintColor = UIColor.mainColor() UINavigationBar.appearance().setBackgroundImage(UIImage(), forBarMetrics:…
FlorianG
  • 77
  • 12
0
votes
1 answer

Issue with windowTranslucentStatus with AppCompat v22

I have an issue with making my Status Bar transparent respectively translucent. I am using AppCompat v22 Theme. I want to use windowTranslucentStatus for API >=19. I really searched for answers on stackoverflow, but i could not find any solution for…
0
votes
1 answer

How do I make scrollbar semi-transparent?

I'm developing my first android application using appcompat v7 and the android support library with API 23. I would like to know how can I make the scrollbar semi-transparent like Gmail for example. This is the scrollbar I get by default on my…
0
votes
1 answer

android image transparency

Is there a way to load an image file into an ImageView object, and then define a transparent color for this object ?
Arutha
  • 26,088
  • 26
  • 67
  • 80
0
votes
1 answer

Transparent Label in Menu area with VB.NET

I've read many articles on how to create transparent labels but it seems to me that my particular case is not covered. Very simply I have a label placed in the upper right part of the form, which in fact is part of the menu strip. The label displays…
sinDizzy
  • 1,300
  • 7
  • 28
  • 60
0
votes
0 answers

png transparent image file in android

I want to save a png image to SD card and it should be without background. in the sd card I do not see any background but when attach it into telegram I see a white background. here is my code in android: File filepath =…
Tom
  • 19
  • 1
  • 8
0
votes
0 answers

PHP Png is has a black background after resize

when I trying to resize an PNG with function resize($width,$height){ $new_image = imagecreatetruecolor($width, $height); if($this->image_type == IMAGETYPE_PNG || $this->type == 'image/png') { imagealphablending($new_image,…
0
votes
1 answer

Is this possible? transparent png over slide revolution (clickable)

I want two slide revolutions (or at least one), but with this skin over it: The overlay image would be on top of the images, so clicking the gallery would be impossible (and the bullets to change image inside of it). I know about map coordinates,…
0
votes
0 answers

Transparent control over any other control

I need to create a control with a transparent background that can work over other controls. My problem is I don't know what else might be under these controls so I'm not able to use backcolor transparency. I need it to be fast too as there may be…
0
votes
1 answer

Navigation - transparent, horizontale center, difficult with Subnavigation

i would create this Navigation. i have try some things with css and js. but it works not on every browser and i think the code is dirty. the driangle of the navigation-hover is center of the length. the transparent driangle is lay under the blue…
Donja
  • 23
  • 5
0
votes
1 answer

Android: Fragments act unexpected (suddenly transparent?)

I have a problem with my fragments. I use this code to navigate between the fragments: Between the "main" fragments (without backstack, because I want the user to exit when he presses back (it works)): FragmentManager fragmentManager =…
Daniel
  • 753
  • 9
  • 15
0
votes
0 answers

About moving transparent, boderless wpf c#

I am making a window with WindowStyle="None" AllowsTransparency="True" Background="Transparent" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" then I made a button other to move the window, using this.DragMove();, I put it into some…
Felix
  • 571
  • 14
  • 34
0
votes
1 answer

50% Transparent background of Navigation Buttons, Segment buttons in iPad and iPhone

Is there a way to customize navigation button, segment button background like iBooks? Check out iBooks shelf top left corner. the button background is about 50% transparent. What a pretty! Any one konw how to emplement it? All Regards
Allendog
  • 322
  • 2
  • 7
0
votes
1 answer

Topmost transparent clickable through form with clickable through controls C#

I draw some rectangles using GDI on my transparent form. The form is fullscreen and always on top. In addition, it's clickable through using this method: Topmost form, clicking "through" possible? However, drawn rectangles are not clickable through…
Frank
  • 1
  • 1
0
votes
1 answer

How to get a transparent background for my logo using Minimagick composite?

Here is my code: process :watermark def watermark second_image = MiniMagick::Image.open("https://s3.amazonaws.com/....logo.png") manipulate! do |img| result = img.composite(second_image) do |c| c.compose "Over" #…
Shaomai888
  • 116
  • 1
  • 8
1 2 3
99
100