Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] launch help using product configuration


Hi,

There is not any splash specific code in the helpApplication, to shut the splash screen down.  That's why launcher org.eclipse.help.standalone.Help always passes -nosplash to the eclipse.exe when it invokes it, and invoking eclipse.exe by the user with helpApplication as an application is not one of the supported ways of launching stand-alone help.  Supporting splash screen by stand-alone help is something to think of in the future.  At the moment you could implement your own application based on HelpApplication code.

Konrad Kolosowski




<erik@xxxxxxxx>
Sent by: platform-help-dev-bounces@xxxxxxxxxxx

06/23/2005 02:40 PM

Please respond to
"Eclipse Platform Help component developers list."

To
<platform-help-dev@xxxxxxxxxxx>
cc
Subject
[platform-help-dev] launch help using product configuration





Hi,

I want to launch the help system, but only after my nice splash screen.
;-)

I almost got that and to be short, here is my environment:

--------------------------------------

Myplugin

/splash.bmp
/doh.product
/plugin.xml
/META-INF/manifest.mf
NO JAVA FILES

Configuration

Product id  : myproductid
application : helpApplication

--------------------------------------
and here what happens:

0. eclipse.exe
1. Splash is shown.
2. In background, without any window, tomcat is launched.
3. Splash is still there.

At this time, I go to Firefox and I'm able to navigate the help system

--------------------------------------
and here what I expected

0. eclipse.exe
1. Splash is shown.
2. Splash disappear.
3. Help window is displayed, and I can navigate.

--------------------------------------
I did some investigation in the StandaloneHelp and helpApplication
source code, but I'm not sure how to get the behavior I want.

I have three questions:

1. Must I use API's to launch the help window?
2. Do you consider this launch approach a "standalone mode"?
3. I read in the "helpApplication javadoc" that "helpApplication" should
be used only in "standalone mode" or "infocenter" mode. Is it possible
to run the help with product configuration?

I can provide details if needed.

Thanks for your precious time.

Erik Bengtson


_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-help-dev


Back to the top