2 messages in net.java.dev.jna.usersRe: [jna-users] Is setWindowMask(Wind...
FromSent OnAttachments
Alan SnyderMar 19, 2009 12:21 pm 
Timothy WallMar 19, 2009 1:00 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Is setWindowMask(Window w, Icon mask) supported on Mac OS-X?Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Mar 19, 2009 1:00:02 pm
List:net.java.dev.jna.users

It's worked in the past, but I don't test after every java update from apple, so something might have changed on their side.

On Mar 19, 2009, at 3:22 PM, Alan Snyder wrote:

I'm trying to use the "Icon version" of WindowUtils.setWindowMask. It works fine on windows XP, but not on Mac OS-X 10.5 with the latest Java 1.5 for Mac.

I see the following comment in the JavaDoc for version 3.0.6

https://jna.dev.java.net/nonav/javadoc/com/sun/jna/examples/WindowUtils.html #setWindowMask(java.awt.Window, javax.swing.Icon)

"Applies the given mask to the given window. Does nothing if the operation is not supported. The mask is treated as a bitmap and ignores transparency."

Does anyone know if this call is supported on the Mac?