Skip to main content
March 17, 2010
質問

Any way to implement a "Do not show this again" checkbox control in AIR Help?

  • March 17, 2010
  • 返信数 2.
  • 847 ビュー

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

    このトピックへの返信は締め切られました。

    返信数 2

    The_Real_Mike73
    Inspiring
    May 28, 2010

    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.

    Peter Grainge
    Community Expert
    Community Expert
    May 28, 2010

    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

    @petergrainge

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    The_Real_Mike73
    Inspiring
    May 28, 2010

    Yeah, it seems like you're right.  Sorry


    RoboColum_n_
    Legend
    March 17, 2010

    This would have to be handled programmatically from the application. There is no solution from within RoboHelp.


    • Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    • Follow the RoboColum(n) on Twitter
    March 19, 2010

    Thanks, Colum. I was afraid that was the answer :-).

    Katie