19 Topics

Member Avatar for
Member Avatar for CoilFyzx

Hi. I have a JFrame with a JLayeredPane. On the first layer there is a table, then above it there is black transparent layer that allows me options and what-not. I animate the arrival of this transparent layer. However when I do this the panel seems to loose it's transparency, …

Member Avatar for CoilFyzx
0
557
Member Avatar for staticclass

![cap1](/attachments/large/3/cap1.png "cap1") Hi, I'm trying to build a simulation environment where male and female individuals move randomly in a map, which have one picturebox and one label each. My problem is, I can't seem to make them transparent (see the picture attached) Person.cs: this.label.BackColor = Color.Transparent this.picturebox.BackColor = Color.Transparent does …

Member Avatar for TnTinMN
0
240
Member Avatar for rhuffman8

I'm not sure if I'm posting this in the right place (or perhaps the right forum for that matter) but it seemed like the most logical place... I am currently collaborating with several people to produce some graphic animation and movie files with alpha channel transparency for use in another …

Member Avatar for rhuffman8
0
301
Member Avatar for bubbafunk1

I have my wrapper background colour set with an opacity of 80% using this code [CODE]#wrapper { background: #ffffff; opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:0.8; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80); -khtml-opacity: 0.8; -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=80)”; }[/CODE] It works fine but everything inside of the wrapper is now set to 80% opacity. I have two divs .left and …

Member Avatar for Raven Boris
0
470
Member Avatar for SaroGFX

Hello guys, I've been working with webdesign for like 6 years and never seen something like this. I can't get my PNG image to be transparant! I've exported it on several settings in Photoshop but nothing seems to work. Does anyone has any idea on solving this? http://www.photoshop-leren.nl/ Thanks! Best, …

Member Avatar for SaroGFX
0
129
Member Avatar for AurosGamma

Hello there. I'm making a simple Pacman game because I'm practicing C# (I've never programmed in C# before), but I ran into a problem. Here is my code: [CODE]void addGhost(object sender, EventArgs ea) { Random random = new Random(); int ghostNum = random.Next(5); // Here I use and enum I've …

0
165
Member Avatar for tr4nquility

I would like to build a simple highlighter program. The idea is to set an image to change the cursor so that it will look like a highlighter. And then, when we move the cursor, it will trace a line along with our movement. The requirement here is to be …

Member Avatar for tr4nquility
0
900
Member Avatar for ryufire
Member Avatar for scaiferw

I'm trying to create a WordPress.com header for rotary7040pr.wordpress.com. I have a layer for the background colour, and have created another layer for text and graphics. So far so good. Now I have a graphic ([url]http://www.rotary7040.com/images/RotaryLogoDropShadow300x288.jpg[/url]) that I want to place on the layer with the text, but I don't …

Member Avatar for anand01
0
141
Member Avatar for techturtle

Here's the scenario: I am coding a program that will display data from a database in a variety of fields. Some of the fields need to be read-only. Should have been simple just to set all those controls to read-only, except some of them are checkboxes, radio buttons and date …

Member Avatar for techturtle
0
398
Member Avatar for Beat_Slayer

Simple script for image transparency. Someone asked one some time ago, and i had other but for a different system, and decided to write a Python/PIL version. The value of the color used as transparent is the value of the pixel at position (0, 0). You can adjust tolerance value. …

Member Avatar for gleam.uahmed
0
1K
Member Avatar for cedrikkk

I have the problem that pygame.image.save won't save a transparency channel. With one .png image, it simply doesn't save the transparency channel. With plenty of other .png images, it gives me an error when I call pygame.surfarray.pixels_alpha(newSurface). It tells me: ValueError: unsupported colormasks for alpha reference array. Anyone have experience …

0
107
Member Avatar for neostead

Hi, i'm working on simple fullscreen launcher application, to use it with remote on my HTPC media center to launch xbmc, stepmania, nes emulator, etc I'd like to use png icons with transparency, but there is a problem. In alpha channel of loaded icons i can see the back frame's …

Member Avatar for neostead
0
4K
Member Avatar for MktgRob

It seems the FTC has issues new regs covering the review of products by bloggers. Below is the link to the Yahoo news piece on this. Basically, under the new regs, bloggers who are reviewing products have to disclose if they are paid in cash, gifts or freebies for their …

Member Avatar for MktgRob
0
170
Member Avatar for Diamonddrake

I am writing a custom slider control, All its functionality is accounted for but now the aesthetics (which was the reason for writing it in the first place) has become problematic. It starts with a custom class that converts true hls and rgb, thats 360 stops not 255. then I …

Member Avatar for Diamonddrake
0
183
Member Avatar for InsightsDigital

In the age of online transparency, building trust with your consumers is very important in building your online community. Thus, building trust may take time and effort. I would like to know how others on this site have build trust online? [url]http://www.ducttapemarketing.com/blog/2009/08/17/building-trust-online/[/url]

Member Avatar for MktgRob
0
152
Member Avatar for yorro

How do you set or adjust opacity of controls during runtime? (buttons/textbox/etc) I've tried this [CODE=vb] Public Sub setOpacity(ByVal opacity As Integer) Me.BackColor = Color.FromArgb(opacity, 255, 255, 255) End Sub [/CODE] But error returns that it controls does not support opacity. [B]I want my controls to load on runtime with …

Member Avatar for yorro
0
484
Member Avatar for slfisher

As part of the American Recovery and Reinvestment Act of 2009, also known as the stimulus package, states were required to set up websites in a specific format to explain to citizens how the money was spent. The [URL="http://www.goodjobsfirst.org/pdf/ARRAwebreport.pdf"]first look[/URL] at how states have done has come out, and it …

0
116
Member Avatar for slfisher

Busy this weekend? President Barack Obama and his IT staff are [URL="http://www.whitehouse.gov/blog/09/05/21/Opening/"]asking for ideas[/URL] through June 3 to help make government more open. The call for ideas first went out on May 21. So far, there's [URL="http://opengov.ideascale.com/"]1171[/URL]. People can vote thumbs up or thumbs down on the ideas. "Then on …

Member Avatar for jlbraaten
0
256

The End.