Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Collapsing horizontal bar in VE
Collapsing horizontal bar in VE [message #119242] Tue, 28 February 2006 15:25 Go to next message
Eclipse UserFriend
Originally posted by: generaznx919.yahoo.com

Hi,
I'm trying to create a separator bar in my editor similiar to what is
found in VE. This is the adjustable separator between the visual at the
top pane and the source code in the bottom pane. Can someone tell me how
to implement something like this in my code? Sorry if this is some API
I've overlooked in Eclipse.
Thanks,
Re: Collapsing horizontal bar in VE [message #119291 is a reply to message #119242] Tue, 28 February 2006 15:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

If you don't want the arrows for moving to maximize/minimize the sash,
then you can just use the Eclipse SashForm. That is what the VE's sash
form is based upon.

D.L. wrote:
> Hi,
> I'm trying to create a separator bar in my editor similiar to what is
> found in VE. This is the adjustable separator between the visual at the
> top pane and the source code in the bottom pane. Can someone tell me
> how to implement something like this in my code? Sorry if this is some
> API I've overlooked in Eclipse.
> Thanks,
>

--
Thanks,
Rich Kulp
Re: Collapsing horizontal bar in VE [message #119303 is a reply to message #119291] Tue, 28 February 2006 16:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: generaznx919.yahoo.com

Hi Rich,
Yes I've implemented a sash form but I'd also like to have the arrows for
easily collapsing and expanding the hidden sash. How to do this?
Re: Collapsing horizontal bar in VE [message #119316 is a reply to message #119303] Tue, 28 February 2006 16:38 Go to previous messageGo to next message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
DL,

The source to VE's custom sash form is available here:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ve.cde/ cde/org/eclipse/ve/internal/cde/core/CustomSashForm.java?rev =1.9&cvsroot=Tools_Project&content-type=text/vnd.vie wcvs-markup

Hope this helps,
- Jeff
Re: Collapsing horizontal bar in VE [message #120297 is a reply to message #119316] Thu, 09 March 2006 15:34 Go to previous message
Eclipse UserFriend
Originally posted by: generaznx919.yahoo.com

Thanks that's exactly what I'm looking for.
Re: Collapsing horizontal bar in VE [message #612210 is a reply to message #119242] Tue, 28 February 2006 15:36 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

If you don't want the arrows for moving to maximize/minimize the sash,
then you can just use the Eclipse SashForm. That is what the VE's sash
form is based upon.

D.L. wrote:
> Hi,
> I'm trying to create a separator bar in my editor similiar to what is
> found in VE. This is the adjustable separator between the visual at the
> top pane and the source code in the bottom pane. Can someone tell me
> how to implement something like this in my code? Sorry if this is some
> API I've overlooked in Eclipse.
> Thanks,
>

--
Thanks,
Rich Kulp
Re: Collapsing horizontal bar in VE [message #612211 is a reply to message #119291] Tue, 28 February 2006 16:29 Go to previous message
Eclipse UserFriend
Originally posted by: generaznx919.yahoo.com

Hi Rich,
Yes I've implemented a sash form but I'd also like to have the arrows for
easily collapsing and expanding the hidden sash. How to do this?
Re: Collapsing horizontal bar in VE [message #612212 is a reply to message #119303] Tue, 28 February 2006 16:38 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
DL,

The source to VE's custom sash form is available here:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.ve.cde/ cde/org/eclipse/ve/internal/cde/core/CustomSashForm.java?rev =1.9&cvsroot=Tools_Project&content-type=text/vnd.vie wcvs-markup

Hope this helps,
- Jeff
Re: Collapsing horizontal bar in VE [message #612290 is a reply to message #119316] Thu, 09 March 2006 15:34 Go to previous message
Eclipse UserFriend
Originally posted by: generaznx919.yahoo.com

Thanks that's exactly what I'm looking for.
Previous Topic:BeanInfos of custom Bean not read
Next Topic:GTK/Hildon widgets
Goto Forum:
  


Current Time: Thu Apr 25 22:13:07 GMT 2024

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

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

Back to the top