EntryField and MaxLength

Stephane ALLIZON (sallizon@canal-plus.fr)
Tue, 01 Dec 1998 18:42:22 +0100

Hello,

What is the MHEG engine behaviour in the following case ?

{:EntryField 100
:OrigContent "1"
:MaxLength 1
}

The elementary action SetInteractionStatus(100, True) is call.
What is the behaviour ?
1) User can enter a character and after the entry is complete
(InteractionStatus = False, InteractionCompleted event sent).
2) The entry is complete before user can enter a character.

Is the behaviour the same if OverwriteMode is True ?

Thanks
Stephane ALLIZON