deangelj hat geschrieben:
As for covering the TAPs menu, when those TAPs display their menu do they exit normal state? If so then I would imagine that Main State would not be normal? Unless I misunderstand how that works, which is quite likely.
Hi John,
yes, all those TAPs exit normal state. But IMHO this won't change the main state.
Only the substate changes
In my TAPs I check like this:
Code: Alles auswählen
TAP_GetState( &mainState, &subState );
if ((mainState != STATE_Normal) || (subState != SUBSTATE_Normal))
return param1;
Is the sequence in TMSCommander's list also the sequence in which TAPs process key events. So does the first TAP in the list process a key first and the last in the list is last?
Regards,
Till