I had to add
Code:
if (strstr(line,"Menu")){
if ( !m_jumpMenuPanel.IsEmpty() && !m_jumpMenuDevice.IsEmpty() )
{
netremote->go_device( (LPTSTR)(LPCTSTR)m_jumpMenuDevice, (LPTSTR)(LPCTSTR)m_jumpMenuPanel );
}
m_menuPanelDisplayed = TRUE;
}
To get the jump to work (it looks like perhaps Zoom is not passing 1100 Menu like you are expecting?).
Just to clarify, you're testing with the build from August 29th with the fixed jump code, right?
Thanks Avid!