transparent Questions

4

Solved

I got a square logo and I need to round_corner it, searched for a while and got the follow code "working": def round_corner_jpg(image, radius): """generate round corner for image""" mask = Image...
Circumbendibus asked 2/7, 2012 at 3:9

12

I would like to make my Flutter app take up the entire screen in Android while still showing both the status bar and the navigation bar, with both of them transparent, to achieve the full screen lo...
Sausauce asked 15/6, 2019 at 7:6

5

Solved

I am making a chess program and I want to be able to drag the pieces. In order to do this, I put the image of the piece on a Canvas so it can be dragged (I can also use a Label if I want). However,...
Arthromere asked 27/10, 2018 at 11:47

7

Solved

I want to have some text appear semi-transparent, but not in an overlay fashion (where it eventually becomes solid) just permanently semi-transparent. To complicate matters, the text in question is...
Kidney asked 29/8, 2010 at 10:14

4

Solved

Question Is it possible to make a BrowserWindow, in electron, transparent with blur? In that it blurs all background content, including apps and the wallpaper. And if possible, how would I accom...
Bearish asked 21/4, 2019 at 18:29

4

I need to have a (crossdomain) iframe with dynamic width and height. My question is, Can I create an iframe with 100% size and a transparent background that will show the parent of this iframe, be...
Alisa asked 17/6, 2010 at 17:51

1

I'm trying to reverse engineer the colors used in a popular game. See this low quality screenshot for an example: The left side is the 'overlayed side' which has the background color and the overl...

2

Solved

I'm searching for a way to add an overlay over some composites in my application. The overlay will contain an label with text "No data available". The underlying composite need to be shown but the ...
Pah asked 7/2, 2017 at 10:54

0

I have a form with LOTS of nested sub userControls in it. I wanted one of the subControls to have transparent areas, so I added in the parents form constructor the following code: this.SetStyle(Con...
Lauree asked 20/8, 2023 at 14:44

4

I've a UISearchBaradded to the top of an UITableView. // init search bar self.resultSearchController = ({ let controller = UISearchController(searchResultsController: nil) controller.searchRes...
Astaire asked 1/2, 2016 at 17:7

5

Solved

I am trying to implement a detail view which is linked from a navigation view. In this detail view, there is a default nav bar on top with a back button. But the bar only show some color when I scr...
Manipulator asked 14/4, 2022 at 4:11

23

Solved

<ImageButton android:id="@+id/previous" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/media_skip_backward" android:background="@drawable/transpa...
Bots asked 4/8, 2010 at 5:15

8

Solved

I'm working on a simple bar graph application that uses a static array of colors for divvying out bar colors. I would like the functionality to either draw bars normally, or slightly transparent. ...
Medallion asked 21/6, 2013 at 14:20

5

Solved

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: http://mikehearn.wordpress.com/2006/03/26/gtk-windows-with-...
Mueller asked 11/10, 2010 at 17:33

0

I want to make a view inside the dash (3 m/s) So I thought it would be fine if I apply a shadow to the outside of the transparent Circle. Like this. So I wrote the code below, but when I fill .cl...
Coco asked 21/9, 2022 at 12:26

2

Solved

This is the code I am using extension UIImage { var ellipseMasked: UIImage? { guard let cgImage = cgImage else { return nil } let rect = CGRect(origin: .zero, size: size) return UIGraphicsIm...

11

Solved

I am trying to create a circle with only a border using XML in android: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:sh...
Arrearage asked 19/4, 2013 at 6:27

2

Recently, on one of our production apps, transparent activity has stopped working. By this I mean that it became a black background instead of transparent. When I set activity's background color to...
Kinelski asked 19/1, 2021 at 16:19

6

Solved

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'v...
Bouquet asked 27/7, 2010 at 5:43

4

Solved

I'm trying to make my tabBar transparent, I've searched but all I found was articles resulting in partly and not fully transparent tabBars and some were for IOS 5, etc. I would like to accomplish ...
Bazluke asked 9/10, 2014 at 13:19

15

Solved

Simply, how to make a TextView transparent? (Not full transparency) I searched the docs and the StackNetwork and couldn't find it? I guess there is something like this. Thanks. UPDATE This is t...
Winfredwinfrey asked 7/7, 2011 at 10:10

5

Solved

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 h...
Adherent asked 11/7, 2010 at 11:58

4

Solved

I have a large amount of images with a black background, here is one for example: Is it possible through Javascript to have to ignore the black (#000000) and have it draw on canvas? to appear li...
Obala asked 26/2, 2016 at 3:57

1

Solved

To be able to see through to the other side what I want to do is make the circle area transparent so you are able to see through to the background image. How would this be done? Is there a way to d...
Clearness asked 14/11, 2021 at 1:55

1

I was wondering if anyone else has encountered this? I was re-running an old script in R 4.1.2 that had worked correctly in R 4.0.3 and was baffled by some transparent filled polygons not being dra...
Augustus asked 24/11, 2021 at 18:13

© 2022 - 2025 — McMap. All rights reserved.