• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Captivate 2019 keep cursor in text entry box

New Here ,
Nov 21, 2020 Nov 21, 2020

Copy link to clipboard

Copied

I have multiple screens where the user has to click a button to listen to audio, then fill in a text entry box. However, when the user clicks anywhere on the screen, including the button, the cursor in the TEB disappears. Is there a way to keep it flashing? I'd like the user to listen to the audio and then enter in the TEB without clicking on it.

 

Views

111

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 21, 2020 Nov 21, 2020

Copy link to clipboard

Copied

LATEST

They way TEBs work by design is that if the focus is on the TEB and then you click OUTSIDE it, the TEB loses focus and it will be shifted to whatever you clicked on.  I know of no way to change this behaviour in vanilla Captivate.

 

My suggestion is that if you want other objects to trigger playing audio then you'd have to avoid clicking anything.  You'd need to trigger the audio to play via mouseover events.  But Captivate doesn't by default give you any way to trigger an action on mouseover.  (That's been a big limitation of the app for its entire existence.)

 

So, I think it would have to come down to using JavaScript to code event listeners for each of the objects so that when your user places their mouse cursor over the object it triggers a Play Audio action.  However, this assumes that your users will be on desktop mouse-driven devices and not mobile touch screens.

 

If you do not know how to code JavaScript then you might want to look into the CpExtra HTML5 widget which does allow you to set up Event Listeners without resorting to code.
More info here: https://widgetking.github.io/cpextra/features/event-listeners.html#what-do-event-listeners-do

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources