Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] Loading an HTML page from inside a zip file

displayHelp(String toc) is a deprecated API.
We made it work on files as well, but it will likely be removed in a future
version. Use displayHelpResource(String) instead.

-Dorian



|---------+----------------------------------->
|         |           Wendy L                 |
|         |           Henson/Raleigh/IBM@IBMUS|
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           11/06/2002 10:27 AM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       platform-help-dev@xxxxxxxxxxx                                                               |
  |       cc:                                                                                                   |
  |       Subject:  [platform-help-dev] Loading an HTML page from inside a zip file                             |
  |                                                                                                             |
  |                                                                                                             |
  >-------------------------------------------------------------------------------------------------------------|




For me,
        helpSystem.displayHelp("/com.ibm.storage.essisa.doc/myFile.html");
worked.  What is the difference in the two calls?



----- Message from birsan@xxxxxxxxxx on Fri, 1 Nov 2002 12:45:14 -0500
-----
                                                               
 To:      platform-help-dev@xxxxxxxxxxx                        
                                                               
 Subject: Re: [platform-help-dev] Loading an HTML page from    
          inside a zip file                                    
                                                               


oops, wrong API.
Use helpSystem.displayHelpResource
("/com.ibm.storage.essisa.doc/myFile.html");



Wendy L. Henson
Staff Software Engineer, Design & Information Development
(919) 254.6479   +   (tie:444.6479)   +   wlhenson@xxxxxxxxxx

The question isn't who is going to let me; it's who is going to stop me.
--Ayn Rand




Back to the top