What is the help files folder in S60 3rd?

Login to reply to this topic.
Wed, 2006-03-15 12:05
Joined: 2005-02-22
Forum posts: 12
Hello!

In previous versions of S60 SDK this path was "\resource\help\" and if you
wanted your application display a help topic you had to copy your hlp file
into that folder, than launch help application. If you wanted to change the
help content (e.g. when changing language) you simply had to replace that
hlp file initially copied in "\resource\help" with the new one.

Now, in S60 3rd edition this code has as result "No help topics found", and
the attempts to copy application's help file into "\resource\help" fail.

This code works on the emulator but it doesn't work on device. I'm sure it's
about Platform Security, so what could be the solution?

Who can give me a clue? What is the right path for help files and how can
you dynamically change the help file while application is running?

Wed, 2006-03-15 16:25
Joined: 2006-03-09
Forum posts: 9
Re: What is the help files folder in S60 3rd?
Put the help directory under private\secure_id folder.
Replace secure_id with the actual secure id (see it in the .mmp)
Tue, 2006-04-04 13:20
Joined: 2005-02-22
Forum posts: 12
Re: What is the help files folder in S60 3rd?
Quote from: usernlc
Put the help directory under private\secure_id folder.
I allready did that. That is th current place where I keep the help files

Quote
Replace secure_id with the actual secure id (see it in the .mmp)

What do you mean by that? Replace secure_id where? What actual secure id means?
  • Login to reply to this topic.