User Tag List

Results 1 to 2 of 2

Thread: MMF2 opens specified topic on CHM file

  1. #1
    Clicker Fusion 2.5Fusion 2.5 MaciOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Apr 2008
    Location
    Indonesia
    Posts
    694
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MMF2 opens specified topic on CHM file

    I want my application to opens a specified topic on an CHM file. If you can't figure it, I will take an example. Suppose you open an event editor. Then when you click Help, the Help file is redirected to Event Editor topic.
    How can I did this on my MMF2 application?

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: MMF2 opens specified topic on CHM file

    Open your CHM file with hh.exe and specify the page to display after the filename of the CHM file, separated with "::/". For example :

    hh c:\program files\multimedia fusion developer 2\help\mmf2.chm::/Html/Editors/Event/EventOverview.htm

    will display the Event Editor page in the MMF2 help file.

    In MMF just use the Run External File action, with something like :

    "hh " + Apppath$ + "yourfile.chm" + "::/yourpage.html"

Similar Threads

  1. On the topic of using MMF2 for online games
    By VAH in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 15th January 2011, 06:49 PM
  2. Web object opens IE?
    By Hristos in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 22nd September 2010, 03:25 PM
  3. vitalize object opens 2 tabs in firefox...
    By ClickerGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 9th January 2009, 02:14 AM
  4. Workspace toolbar frametree opens by pasting?
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th February 2008, 03:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •