On 10/22/15 3:04 PM, Brett Williams wrote:
> ​Thanks for all the work you are putting in.

We accept donations.  Hint hint.


> ​Can ​you elaborate on your workaround for the vertical scrollbar?  Do
> you mean not using full screen mode, but maximizing the window instead?
> I've not been able to get the scrollbars to go away while in full screen
> mode.

Yes.  If you're using Yosemite, you'll have to alt-click the maximize 
gadget to maximize the window rather than entering full-screen mode.

But you're right-- when entering full-screen mode, the scrollbars 
return.  Argh.  The issue is that the Lion full-screen feature 
(full-screen using Spaces, which was introduced in OS X 10.7) isn't 
treated as full-screen mode from the point of view of Java.  From 
Swing's point of view, the window still behaves as if it's a 
non-full-screen window, so the window size is the same as it would be 
for a non-full-screen window.

I tried to hack this by introducing some logic that looks at the size of 
the scrollbars and the remote desktop, predicts whether the presence of 
one scrollbar will cause the other scrollbar to unnecessarily appear, 
and increases the size of the window to avoid this, but doing that 
messed up some other things.  Unfortunately it's probably going to be a 
10-15 hour project to get it entirely right and do the necessary 
regression testings, which is more than I can afford to do for free 
right now (our General Fund for FY2015 is already exhausted, and it 
doesn't renew until April.)

------------------------------------------------------------------------------
_______________________________________________
TurboVNC-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/turbovnc-users

Reply via email to