-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating the screen #14
Comments
Hi, this looks like an issue with automatic server-side framebuffer updates ("Continuous updates"). With which VNC Server have you seen this behaviour? Can you please send a full screenshot of the sample application including information about whether continuous updates are enabled and what encoding types are supported by the server? Also please provide the client logs, you can see them in the IDE Trace log when running a "Debug" build of the sample app. |
Hi,
And currently it is absolutely your example, but connection starts with initialization. `public MainWindowViewModel(ConnectionManager? connectionManager = null, InteractiveAuthenticationHandler? interactiveAuthenticationHandler = null)
|
And if i press "Connect" button - it creates new connection and shows great. |
Hey @v1rk0 , |
Oh, |
Thanks. I will give this a try |
Hello,
Thank you for the libs.
I faced with problem, that VncView doesn't update all view, but update place under the mouse.
It appears on start with automatic connection and switching tabs in tabview.
Looks like I do something wrong.
Could you explain how avoid this?
The text was updated successfully, but these errors were encountered: