Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Toolbar with buttons not visible in FullScreenMode

Here you will find help for frequently asked questions as well as for your specific question
Post Reply
User avatar
ulrike70
Posts: 1
Joined: 2024-05-21 17:14

Toolbar with buttons not visible in FullScreenMode

Post by ulrike70 »

Hello,

we recently updated the VNC Viewer to 1.4.3.6 and now the toolbar is no longer visible in FullScreenMode. In version 1.2.3.0 the toolbar was visible. The toolbar was used before intensively to start the FileManager and also the Chat function. Now only the keyboard shortcuts can be used in FullScreenMode to start the tools and our broad user base does not know these shortcuts.

Environment: VNC Viewer runs on Windows Server 2022 (but has the same behavior on Windows 10)

Tested versions on developer laptop (Windows 10):
  • 1.2.3.0 and 1.2.4.0: toolbar is shown in FullScreenMode
  • 1.3.2, 1.3.8.1, 1.4.3.6 and 1.5.0.0-dev: toolbar is not shown in FullScreenMode
Results of tests with 1.3.2 and higher (same behavior in all tested versions):

Scenario 1 (our use case):
- Option ShowToolbar=true, StartInFullScreenMode=false, AllowFullScreenMultiMonitorSpanning=false -> VNC Viewer has toolbar
- After switching to FullScreen (double click, ctrl-alt-f12) the toolbar is no longer shown -> expected behavior is: toolbar is shown
- After switching back to non-FullScreen the toolbar is shown again

Scenario 2:
- Option ShowToolbar=true, StartInFullScreenMode=true, AllowFullScreenMultiMonitorSpanning=false -> VNC Viewer has toolbar and is in FullScreenMode
- Unable to leave FullScreenMode (neither double-click nor Ctrl-Alt-F12 works) until the toolbar was hidden using Ctrl-Alt-F9
- Leaving FullScreenMode returns to normal window without toolbar (toolbar can be shown again using Ctrl-Alt-F9)

Scenario 3:
- Option ShowToolbar=true, StartInFullScreenMode=false, AllowFullScreenMultiMonitorSpanning=true -> VNC Viewer has toolbar but only approx. a quarter of it is visible, nevertheless the buttons can be clicked and the tool tips are shown

I also had a look in the code and in my opinion the changed behavior is caused by the implementation of virtual and multi-monitor support in version 1.3.2.
  • Was there a reason to disable the toolbar in fullscreenmode?
  • Is it possible to restore the behavior of 1.2.x (i.e. with ShowToolbar=true, StartInFullScreenMode=false, AllowFullScreenMultiMonitorSpanning=false the toolbar is visible in FullScreenMode, too) b/c using the VNC Viewer in FullScreenMode only (scenarios 2 and 3) are not an option.
Best regards,
Ulrike
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6862
Joined: 2004-04-23 10:21
Contact:

Re: Toolbar with buttons not visible in FullScreenMode

Post by Rudi De Vos »

The toolbar breaks the same server/viewer screen size.
Your viewerscreen is 800x600 -> server is placed in 800x600 to fit this size
But with the toolbar the screen is only 780 x 600 -> bad deformation of the screen as all pixels need to be scaled.

In fullscreen we have a topbar , it expand on top like in rdp, when you hit the border.
There is still a little place on it would adding a chat/FT button fit your needs
User avatar
ulrike70
Posts: 1
Joined: 2024-05-21 17:14

Re: Toolbar with buttons not visible in FullScreenMode

Post by ulrike70 »

Hello Rudi,

thanks for your explanation and your proposal to add chat and filetransfer buttons to the topbar. I assume they would be added next to the 'Switch Monitor' icon on the left side of the topbar.

I discussed your proposal with our product owner and it would fit our needs.

Thanks,
Ulrike
Last edited by ulrike70 on 2024-06-11 12:01, edited 1 time in total.
Post Reply