Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Regarding the making procedure of context sensitive help for Dialogs
Regarding the making procedure of context sensitive help for Dialogs [message #471583] Thu, 24 January 2008 13:05 Go to next message
muthu is currently offline muthuFriend
Messages: 4
Registered: July 2009
Junior Member
Hi all
i want to do contextsensitive help for Dialogs. i have some doubts.

1.To make context sensitive help for dialogs can i have to
follow the same procedure of making contextsensitive help for views ?

2.Can i have to map xml files and html files? In the extension
should i add the plugin
"org.eclipse.help.contexts" to make contextsensitive help for
Dialogs?

Thanks in advance
Muthu
Re: Regarding the making procedure of context sensitive help for Dialogs [message #471584 is a reply to message #471583] Thu, 24 January 2008 17:07 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Context help works the same way for dialogs as it does for views. It
will work best if your dialog is a subclass of TrayDialog which will
allow the help to be opened to the right of the dialog.

As to how to set up context help it is easiest if you start with a
working example. If you pick up Eclipse 3.4, Milestone 4 or later the
new plugin wizard can create a view which has context help. This can be
a model for how to add context help.


> Hi all
> i want to do contextsensitive help for Dialogs. i have some doubts.
>
> 1.To make context sensitive help for dialogs can i have to
> follow the same procedure of making contextsensitive help for views ?
>
> 2.Can i have to map xml files and html files? In the
> extension should i add the plugin "org.eclipse.help.contexts"
> to make contextsensitive help for Dialogs? Thanks in advance
> Muthu
>
Re: Regarding the making procedure of context sensitive help for Dialogs [message #608425 is a reply to message #471583] Thu, 24 January 2008 17:07 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Context help works the same way for dialogs as it does for views. It
will work best if your dialog is a subclass of TrayDialog which will
allow the help to be opened to the right of the dialog.

As to how to set up context help it is easiest if you start with a
working example. If you pick up Eclipse 3.4, Milestone 4 or later the
new plugin wizard can create a view which has context help. This can be
a model for how to add context help.


> Hi all
> i want to do contextsensitive help for Dialogs. i have some doubts.
>
> 1.To make context sensitive help for dialogs can i have to
> follow the same procedure of making contextsensitive help for views ?
>
> 2.Can i have to map xml files and html files? In the
> extension should i add the plugin "org.eclipse.help.contexts"
> to make contextsensitive help for Dialogs? Thanks in advance
> Muthu
>
Previous Topic:Avoid InfoPop window in help
Next Topic:Breadcrumbs inconsistency?
Goto Forum:
  


Current Time: Thu Apr 25 10:58:36 GMT 2024

Powered by FUDForum. Page generated in 0.03118 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top