transparent

Fading transparent image in IE7-8

Hello. I have been checking a lot of topics on this situation and still haven't found a solution to this problem. Is it even possible? I have a website (http://dev.ultimate-web.dk) which uses the cycle plug-in (http://malsup.com/jquery/cycle/) to fade the top cases. As you see on the first image when the fading occurs, it gets a black ...

Setting A CGContext Transparent Background

I am still struggling with drawing a line with CGContext. I have actually go to line to draw, but now I need the background of the Rect to be transparent so the existing background shows thru. Here's my test code: (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); CGContextSetFillColorWithColo...

PHP GD Text/Transparency/alpha problem.

alright so im having a problem with getting my text layed over a partly transparent image. i want the text to be solid, but i want part of the background of the image to be transparent, and the part the text is over to be solid, which i have, the problem is the text is inheriting the transparent background of one of the previous layers. ...

Java transparent JFrame, JVLC and java.awt.Canvas

I am trying to achieve an effect of transparent JFrame on top of video stream provided JVLC library. Background is an instance of java.awt.Canvas Foreground is my whatever JFrame with a couple of controls on it. rootPane.setForeground(myFrame); rootPane.setBackground(myCanvas); JVLC uses my canvas through JNA like this jvlc.setVideoOut...

Transparent shadow with jQuery

I have page with fixed 1000px. I want to set shadow on left and right sides of main page. I can't use static .png with y-repeat, because my background is not a fixed color, it is image. So I can't use image. Any jQuery plugin which can do shadow? Or other solutions, not only jQuery plugins... ...

wxpython: StaticText on transparent background

I am trying to make a subclass of wx.StaticText that has no background. I tried setting the background's alpha component with SetBackgroundColor, or using SetTransparent on various objects with no luck, but maybe it is only because I am a noobie :) Anyway, I ended up subclassing wx.StaticText, modifying the OnPaint method so that no bac...

How do I get a transparent windows dialog and drawing primitives to remain on top of a window that is drawing streaming video?

I have an activeX control that contains one window that has streaming video being drawn to it. I have a separate dialog that I create in another window that I have made transparent or semi-transparent in various ways (i.e. using the SetLayeredWindowAttributes(...) along with the Layered property [for alpha blending] of the dialog or se...

Flash - Mouse Event Handling (Make symbol transparent to mouse)

Hi, I have a flash that has a background symbol that responds to CLICK event. On top of that symbol I have a sprite that contains a Bitmap with transparent pixels. Both of them are added to the stage, so they are not related directly. I want clicks on the transparent pixels on the sprite to go straight through to the background. I hav...

Transparent Buttons in iPhone SDK

Hello! I'm trying to create a transparent button in my iPhone app -- to create an Easter Egg of sorts. How would I go about setting the button to be transparent without touching the alpha (when alpha = 0.0 on a UIButton, it no longer responds to touch)? Thanks. :) ...

Need transparent overlay window to draw lines on top of window drawing video? ::MFC,C++,windows::

How do you create a transparent window that can be placed over another window that is actively having streaming video drawn to it. I want to create a window on top of the video window that I can draw on without video constantly drawing back over it. I can create a window from a transparent dialog resource and set its z-order using SetW...

How to set table background transparent in iphone?

I am new to iphone development .I have displayed a list of contents in a grouped table view.How can set the table background transparent such as i should see the text displayed on the gray-color(default color) background and not on the white color.Please help me out.Thanks. ...

HTML/JS/CSS Isometric Grid with semi-transparent click-through tiles

Hi. I'm trying to create a web app/game that uses a side-on 'isometric' view and transparent tiles. I can display them ok (but not great) using a PHP formula that just sets each div (each tile) as position:absolute and set the top and left parameters. The problem is how do I catch clicks on a tile and let tiles with transparent bits clic...

setting transparent background for UILabel for iphone application

Hi I have a UILabel in UITableView. Here is the code i have written in cellForRowAtIndexPath UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[[UITableViewCell alloc] initWithFrame:CGRectMake(30.0, 5.0, 250.0, 35.0) reuseIdentifier:CellIdentifier] autorelea...

How to display the button transperent in iphone

I am new to iphone development.I have text on the button.I want only test to be displayed and not the button border or color .It should be transparent such that only there is text in view and not the button.It is possible to do that in interface builder?Please help me out. Thanks. ...

How can I make another application's window transparent?

I know how to make my own application transparent using Layered Windows but I want to make a different application transparent (for example notepad). I wrote code like this but it doesn't work with other windows except my app main window: SetWindowLongPtr(WindowFromPoint(p), GWL_EXSTYLE, GetWindowLongPtr(hWnd, GWL_EXST...

Red points on transparent image

Hi, I have one Windows Form with this.BackColor = Color.Red and this.TransparencyKey = Color.Red and there is one PictureBox (png image with transparency corners) on this form, PictureBox.SizeMode = Normal. Then I set SizeMode of PictureBox to StretchImage and get other result:you can see it here (sorry, I can put one hyperlin...

Draw a shape in GDI+ that overlays opaque pixels with transparency

I have a mask bitmap (bmpMask) that I am drawing onto a destination bitmap (bmpDest). Both bitmaps have alpha channels but are already full of opaque content. What I want to do is produce transparent areas using GDI+ 'Draw...' methods on bmpMask so that bmpDest shows through when I draw bmpMask over it. Of course gMask.DrawLine(Pens.T...

web page: semi-transparent elements -> PNG

I have a web site that makes use of CSS box shadows. To make the web site look good in more browsers, I want to make use of semi-transparent PNGs instead. And to avoid having to redraw elements in a graphics program, I would like to know: Is there a way to extract semi-transparent elements from a web page and store them in semi...

How to make a RichTextBox Transparent as well as Read-only Silverlight

As soon as i set the readonly property to true,the Transparency of the RichTextBox becomes greyish, so my RichTextBox no longer looks transparent. ...

Papervision rendering PNGs with transparency thats inside a movieclip

Hey guys. I'm an actionscript dude - I'm working on a papervision game. I have an asset of which is 127 pngs in a sequence for an animation. I can happily project this onto my papervision plane. Problem is, there is no transparency. I Can't use a BitmapFileMaterial as I have many pngs - can anyone suggest how to do this. Very very g...