HelpExample work fine on emulator, but shows "No help topics available" on device.
*.hlp file installed succesfully to the "c:\system\help\"
could this be a help UID problem?
any information about help creation are welcome.
HelpExample work fine on emulator, but shows "No help topics available" on device.
*.hlp file installed succesfully to the "c:\system\help\"
could this be a help UID problem?
any information about help creation are welcome.
-electrique
how are u invoing the help.using help context or u use a communicator or some external help wherin u browse the help of various applications.
i used help context.
ok, problem solved.
that was an mistake in *.pkg file
default generated string:
should be:Code:"C:\Symbian\MyApp\help\MyApp.cshlp"-"!:\System\Help\MyApp.hlp"
installer just copying wrong help file to device, fixing *.pkg files makes everything ok.Code:"C:\Symbian\MyApp\help\MyApp.hlp"-"!:\System\Help\MyApp.hlp"
whatever any info about making help files are welcome. for ex. how to make bullets, how to insert images and so on.
-electrique