I'm using the 4/12 version of RR and I don't think iGNative mode is available in it...
I'm calling iGuidance from a GPS menu selection screen. This is the button which loads the iGuidance screen:
Code:
B21,325,275,150,101,"LOAD;EXTERNAL_GPS_IG.SKIN;;C:\Program Files\iNav\iGuidance\iGuidanceUMPC.exe;iGuidance",""
and this is the button in question. It uses SENDKEYS, rotating through 1, 2, 3 and 4, to show the 3 3D views and then the 2D view of the iGuidance map...
Code:
B13,200,547,099,052,"ACTIVATE;iGuidance||SENDKEY;{1}||SWITCHBUTTON;13>>||SENDKEY;{2}||SWITCHBUTTON;13>>||SENDKEY;{3}||SWITCHBUTTON;13>>||SENDKEY;{4}||SWITCHBUTTON;13>>",""
'01