[Program] EasyHelp (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: [Program] EasyHelp (all OS)

Post by Andre »

Andre wrote:
IdeasVacuum wrote:Could you share your Help project as an advanced example of how to use EasyHelp? I understand if you don't wish to.
I will share a "stripped down" version (but showing all possibilities of EasyHelp) of my help file project soon. Currently further tests are done.... it should be included in the EasyHelp archive when it's ready, if Thorsten agree :D
And here it is... :mrgreen:

Like promised I'm releasing an early version of the help file for my upcoming project (for now called "Project: GeoWorld v2" as name can change, that's why a dummy logo is used) - showing most of the possibilites the MarkDown language and the EasyHelp editor + viewer have, in a (nearly :P) "real world" project manual... ;-)

=> Download: EasyHelpDemo.zip (439 KB)

The archive contains the help project file (Project_GeoWorldv2.jmd) with all three linked images, the exported help file for using with EasyHelp viewer (Project_GeoWorldv2_Help.mdh) and even an exported PDF manual.
Many thanks to Thorsten1867 for his continuous support! :D

=> Screenshot: Image
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: [Program] EasyHelp (all OS)

Post by IdeasVacuum »

Thanks Andre - I'm sure a lot people will find it useful 8)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Neil
Enthusiast
Enthusiast
Posts: 198
Joined: Wed Feb 29, 2012 8:04 am
Location: Melbourne, AUS

Re: [Program] EasyHelp (all OS)

Post by Neil »

Hi Andre

I tried to run "Project_GeoWorldv2_Help.mdh" with EasyHelp.exe, but I only see the EasyHelp window !!

Image

What am I doing wrong ??

Thanks

Neil
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: [Program] EasyHelp (all OS)

Post by Andre »

@Neil:
You need to call EasyHelp.exe with the related program parameters... from the EasyHelp.pb source:
HelpFile$ = ProgramParameter(0)
Title$ = ProgramParameter(1)
Label$ = ProgramParameter(2)
AppData$ = ProgramParameter(3)
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
dmontaine
User
User
Posts: 50
Joined: Tue Jun 04, 2019 1:03 pm

Re: [Program] EasyHelp (all OS)

Post by dmontaine »

I just downloaded programs.zip and Windows Defender immediately flagged several of the files in the zip as containing a Trojan.
Post Reply