B4J Question Problems with B4J in Windows Remote Desktop

claudiob4

Member
Licensed User
Longtime User
Hi all,

using windows RD. I connect to a remote pc and on that pc with B4J I compile in debug or release a UI application. The application works right. When I reconnect with RD the application runs but the graphic controls no longer respond. I connect with Teamviewer or Supremo, kill the application and recompile the program with B4J. Now everything works, even if I reconnect with RD. How do you solve the problem?
Thank you all
 

claudiob4

Member
Licensed User
Longtime User
Hi Erel, I put on a pc a B4J ready to compile the TestRDP program, a simple program with some graphic controls. To see the problem follow these actions:
1) Log in to the Test account with Win RDP:
address 188.152.230.76:43389
user Test
password test20
2) B4J is ready on the desktop, compile the TestRDP program and test the graphic controls. Activate checkbox that launches a timer that writes the date in the log every 5 seconds.
3) Disconnect leaving the TestRDP program running.
4) Reconnect and try the graphic controls again. You should see that the graphical controls don't work, that the timer works and you can see the dates on the log every 5 seconds. B4J works correctly.

Thanks for your attention.
 
Upvote 0
Top