/t5/robohelp-discussions/how-to-add-a-close-button/td-p/212310Jun 17, 2008
Jun 17, 2008
Copy link to clipboard
Copied
I am creating FlashHelp for an application that uses a touch
screen; no keyboard or mouse is available to the user. When help is
displayed, it takes over the entire window and provides no ability
to close the window. I currently have set up help system to display
a Contents and Print button on the toolbar. I need to add a close
button so the user can close the help and return to the
application. Any suggestions or instructions on how to do this are
appreciated. Thanks!
Thanks, everyone, for the information you provided. Yes, the
output is FlashHelp. And I have called upon our Flash developer for
assistance. Thanks, Laurie
/t5/robohelp-discussions/how-to-add-a-close-button/m-p/212312#M8729Jun 18, 2008
Jun 18, 2008
Copy link to clipboard
Copied
You could also try adding a "Close" link to each topic (using
a find-and-replace tool) and use JavaScript to make the link close
the help window. Do a Web search for "JavaScript close window," and
you'll get a lot of pages explaining how to do this. Would a link
work the same as a button in a touch-screen application?