Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Customizing dynamic help view
Customizing dynamic help view [message #758591] Wed, 23 November 2011 19:38
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
Hi,

Here's what I'd like to be able to do:

Display help view in a separate shell. Ideally I'll get rid of the title bar as well. Essentially, I'm trying to mimic OS X help system as much as possible.

I think the best route for my needs would be to be able to do something like the below, but I'm happy with whatever works.

1. Open a custom shell programmatically. (So that I can customize it the way I want.)
2. Use all of the rest of the view system which otherwise works perfectly.

Here's what I've tried:

1. Looked for some way to set a different view id to be used by help system.
2. Fiddling around with all of the help extension points to see if there is a way to replace part of help system without re-writing a bunch of code.
3. Programmatically detach the help view.

The last was the most promising (not to mention by far the simplest!) but unfortunately there is a bug in OS X support which fails to enable the detached window "close" button. Plus no way to get rid of the view title bar. So it looks pretty lame.

This is all complicated by the fact that on OS X Help is always opened in external browser -- which I definitely don't want -- so the only entry point I can use is through dynamic help.

I'd appreciate any ideas..perhaps I'm missing something obvious here.

thanks,

Miles
Previous Topic:Remove toolbar buttons from welcome page toolbar
Next Topic:Banner.html - question
Goto Forum:
  


Current Time: Thu Apr 25 15:29:02 GMT 2024

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

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

Back to the top