TAdvSpinEdit Disappearing Text

Hello,

I have an issue happening in my application with the text in a TAdvSpinEdit disappearing when my application is running on a Windows Remote Desktop and the session is disconnected and then reconnected. This is not happening to any other TMS components in my application.

This can be repeated by creating a new Windows VCL Application in C++ Builder and placing a TAdvSpinEdit and a TAdvEdit on a form. Then setting the EditAlign property to eaRight on the spin edit. If you build the project an run it locally there is no issue. However if you place it in a Windows Remote Desktop environment, open the application, click into the TAdvEdit to take the focus off of the spin edit, then disconnect and reconnect from the Remote Desktop the value in the spin edit will be blank.

Any ideas on how to solve? I can include a test project if needed.

Thank you,
Chad

What C++Builder version is this? What Windows operating system?

Also, can you try to set

TApplication.SingleBufferingInRemoteSessions property to False

Hello Bruno,

I am using C++ Builder 10.4. The operating system on the remote session server could be Windows Server 2016, 2019, 2024.

Here is the screen shot of my Application choices and what you suggest does not exist.

image

Thank you,
Chad

There was no information on what C++Builder version you are using.
This is an option that was added in later versions.