2 messages in net.java.dev.jna.users[jna-users] RE: Is setWindowMask(Wind...
FromSent OnAttachments
Alan SnyderMar 20, 2009 10:38 am 
Timothy WallMar 20, 2009 11:02 am 
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:[jna-users] RE: Is setWindowMask(Window w, Icon mask) supported on Mac OS-X?Actions...
From:Alan Snyder (ala@tidebreaksys.com)
Date:Mar 20, 2009 10:38:27 am
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.

Are these tests available. Can I give them a try, to make sure there isn't a bug in my code.

Alan

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?