that is in the config for phoco, not a RR issue.
If you open the Phoco Extended Configuration>MainWindow>UseTaskbar=False
OR
if you want to hand edit it, open PhoneCtl.Config.xml
and under the MainWindow section change or add only the line below with RED text
Code:
<MainWindow>
<Window>0,0,800,600</Window>
<WindowToSwitchTo />
<SpeechEnabled>False</SpeechEnabled>
<LogEnabled>True</LogEnabled>
<SendLogEnabled>True</SendLogEnabled>
<MediaPlayer host="127.0.0.1" port="7500">WinAmp</MediaPlayer>
<MuteAnalogMic>True</MuteAnalogMic>
<MainVolumeOnCall restoreVolume="True">20</MainVolumeOnCall>
<StartupMode>Hidden</StartupMode>
<UseOSK executable="osk.exe">True</UseOSK>
<AutoHideTimeout>0</AutoHideTimeout>
<BuildAbsolutePath>False</BuildAbsolutePath>
<Ringtone />
<SMStone />
<UseTaskbar>False</UseTaskbar>
<CheckPhoneTimeout>20</CheckPhoneTimeout>
<PopupOnHide opacity="80" backColor="Black">True</PopupOnHide>
<AllowTransparency>False</AllowTransparency>
<Tooltip position="0,0" size="0,30" opacity="80" backColor="Goldenrod" textColor="White" selectColor="Royalblue">True</Tooltip>
</MainWindow>
that fixes it so it dosent happen. In some cases, the interface would pop up right on top of RR and not off the side of the screen in the screenshots.