Skip to main content



      Home
Home » Eclipse Projects » Nebula » Presentation?
Presentation? [message #3220] Fri, 19 May 2006 17:45 Go to next message
Eclipse UserFriend
Originally posted by: mauro.automaware.com.br

Will nebula contribute with new eclipse Presentations?
Re: Presentation? [message #3253 is a reply to message #3220] Mon, 22 May 2006 01:18 Go to previous messageGo to next message
Eclipse UserFriend
I hope so, because some new "skins" will improve the eclipse ui and this
makes it more attractive for people who don't like the windows gray ;) or
something like that...

"Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
news:e4leci$vkq$1@utils.eclipse.org...
> Will nebula contribute with new eclipse Presentations?
>
>
Re: Presentation? [message #3286 is a reply to message #3253] Mon, 22 May 2006 09:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mauro.automaware.com.br

Stuffs like:

A Part where will put the launcher menu where
perspectives will be changed, and the tabs from open
editors insteand putting it in editors parts.

Another stuff that culd be done is has some property about
how the corners are paint, then you can choose a more
rounded conres to views:

It culd be called Nebula Presentation and requires nebula plugins with coll
nebula widgets

(Just a dream!!!)

"Christian Gesswagner" <christian.gesswagner@ams-engineering.com> wrote in
message news:e4rhj5$t78$1@utils.eclipse.org...
> I hope so, because some new "skins" will improve the eclipse ui and this
> makes it more attractive for people who don't like the windows gray ;) or
> something like that...
>
> "Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
> news:e4leci$vkq$1@utils.eclipse.org...
> > Will nebula contribute with new eclipse Presentations?
> >
> >
>
>
Re: Presentation? [message #3318 is a reply to message #3286] Tue, 23 May 2006 09:59 Go to previous messageGo to next message
Eclipse UserFriend
Nebula could potentially include this stuff. It would take someone to
contribute a presentation and we could go from there.

-Chris

Mauro wrote:
> Stuffs like:
>
> A Part where will put the launcher menu where
> perspectives will be changed, and the tabs from open
> editors insteand putting it in editors parts.
>
> Another stuff that culd be done is has some property about
> how the corners are paint, then you can choose a more
> rounded conres to views:
>
> It culd be called Nebula Presentation and requires nebula plugins with coll
> nebula widgets
>
> (Just a dream!!!)
>
> "Christian Gesswagner" <christian.gesswagner@ams-engineering.com> wrote in
> message news:e4rhj5$t78$1@utils.eclipse.org...
>> I hope so, because some new "skins" will improve the eclipse ui and this
>> makes it more attractive for people who don't like the windows gray ;) or
>> something like that...
>>
>> "Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
>> news:e4leci$vkq$1@utils.eclipse.org...
>>> Will nebula contribute with new eclipse Presentations?
>>>
>>>
>>
>
>
Re: Presentation? [message #3385 is a reply to message #3318] Tue, 23 May 2006 19:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mauro.automaware.com.br

A start point culd be http://sourceforge.net/projects/eclipse-skins (EPL).
There is a good explanation about presentation API in
http://eclipsercp.org/book/
And a presentation that realy shows the presentation API potential is
http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid= 461


"Chris Gross" <chris.gross@us.ibm.com> wrote in message
news:e4v4g3$5n9$1@utils.eclipse.org...
> Nebula could potentially include this stuff. It would take someone to
> contribute a presentation and we could go from there.
>
> -Chris
>
> Mauro wrote:
> > Stuffs like:
> >
> > A Part where will put the launcher menu where
> > perspectives will be changed, and the tabs from open
> > editors insteand putting it in editors parts.
> >
> > Another stuff that culd be done is has some property about
> > how the corners are paint, then you can choose a more
> > rounded conres to views:
> >
> > It culd be called Nebula Presentation and requires nebula plugins with
coll
> > nebula widgets
> >
> > (Just a dream!!!)
> >
> > "Christian Gesswagner" <christian.gesswagner@ams-engineering.com> wrote
in
> > message news:e4rhj5$t78$1@utils.eclipse.org...
> >> I hope so, because some new "skins" will improve the eclipse ui and
this
> >> makes it more attractive for people who don't like the windows gray ;)
or
> >> something like that...
> >>
> >> "Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
> >> news:e4leci$vkq$1@utils.eclipse.org...
> >>> Will nebula contribute with new eclipse Presentations?
> >>>
> >>>
> >>
> >
> >
Re: Presentation? [message #3614 is a reply to message #3385] Wed, 31 May 2006 10:08 Go to previous message
Eclipse UserFriend
Originally posted by: mauro.automaware.com.br

Hi guys I'm Fw this from eclipse RCP news

"Axel Schlueter" <axel_eclipse@pqrs.de> wrote in message
news:<e5i6qn$sm8$1@utils.eclipse.org>...

> Michael Seele wrote:

> > a few weeks ago i saw screenshots of lotus notes "hannover" and

> > wonder

> > who it's possible to modify the ui of a rcp-application in that way! it

>

> I did some google research the other day because I also wanted to know

> how to achive something like the hannover look. From what I found in

> various posts and entries in the eclipse bug database the look is

> created by a combination of different things:

>

> - to add this nifty start button and you own perspectives

> bar you have to do your own implementation of

> WorkbenchWindowAdvisor#createWindowContents()

>

> - hannover doesn't use editors, just views. Everything editor-like is

> done by hannover itself, not the eclipse platform

>

> - they've written their own presentation. Actually I think they

> created at least three presentations, one for the views on the left

> side (the navigation views), one for the editor-like views in the

> middle and one for the additional views on the right side (which seem

> to be capable of being faded out like a fast view). In an entry of the

> bug database about the presentation API one post stated that they did

> the decision of which presentation to use for a view by

> adding some additional hints to the view definition in the

> plugin.xml

>

> - I don't know how to achive the new look used by the popup menus in

> some of the screenshots (shadows around the menu, rounded edges etc.).

> Maybe these shoots are just mockups.

>

> None of this is for sure as I've never seen hannover live.

> If somebody has more detailed informations about the

> hannover style I'd definitly like to read it! I think there will by

> some more informations once hannover is released.

>

> By the way, the presentation api is covered by the really nice book

> from McAffer and Lemieux. Now if I only had some spare time on my

> hands to do some experiments with the presentation api ;)

>

> Regards,

> Axel
Re: Presentation? [message #561653 is a reply to message #3220] Mon, 22 May 2006 01:18 Go to previous message
Eclipse UserFriend
I hope so, because some new "skins" will improve the eclipse ui and this
makes it more attractive for people who don't like the windows gray ;) or
something like that...

"Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
news:e4leci$vkq$1@utils.eclipse.org...
> Will nebula contribute with new eclipse Presentations?
>
>
Re: Presentation? [message #561679 is a reply to message #3253] Mon, 22 May 2006 09:43 Go to previous message
Eclipse UserFriend
Stuffs like:

A Part where will put the launcher menu where
perspectives will be changed, and the tabs from open
editors insteand putting it in editors parts.

Another stuff that culd be done is has some property about
how the corners are paint, then you can choose a more
rounded conres to views:

It culd be called Nebula Presentation and requires nebula plugins with coll
nebula widgets

(Just a dream!!!)

"Christian Gesswagner" <christian.gesswagner@ams-engineering.com> wrote in
message news:e4rhj5$t78$1@utils.eclipse.org...
> I hope so, because some new "skins" will improve the eclipse ui and this
> makes it more attractive for people who don't like the windows gray ;) or
> something like that...
>
> "Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
> news:e4leci$vkq$1@utils.eclipse.org...
> > Will nebula contribute with new eclipse Presentations?
> >
> >
>
>
Re: Presentation? [message #561699 is a reply to message #3286] Tue, 23 May 2006 09:59 Go to previous message
Eclipse UserFriend
Nebula could potentially include this stuff. It would take someone to
contribute a presentation and we could go from there.

-Chris

Mauro wrote:
> Stuffs like:
>
> A Part where will put the launcher menu where
> perspectives will be changed, and the tabs from open
> editors insteand putting it in editors parts.
>
> Another stuff that culd be done is has some property about
> how the corners are paint, then you can choose a more
> rounded conres to views:
>
> It culd be called Nebula Presentation and requires nebula plugins with coll
> nebula widgets
>
> (Just a dream!!!)
>
> "Christian Gesswagner" <christian.gesswagner@ams-engineering.com> wrote in
> message news:e4rhj5$t78$1@utils.eclipse.org...
>> I hope so, because some new "skins" will improve the eclipse ui and this
>> makes it more attractive for people who don't like the windows gray ;) or
>> something like that...
>>
>> "Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
>> news:e4leci$vkq$1@utils.eclipse.org...
>>> Will nebula contribute with new eclipse Presentations?
>>>
>>>
>>
>
>
Re: Presentation? [message #561738 is a reply to message #3318] Tue, 23 May 2006 19:55 Go to previous message
Eclipse UserFriend
A start point culd be http://sourceforge.net/projects/eclipse-skins (EPL).
There is a good explanation about presentation API in
http://eclipsercp.org/book/
And a presentation that realy shows the presentation API potential is
http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid= 461


"Chris Gross" <chris.gross@us.ibm.com> wrote in message
news:e4v4g3$5n9$1@utils.eclipse.org...
> Nebula could potentially include this stuff. It would take someone to
> contribute a presentation and we could go from there.
>
> -Chris
>
> Mauro wrote:
> > Stuffs like:
> >
> > A Part where will put the launcher menu where
> > perspectives will be changed, and the tabs from open
> > editors insteand putting it in editors parts.
> >
> > Another stuff that culd be done is has some property about
> > how the corners are paint, then you can choose a more
> > rounded conres to views:
> >
> > It culd be called Nebula Presentation and requires nebula plugins with
coll
> > nebula widgets
> >
> > (Just a dream!!!)
> >
> > "Christian Gesswagner" <christian.gesswagner@ams-engineering.com> wrote
in
> > message news:e4rhj5$t78$1@utils.eclipse.org...
> >> I hope so, because some new "skins" will improve the eclipse ui and
this
> >> makes it more attractive for people who don't like the windows gray ;)
or
> >> something like that...
> >>
> >> "Mauro" <mauro@automaware.com.br> schrieb im Newsbeitrag
> >> news:e4leci$vkq$1@utils.eclipse.org...
> >>> Will nebula contribute with new eclipse Presentations?
> >>>
> >>>
> >>
> >
> >
Re: Presentation? [message #561881 is a reply to message #3385] Wed, 31 May 2006 10:08 Go to previous message
Eclipse UserFriend
Hi guys I'm Fw this from eclipse RCP news

"Axel Schlueter" <axel_eclipse@pqrs.de> wrote in message
news:<e5i6qn$sm8$1@utils.eclipse.org>...

> Michael Seele wrote:

> > a few weeks ago i saw screenshots of lotus notes "hannover" and

> > wonder

> > who it's possible to modify the ui of a rcp-application in that way! it

>

> I did some google research the other day because I also wanted to know

> how to achive something like the hannover look. From what I found in

> various posts and entries in the eclipse bug database the look is

> created by a combination of different things:

>

> - to add this nifty start button and you own perspectives

> bar you have to do your own implementation of

> WorkbenchWindowAdvisor#createWindowContents()

>

> - hannover doesn't use editors, just views. Everything editor-like is

> done by hannover itself, not the eclipse platform

>

> - they've written their own presentation. Actually I think they

> created at least three presentations, one for the views on the left

> side (the navigation views), one for the editor-like views in the

> middle and one for the additional views on the right side (which seem

> to be capable of being faded out like a fast view). In an entry of the

> bug database about the presentation API one post stated that they did

> the decision of which presentation to use for a view by

> adding some additional hints to the view definition in the

> plugin.xml

>

> - I don't know how to achive the new look used by the popup menus in

> some of the screenshots (shadows around the menu, rounded edges etc.).

> Maybe these shoots are just mockups.

>

> None of this is for sure as I've never seen hannover live.

> If somebody has more detailed informations about the

> hannover style I'd definitly like to read it! I think there will by

> some more informations once hannover is released.

>

> By the way, the presentation api is covered by the really nice book

> from McAffer and Lemieux. Now if I only had some spare time on my

> hands to do some experiments with the presentation api ;)

>

> Regards,

> Axel
Previous Topic:GridViewer planned ?
Next Topic:Examples
Goto Forum:
  


Current Time: Thu May 01 00:23:03 EDT 2025

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

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

Back to the top