B4J Question Load Help file from B4J Desktop app

DMW

Member
Licensed User
Longtime User
Hello all,

I haven't find any source that help me with this question.

How do we load help files (chm-files) inside B4J Desktop apps?

Thanks in advance,
Dennis
 

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi,

an option is to use ShowExternalDocument with the help file located in the dirapp folder:
B4X:
fx.ShowExternalDocument(File.geturi(File.DirApp, "help.chm"))
 
Reactions: DMW
Upvote 0

DMW

Member
Licensed User
Longtime User
Thank You, it runs excellent
The more I work with B4J the more I realize how endless it seems to be.
I have the impression it will takes some years to go through all aspects of B4J ;-)
 
Upvote 0

DMW

Member
Licensed User
Longtime User
Actually, it was Alan's (excellent) work with ABMaterial that pointed me to B4J
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…