After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

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

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

Properties window size

Any features you would like to see in UltraVNC? Propose it here
Post Reply
chris@gensler.to

Properties window size

Post by chris@gensler.to »

Nobody running servers at 640*480 resolution any more?

Would be very kind if one would re-design the properties windows (admin properties) using tabbed pages, to keep them small enough to fit on a small desktop.

Hard to click a button that's out of sight.

Regards
Guest

Post by Guest »

Are you sure it is bigger...
RC19 was something like 400x600, causing probs for the OK button in VGA mode.
For RC20 we use 600x400, this have to fit on a VGA window.

Tabs is nice, but it require a lot of code writing. Vnc is no MFC
application, all controle code need to be added by yourself.
Perhaps after Rel1.00, to risky for errors.
lizard
80
80
Posts: 171
Joined: 2004-05-03 07:43
Contact:

Post by lizard »

Hello
Anonymous wrote:Tabs is nice, but it require a lot of code writing. Vnc is no MFC
application, all controle code need to be added by yourself.
yes, the code looked so much like that. dirty messy memcpy and WM_* stuff.
Anonymous wrote:Perhaps after Rel1.00, to risky for errors.
agreed. 1.0 is the primary goal for now. this isn't emergency.

let me remind you...
[topic=604][/topic]

as you can see, reducing(or moving out) unnecesery items and using combo boxes makes dialogue look small, simple and better.
and i think that's the way TightVNC has taken.
Lizard
UltraSam
Admin & Developer
Admin & Developer
Posts: 462
Joined: 2004-04-26 20:55
Contact:

Post by UltraSam »

Don't worry, property window is going to be re-tweaked befeore V1 to be as small as possible but still readable, and without tabs (for now).

Even in 1280*1024 I find it too big... :P
UltraSam
Post Reply