Captivate's actions must all be triggered by events of some kind. Entering a value into a widget doesn't automatically trigger an event. Clicking a button would be an example of an event. So you might need to set this up as first requiring the user to enter a value and then requiring them to click something so that you have a usable event to execute an action to evaluate their entered value.
↧