On 12/2/12 9:06 PM, James Wettenhall wrote:
>> Also, since this isn't a regression (proper full-screen support has
>> never worked in the Mac viewer), it falls under the category of "needs
>> funding".
>
> Would you consider a code contribution for this?  We could certainly test it 
> on 10.6, 10.7 and 10.8.  I'm not sure about older Mac OS's.

I looked at the code snippet, and I think the method they're using may 
actually work on 10.6.8.  Let me play with it this week and get back to 
you.  It looks like a fairly painless mod, regardless.

Apple has unfortunately made it somewhat more difficult for us to tinker 
with various OS X versions by virtue of no longer selling them on DVD 
(you can't even buy 10.7 anymore, apparently), and even more 
unfortunately, I have found out that Parallels doesn't support running 
10.7 or 10.8 as a guest on a 10.6 host, so my choices are somewhat 
limited for testing those newer versions without either spending hours 
and hours of tinkering or buying a new computer.  Since I do a lot of 
development on this machine, I want to keep it at 10.6 for as long as 
possible.


>> There is an option to disable the toolbar.  I don't understand what else
>> about it would be "cluttered."  We're using a regular Mac menu just like
>> all Mac apps do.  The only oddness about it is the fact that there are
>> two menus, one for the JVM and one for the actual app.  There isn't a
>> straightforward way to work around that without using JNI to make some
>> very O/S-specific calls to a particular framework.
>
> It's not so much the menu at the top of the screen, it's more the Dock 
> (roughly equivalent to the Windows Task Bar), usually at the bottom of the 
> screen, which contains shortcuts / launchers to commonly used applications.  
> Of course, it is possible to set the Dock to Auto-Hide in Mac OS X's System 
> Preferences, but for some users, it can be confusing - if they want to launch 
> Firefox on their remote desktop, they might accidentally launch Firefox on 
> their local machine instead.

Ah, yes.  There are apparently ways to disable the taskbar from a native 
app, because Parallels Desktop does it when it is in full-screen mode. 
Hoping that the eawt interface is the key to that in Java as well.

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
VirtualGL-Devel mailing list
VirtualGL-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-devel

Reply via email to