NEWT : Pointer on Windows, transparency problems

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

NEWT : Pointer on Windows, transparency problems

jeremyl
Hi everyone,

I have a problem with PointerIcon on Windows and Newt.
I create a PointerIcon which contains some shadows.
These shadows have an alpha component between 0 and 100%. (So it's transparent)

When I use these PointerIcon, all shadow part are displayed without transparency. So where I have shadow part, it is displayed with black not transparent.

Do you have an idea what is going on ? I don't have any problem on Linux, only on Windows.

Jérémy
Reply | Threaded
Open this post in threaded view
|

Re: NEWT : Pointer on Windows, transparency problems

gouessej
Administrator
Hi

Please fill a bug report.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: NEWT : Pointer on Windows, transparency problems

jeremyl
I made more tests before adding a bug on bugzilla. And it appairs that the problem is probably on my side and not on JOGL.
So I will not enter a new bug.

Sorry
Reply | Threaded
Open this post in threaded view
|

Re: NEWT : Pointer on Windows, transparency problems

gouessej
Administrator
Ok, thank you anyway. What was wrong in your own code?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: NEWT : Pointer on Windows, transparency problems

jeremyl
Currently, I don't know. I only try to use my pointer with basic NEWT demo before adding new bug. And there is no problem. So my conclusion is : the problem is on my side. I will search where is it.