Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-20-2007, 10:44 PM
Junior Member
 
Join Date: Jan 2007
Posts: 14
Default Application Help File

Hi,

Is there a way to open the application help file using scripting? I specified the "Use Help File" under the Miscellaneous Options and it seems that the only way to open the help file I specified is from the floating menu that pops up when the user the right clicks the mouse.

I wanted to include a Help option in the application menu. And from there I intend to open the help file programatically.

Thanks
Eric
Reply With Quote
  #2 (permalink)  
Old 07-21-2007, 07:48 AM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re:Application Help File

I use this in ffish:

Code:
Shell.open("yourhelpfile.hlp")
Reply With Quote
  #3 (permalink)  
Old 07-21-2007, 07:57 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Application Help File

The help file can be launched by pressing F1, or by sending a message to the main window, as shown in the following code
Code:
Application.sendMessage(getMainWnd().handle, 0x0112, 32778, 0);
Reply With Quote
  #4 (permalink)  
Old 07-21-2007, 09:52 AM
Junior Member
 
Join Date: Jan 2007
Posts: 14
Default Re:Application Help File

Thanks for all your help. Both solution works!
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:27 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.