A GUI (often web) technique for trapping user actions across multiple elements by using an overlaying, but transparent, GUI object
1
vote
2answers
20 views
Transparent Help Activity in Android
I'm developing a Android App, and I would like to implement a help like this:
http://developer.android.com/design/media/help_cling.png
How i can do this? It's beautiful and I think is very usefull.
...
0
votes
1answer
47 views
How to create a transparent demo on Android?
I'm try to make a transparent activity in my Android application.
This is an example picture:
Does anyone know a library that can do this ?
0
votes
0answers
26 views
Transparent background for a tablerow in android
I am attempting to render a background of a programmatically created set of buttons onto a main layout which has an orange background. I could just adjust the table row background to match the orange ...
0
votes
0answers
10 views
Show box-shadow through transparent object (div)
I'm working on a css3 3D page and i want to show the shadow through a transparent div but i can't get this to work...
I can't use a span or anything because it needs to be the same object because of ...
0
votes
2answers
37 views
DIV box transparent, text inside not transparent {SOLVED}
I have a div box with text inside (and this is supposed to be a navbar).The div box is set to opacity 0.4, and so is the text automatically also. I want the text to be normal opacity (not ...
-1
votes
2answers
40 views
How to show control in transparent window? [closed]
I have a window form with label and button control and I want to show label and button control in a transparent window form in C#.
Same like as preload SQL Server.
thank you in Advance.
0
votes
1answer
29 views
Background is turning out black
I have done everything I could possibly try to fix this. I've spent over an hour researching and trying code, but nothing has helped.
This code does the following.
Take two completely-white images ...
1
vote
1answer
32 views
Adding color to a white icon in PHP GD
I have a white icon (256x256) with a transparent background. Somehow, I want to be able to change the white icon, which has some transparent pixels in it (for anti-aliasing), to any RGB color.
I have ...
0
votes
0answers
40 views
Winform C# axShockwaveFlash transparent issue
I'm able to create a transparent winform using the TransparencyKey = Lime and the Main Form with a backColor = Lime. Then I'm adding an axShockwaveFlash Object and loading an .SWF (the swf has the ...
0
votes
1answer
46 views
Iframe transparent background on Fancybox 2.1.4
As per title, adding the below works fine on Safari, FF & Chrome but not IEs. (only tested on IE8)
beforeShow: function(){
//transparent background
...
-5
votes
1answer
51 views
How to make my page body to be transparent so it can shows a background image? [closed]
This is my site http://www.gamerszonefamily.com/
I want to make this white fields be transparent like on this picture
http://maxcdn.webappers.com/img/2009/08/transparent-website/final_full.jpg ???
1
vote
2answers
53 views
How do I make a div transparent on a white body background?
The background-color of my body is #ffffff. And I have a div that I need is colored but it needs to be transparent or see through. Is it possible to do this using CSS3 or do I have to use images to ...
0
votes
0answers
20 views
Make surface view transparent to current layout only
In my app i am using surface view for drawing perspective and some buttons on the same layout.
I am done with the drawing part but don't know how to make surface view transparent for the current ...
-1
votes
1answer
12 views
Transparency in IE [closed]
I am testing a new site. CLICK HERE
Problem is that in IE the Header, Footer, and LEFT RIGHT Arrows on homepage are not transparent. But in Firefox and Chrome yes.
Any ideas how to fix this and ...
0
votes
0answers
44 views
Transparent background in WebView - empty content
I have a problem trying to set WebView background to transparent in my application. I found a lot of similar questions and workarounds how to set WebView background to transparent.
The most popular ...
0
votes
2answers
39 views
Hiding opaque NSView in transparent NSWindow leaves behind shadow
What's the trick to clearing out shadows left behind after hiding an opaque NSView inside a transparent NSWindow?
0
votes
0answers
34 views
android, relativelayout background in gridview changes when scrolling
Here is my gridview:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
...
-1
votes
1answer
34 views
Can I make a div transparent, but clickable [duplicate]
I am using a vertical slider for my whole webpage. To move between each page I want to click the top/ bottom of the page to navigate between slides. To do this I have placed a div at the top and ...
0
votes
0answers
30 views
Invert colors of image with transparent background
I have an uiimage with transparent background. if I invert the colors with the follow method, the transparent background change to white and then to black.
I want that it doesnt invert transparent ...
1
vote
0answers
19 views
Helix 3D - Transparent without colour
I am new to Helix and trying to create a simple box with transparent at run time with C#. I can see the box showing with transparency but there is no colour on the box. I dont know if i did anything ...
0
votes
0answers
53 views
Android transparent/semi transparent app widget recommendations
One of my users requested if I could improve the app widget in one of my apps.
Basically to add some 'eye candy' to the app widget: semi transparent background, some nice font with a good contrast, ...
0
votes
0answers
58 views
How to remove background of image using html5 canvas
I want to make online photo cutout app that can remove background of any image and save them back as transparent png image. I have seen photo collage application remove background as follows.
It ...
0
votes
3answers
53 views
Blurring Effect Widget
Is there a way in Photoshop to create a button/rectangle for a widget which has a transparent blurred effect, so that it shows the background image through the rectangle but it's blurred?
Such as in ...
0
votes
1answer
22 views
How do I make the part that I'm not using of a simple JComponent transparent, so that when add it to a JFrame it does not cover other components?
I'm having problems adding 2 simple components to a JFrame. The problem is, the second component completely covers the first component even though each only contains a small shape located differently ...
-12
votes
0answers
346 views
How to use transparent color in ios drawRect draw line?
I try to set transparent color in CGContextSetStrokeColorWithColor, when i draw line in it,use move to and add to point ,but in this way generate the focal point
what i want is :
-1
votes
0answers
31 views
How can I draw a transparent line in SmoothLineView?
Smooth-Line-View project : https://github.com/levinunnink/Smooth-Line-View
Points maybe overlap when I only set color alpha, but it isn't I want.
Thank you.
0
votes
2answers
41 views
Change the alpha value of a pixel
I am trying to change the alpha value of a pixel to make a image half transparent. Here is my code:
for(int x=0;x<image1.getWidth();x++) {
for(int y=0;y<image1.getHeight();y++) {
...
0
votes
0answers
43 views
startactivityforresult transparent background turns black
i have a widget app. It supports android 3.0 and above.
I was trying to make it compitable with 2.2.
There is nothing wrong with 3.0 and above but below 3.0 i encountered with this issue:
When i ...
-3
votes
0answers
33 views
Create a transparent dialog which works like a zoom control [closed]
I am having an Image and want a transparent dialog hover image which works like a magnifier. Like a loupe effect in iphone. How can I achieve this kind of effect. Can anyone provide me any hint.
0
votes
2answers
49 views
Making a transparent tab background?
I was wondering if I could draw the background of a tabpage in C# transparent like so I can see behind the window itself. I though it would give a cool effect but I don't know if or how I can do it. ...
0
votes
2answers
66 views
Transparent circle with border
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"
...
0
votes
2answers
65 views
Crop non transparent pixels from a transperent 16x16 image using PHP
I would like to crop the non-transparent pixels from a transparent 16x16 canvas. Since the non transparent pixels is actually an image. Is it possible in PHP GD or Imagick?
0
votes
0answers
24 views
Is depth peeling for intersecting transparent objects still up to date?
I want to use depth peeling, so that I can correctly render transparent intersecting objects. Is this still the way to do, or are there better ways for the problem today ?
Thanks in advance.
0
votes
1answer
38 views
Setting one of 2 ImageViews transparent/invisible, shows white screen
I am a newbie and have been working on this for a couple of days now without any success. Somebody's help would be very appreciated.
I have two ImageViews, one behind the other in an Activity. I ...
1
vote
1answer
268 views
Transparent proxy - from port 80 to 443
I'm trying to develop a transparent proxy which forwards unsecured http traffic from the clients as secured https traffic to the server, and back again. To better illustrate my point, take a look at ...
0
votes
0answers
22 views
rendering shapes and text on the desktop (click through)
For Windows 7, what is the simplest way to render arbitrary shapes and text straight onto the desktop?
It must have the following properties:
1) Visible and always on top
3) Semi-transparent
2) ...
1
vote
1answer
34 views
Perform some action when tabbing between labels?
I know that label can't receive focus, it doesn't seem to be responsive to tab switching. But all I need is perform some action when user uses tab consequently on a form which has only labels. For ...
0
votes
1answer
50 views
textarea turns transparent when adding background image
Im trying to add a background image to my textarea - but the following code just makes it transparent. The path and image is valid
var input = $("<textarea>");
$(input).css({ ...
1
vote
2answers
64 views
iPhone clear UIView alpha at touch location
I want to present an image in a UIView, because I have to customize (void)drawRect:(CGRect)rect. I have to clear the view's alpha where the user "rubs" the screen, so the subview behind this view will ...
0
votes
0answers
78 views
UINavigationBar transparent background color issue
I have some problem using a transparent background on UINavigationBar, I get always a black gradient...
This is my code:
self.tableView = [[TableController_iPad alloc] ...
0
votes
1answer
99 views
Transparent button on Google Maps Android API v2
I've been wrestling with this for a while and I can't seem to figure it out. Maybe someone here has dealt with something similar.
I'm trying to place a button on top of my Google map and have the ...
0
votes
0answers
22 views
How to erase/ make trasparent some pixels in a bitmapData ActionScript
I'm trying to erase a part of a bitmapData in actionScript 3 using flex 4.9. I found on the internet some ways but they are not working for me... The pixels get black instead of get transparent. Here ...
1
vote
0answers
105 views
drawInRect a transparent PNG image :Objective C
I have a background view with an image which fill all the view. Above this view, I added another view with backgroundColor [UIColor clear] and the attribute opaque to NO.
Here is what I would like to ...
0
votes
0answers
84 views
GDI+ Bug: Anti-Aliasing White On Transparency
The following code will create a transparent bitmap and then draw a white ellipse on it with anti-aliasing.
using(var background = new Bitmap(500, 500))
using (var graphics = ...
6
votes
4answers
157 views
C# - Transparent Window to defeat Keyloggers
How can I create a window which is fully apparent to the user but is not visible in screenshots. I know that this is possible since Neo SafeKeys (an onscreen keyboard to defeat keyloggers) does not ...
0
votes
2answers
332 views
How to create a semi transparent popup box?
I don't know javascript well at all, I have not studied it, yet. I am writing a webpage for a small business, I know HTML and CSS reasonably well.
My question; is what code can I use, (presumably ...
0
votes
1answer
95 views
Need to draw Transparent qimage that includes drawing of a circle using Qt
I am trying to draw a transparent image using QImage but everytime it gives black background. I have a image background,on that I want to draw a circle which should be trasparent(with no ...
0
votes
1answer
102 views
Show Android Webview with transparent background
i would like to load an animated gif. I found out that i could load it in a WebView. Now i have created a class extending from WebView. It looks like this:
public class GifWebView extends WebView {
...
0
votes
0answers
58 views
transparent picturebox on progressbar
I want to ask you why my picturebox in C# isn't transparent.
I created a png file with Photoshop (transparent background)
but if I place the picturebox over a PROGRESSBAR the picturebox overrides the ...
0
votes
0answers
63 views
how to make a gtkwindow transparent on windows backend
I'm trying to make my GtkWindow transparent on windows backend but the programm failed. I use gtk+ 3.6.1 it seems that the gdk_window_set_opacity() function is not working so is there another ...





