|
|
Posted Monday, February 18, 2008
|
|
Group: Forum Members
Last Login: Sunday, December 06, 2009
Posts: 22,
Visits: 56
|
I've noticed that it's still that if you click off the tab of a RDP session, when you click back in all you get is a ding sound and it's now view only.
Hopefully it will be fixed soon?
Thanks,
-STSanford
|
|
|
Posted Tuesday, February 19, 2008
|
|
Group: Administrators
Last Login: 20 minutes ago
Posts: 1,625,
Visits: 3,045
|
Hi, I cannot reproduce this issue using the v4.0.4.0 but we will take care of this problem.If you are familiar with .Net programming I can give some insight into this problem. The problem started to appear after instead of using Splitter control, which appeared back in the .Net 1.0 days we switched to Splitter control introduced by .Net 2.0. The exact cause of the issue is that unlike its older brother from the v1.0, the new Splitter control allows the input focus to be placed in the splitter line its. So when you trying to type into an RDP window and hear the ding sound, that’s because the splitter control has the input focus. When an RDP window opens we forcibly move the input focus to the RDP control. But I guess in some cases this trick doesn’t work and the input focus stays at the splitter control itself. So I guess we will just revert our changes and go back to the old Splitter control v1.0.
 We are looking for investors and business partners. Please contact us for more details
Kindest Regards, SmartCode Solutions Support
|