python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UIBezierPath Shadow with transparent internal rect Objective c
I have a problem by adding shadow using UIbezierPath. My Code is
CGRect f = view.bounds;
view.layer.shadowColor = [UIColor redColor].CGColor;
view.layer.shadowOpacity = 1;
view.layer.shadowRadius = 10...
GNChishti
Votes: 0
Answers: 2
How to make transparent Form get mouse enter events?
I want to create a Delphi application that does something interesting when the user moves his mouse over the top-left corner of the screen. I thought about it and plan to do it with the following stra...
Fajela Tajkiya
Votes: 0
Answers: 1
How to make status bar and navigation bar transparent using xml file
I'm doing a project that needs the status bar and the navigation bar to be transparent.
I have made the status bar transparent but I am not able to do the same with the navigation bar.
Can anyone help...
Nguyễn Khải
Votes: 0
Answers: 2
Tkinter custom button with transparent button background
I'm trying to find a solution to make the background of my image-button transparent. I can come up with a solution with create_image but i need to be able to add text to the buttons. It looks like the...
user9468014
Votes: 0
Answers: 0