Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » couple of help related prolems - urgent
couple of help related prolems - urgent [message #473753] Mon, 19 May 2008 14:24 Go to next message
Eclipse UserFriend
Originally posted by: hiteshn.mail.gmail.com

Hi All,

I'm using Eclipse 3.3.2 and developing a RCP application. I have couple of
problems.

1) Is it possible to store the html pages content else where outside my
workspace loaction?

<topic label="Sub Topic"
href="C:/example/abc/1.0/doc/html/manager/index.htm"/> does not work for me
but if I copy manager/index.htm in my workspace then it works. (<topic
label="Sub Topic" href="manager/index.htm"/> )

2) I want to hide the left most column which usually displays the contents
tree, how do I do this?

Please help me. Thanks in advance.

Hitesh
Re: couple of help related prolems - urgent [message #473755 is a reply to message #473753] Mon, 19 May 2008 17:04 Go to previous messageGo to next message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Hitesh Nembhwani wrote:
> Hi All,
>
> I'm using Eclipse 3.3.2 and developing a RCP application. I have couple of
> problems.
>
> 1) Is it possible to store the html pages content else where outside my
> workspace loaction?
>
> <topic label="Sub Topic"
> href="C:/example/abc/1.0/doc/html/manager/index.htm"/> does not work for me
> but if I copy manager/index.htm in my workspace then it works. (<topic
> label="Sub Topic" href="manager/index.htm"/> )
>
> 2) I want to hide the left most column which usually displays the contents
> tree, how do I do this?
>
> Please help me. Thanks in advance.
>
> Hitesh
>
>
>
>

The help system does not allow references to fully qualified paths on
your file system in hrefs because that would create a security risk
which a client could use to reference any file on your system. You could
write a help content provider as one possible solution.

The table of contents tree will normally show on the left of the
contents. There is a maximize button next to the content which will hide
the table of contents pane but there is not any customization that
allows you to make that the default setting. Also if you use an href
such as
http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/tasks/running_eclipse.htm?noframes=true
only the help topic will be shown without frames.

I'm not sure if either of those is exactly what you are looking for.
Re: couple of help related prolems - urgent [message #473798 is a reply to message #473755] Wed, 21 May 2008 15:30 Go to previous message
Eclipse UserFriend
Originally posted by: hiteshn.mail.gmail.com

Thanks Chris for the prompt response .

Hitesh
"Chris Goldthorpe" <cgold@us.ibm.com> wrote in message
news:g0sbu3$aqj$1@build.eclipse.org...
> Hitesh Nembhwani wrote:
>> Hi All,
>>
>> I'm using Eclipse 3.3.2 and developing a RCP application. I have couple
>> of problems.
>>
>> 1) Is it possible to store the html pages content else where outside my
>> workspace loaction?
>>
>> <topic label="Sub Topic"
>> href="C:/example/abc/1.0/doc/html/manager/index.htm"/> does not work for
>> me but if I copy manager/index.htm in my workspace then it works. (<topic
>> label="Sub Topic" href="manager/index.htm"/> )
>>
>> 2) I want to hide the left most column which usually displays the
>> contents tree, how do I do this?
>>
>> Please help me. Thanks in advance.
>>
>> Hitesh
>>
>>
>>
>
> The help system does not allow references to fully qualified paths on your
> file system in hrefs because that would create a security risk which a
> client could use to reference any file on your system. You could write a
> help content provider as one possible solution.
>
> The table of contents tree will normally show on the left of the contents.
> There is a maximize button next to the content which will hide the table
> of contents pane but there is not any customization that allows you to
> make that the default setting. Also if you use an href such as
> http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/tasks/running_eclipse.htm?noframes=true
> only the help topic will be shown without frames.
>
> I'm not sure if either of those is exactly what you are looking for.
Re: couple of help related prolems - urgent [message #614251 is a reply to message #473753] Mon, 19 May 2008 17:04 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Hitesh Nembhwani wrote:
> Hi All,
>
> I'm using Eclipse 3.3.2 and developing a RCP application. I have couple of
> problems.
>
> 1) Is it possible to store the html pages content else where outside my
> workspace loaction?
>
> <topic label="Sub Topic"
> href="C:/example/abc/1.0/doc/html/manager/index.htm"/> does not work for me
> but if I copy manager/index.htm in my workspace then it works. (<topic
> label="Sub Topic" href="manager/index.htm"/> )
>
> 2) I want to hide the left most column which usually displays the contents
> tree, how do I do this?
>
> Please help me. Thanks in advance.
>
> Hitesh
>
>
>
>

The help system does not allow references to fully qualified paths on
your file system in hrefs because that would create a security risk
which a client could use to reference any file on your system. You could
write a help content provider as one possible solution.

The table of contents tree will normally show on the left of the
contents. There is a maximize button next to the content which will hide
the table of contents pane but there is not any customization that
allows you to make that the default setting. Also if you use an href
such as
http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/tasks/running_eclipse.htm?noframes=true
only the help topic will be shown without frames.

I'm not sure if either of those is exactly what you are looking for.
Re: couple of help related prolems - urgent [message #614383 is a reply to message #473755] Wed, 21 May 2008 15:30 Go to previous message
Eclipse UserFriend
Originally posted by: hiteshn.mail.gmail.com

Thanks Chris for the prompt response .

Hitesh
"Chris Goldthorpe" <cgold@us.ibm.com> wrote in message
news:g0sbu3$aqj$1@build.eclipse.org...
> Hitesh Nembhwani wrote:
>> Hi All,
>>
>> I'm using Eclipse 3.3.2 and developing a RCP application. I have couple
>> of problems.
>>
>> 1) Is it possible to store the html pages content else where outside my
>> workspace loaction?
>>
>> <topic label="Sub Topic"
>> href="C:/example/abc/1.0/doc/html/manager/index.htm"/> does not work for
>> me but if I copy manager/index.htm in my workspace then it works. (<topic
>> label="Sub Topic" href="manager/index.htm"/> )
>>
>> 2) I want to hide the left most column which usually displays the
>> contents tree, how do I do this?
>>
>> Please help me. Thanks in advance.
>>
>> Hitesh
>>
>>
>>
>
> The help system does not allow references to fully qualified paths on your
> file system in hrefs because that would create a security risk which a
> client could use to reference any file on your system. You could write a
> help content provider as one possible solution.
>
> The table of contents tree will normally show on the left of the contents.
> There is a maximize button next to the content which will hide the table
> of contents pane but there is not any customization that allows you to
> make that the default setting. Also if you use an href such as
> http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.user/tasks/running_eclipse.htm?noframes=true
> only the help topic will be shown without frames.
>
> I'm not sure if either of those is exactly what you are looking for.
Previous Topic:jface ui forms - FormDialog Class
Next Topic:ActionFactory.Copy/Delete/Select All/Find problem
Goto Forum:
  


Current Time: Fri Mar 29 08:29:49 GMT 2024

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

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

Back to the top