/t5/robohelp-discussions/tip-of-the-day-in-rh7/td-p/98918Dec 15, 2008
Dec 15, 2008
Copy link to clipboard
Copied
Hello,
I've been looking for an answer to this for some time, but I
can't find one: Is there some way to have a "Tip of the day"
display in its own window when a CHM (or any HTML) help file is
called?
/t5/robohelp-discussions/tip-of-the-day-in-rh7/m-p/98919#M3410Dec 15, 2008
Dec 15, 2008
Copy link to clipboard
Copied
Hi Andy
Often a Tip of the Day is presented using a special help file
that contains only tips. And your developer creates code that
manages it. But there are a few JavaScript solutions out there.
Perhaps check out the links below.
Link
one Link two
Hey Drewster, i was looking for the same thing but was not
able to find it in any Adobe forums but went back to my favourite
source for cool scripts and add ons. This site has a pop up window
that will appear on page load to another html file. You could
create a tip of the day file and then just add the link in the
script. I like it because you don't have to click on a link to open
the tip of the day. It pops up automatically, just like Robohelps
tip of the day. Here's the link:
/t5/robohelp-discussions/tip-of-the-day-in-rh7/m-p/98922#M3413Dec 16, 2008
Dec 16, 2008
Copy link to clipboard
Copied
LATEST
I like this, but as it is written (or so it seems to me with
my limited knowledge) you can invoke a single window using a URL.
In my experience, and what I'm looking for, is to have a different
"tip of the day" from a list (array?) of tips kept in a single
file. How on earth could I do that with this?