Tallys 0 Posted April 27, 2020 I did the installation of Delphi 10.3 Rio on a Windows Server 2008 R2 virtual machine, the installation occurred correctly but I'm having interface problems. Several parts of the screen are not drawn correctly, being necessary to click with the mouse on the object inspector for it to be drawn, for example, etc. The welcome page draws perfectly, but if i create a new VCL application some of the panels are not drawn, the process bds.exe keep consuming 20~25% CPU with a VCL Blank Application. Can someone help me? Share this post Link to post
Angus Robertson 574 Posted April 27, 2020 Windows Server 2008 R2 (aka Windows 7) support ceased earlier this year. Windows Servers usually install very basic display drivers which is probably your problem. Angus 1 Share this post Link to post
Tallys 0 Posted April 27, 2020 24 minutes ago, Angus Robertson said: Windows Server 2008 R2 (aka Windows 7) support ceased earlier this year. Windows Servers usually install very basic display drivers which is probably your problem. Angus I thought it could be that, We even made a modification in XenServer to use a better video device (changing from Cirrus to a Standard Driver with 16MB of video memory) but it remains the same. Share this post Link to post
aehimself 396 Posted April 27, 2020 Talking about a virtual environment, especially Xen; I'd give the how-to written by @Dalija Prasnikar a shot: https://dalijap.blogspot.com/2019/05/disable-delphi-rio-ide-theme.html There were multiple reported painting issues solved by disabling theming of the IDE. Share this post Link to post
Tallys 0 Posted April 27, 2020 25 minutes ago, aehimself said: Talking about a virtual environment, especially Xen; I'd give the how-to written by @Dalija Prasnikar a shot: https://dalijap.blogspot.com/2019/05/disable-delphi-rio-ide-theme.html There were multiple reported painting issues solved by disabling theming of the IDE. I'll give a try, thanks! Share this post Link to post
Tallys 0 Posted May 4, 2020 (edited) The following topic worked for me! https://community.idera.com/developer-tools/general-development/f/rad-studio-general/72083/delphi-10-3-rio-on-windows-server-2008-r2/94282 Edited May 4, 2020 by Tallys Share this post Link to post