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