Copy link to clipboard
Copied
Hi all,
My client is delivering client-side AIR Help only with their product. They want to have the AIR Help open automatically to the default "What's New" topic when the user first opens the software. That seems straight forward, but how do we implement a "do not show this again" checkbox? Is there a way to do this with custom form controls/scripts that is supported in AIR Help?
Thanks,
Katie
Copy link to clipboard
Copied
This would have to be handled programmatically from the application. There is no solution from within RoboHelp.
Copy link to clipboard
Copied
Thanks, Colum. I was afraid that was the answer :-).
Katie
Copy link to clipboard
Copied
Why not use a cookies to store the value? Then when the default page loads, use document.location.href to navigate to the correct page depending on whether the cookie is set.
Copy link to clipboard
Copied
Can you use cookies with locally installed programs, which is what AIR help is? Aren't cookies for website only?
See www.grainge.org for RoboHelp and Authoring tips
Copy link to clipboard
Copied
Yeah, it seems like you're right. Sorry
Find more inspiration, events, and resources on the new Adobe Community
Explore Now