Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to add CoolBarItems to the business design?
How to add CoolBarItems to the business design? [message #486639] Fri, 18 September 2009 13:45 Go to next message
Thomas Haskes is currently offline Thomas HaskesFriend
Messages: 147
Registered: July 2009
Senior Member
Hi I'm currently playing around with the business design example and
would like to add coolbar items. In the standard design, I see the Items
I contributed via the org.eclipse.menus extension point. In the business
design, there arent any? What else do have to do to add Items to the
coolbar in the business design?

TIA,

Tom
Re: How to add CoolBarItems to the business design? [message #486650 is a reply to message #486639] Fri, 18 September 2009 14:07 Go to previous messageGo to next message
Thomas Haskes is currently offline Thomas HaskesFriend
Messages: 147
Registered: July 2009
Senior Member
Just found out that command contribution work correctly, if first used a
controlContribution. However, to be more specific, I would like to add a
Label to the collbar sipalying the currently logged in User.

Any hints how I could do that?


> Hi I'm currently playing around with the business design example and
> would like to add coolbar items. In the standard design, I see the Items
> I contributed via the org.eclipse.menus extension point. In the business
> design, there arent any? What else do have to do to add Items to the
> coolbar in the business design?
>
> TIA,
>
> Tom
Re: How to add CoolBarItems to the business design? [message #486654 is a reply to message #486650] Fri, 18 September 2009 14:20 Go to previous messageGo to next message
Thomas Haskes is currently offline Thomas HaskesFriend
Messages: 147
Registered: July 2009
Senior Member
I'm sorry, this message is a mess. Again:

Just found out that command contribution works correctly, I first used a
controlContribution. It seems that control contributions are not
displayed in the business design, but I'm not sure whether I'M using it
correctly. However, to be more specific, I would like to add a
Label to the collbar dispalying the currently logged in User.

Any hints how I could do that?

My first approach was to add a controlcontribution and using a Label
there. For the standard desing, that worked, but i wasn't able to layout it.


> Just found out that command contribution work correctly, if first used a
> controlContribution. However, to be more specific, I would like to add a
> Label to the collbar sipalying the currently logged in User.
>
> Any hints how I could do that?
>
>
>> Hi I'm currently playing around with the business design example and
>> would like to add coolbar items. In the standard design, I see the Items
>> I contributed via the org.eclipse.menus extension point. In the business
>> design, there arent any? What else do have to do to add Items to the
>> coolbar in the business design?
>>
>> TIA,
>>
>> Tom
Re: How to add CoolBarItems to the business design? [message #486930 is a reply to message #486650] Mon, 21 September 2009 07:54 Go to previous messageGo to next message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi Thomas,
currently we using our own CoolbarManager and this does not support
ControlContributions. The last weeks we spent much effort to implement
a new toolbar which is much more themable then the old one. With this
toolbar we can now use the standard CoolbarManager. So please stay
tuned until we have implemented it. I will do this within this week...
hopefully ;)

Regards Holger



On 2009-09-18 16:07:21 +0200, Thomas Haskes <t.haskes@t-p.com> said:

> Just found out that command contribution work correctly, if first used a
> controlContribution. However, to be more specific, I would like to add a
> Label to the collbar sipalying the currently logged in User.
>
> Any hints how I could do that?
>
>
>> Hi I'm currently playing around with the business design example and
>> would like to add coolbar items. In the standard design, I see the Items
>> I contributed via the org.eclipse.menus extension point. In the business
>> design, there arent any? What else do have to do to add Items to the
>> coolbar in the business design?
>>
>> TIA,
>>
>> Tom


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Re: How to add CoolBarItems to the business design? [message #487009 is a reply to message #486930] Mon, 21 September 2009 12:50 Go to previous messageGo to next message
Thomas Haskes is currently offline Thomas HaskesFriend
Messages: 147
Registered: July 2009
Senior Member
Great! I'll stay with you...


> Hi Thomas,
> currently we using our own CoolbarManager and this does not support
> ControlContributions. The last weeks we spent much effort to implement a
> new toolbar which is much more themable then the old one. With this
> toolbar we can now use the standard CoolbarManager.

I reused most of the design.example plugin. Will I have to change many
things there to use the new functionality?

So please stay tuned
> until we have implemented it. I will do this within this week...
> hopefully ;)
>
> Regards Holger


Greets,

Tom
Re: How to add CoolBarItems to the business design? [message #487136 is a reply to message #487009] Tue, 22 September 2009 06:25 Go to previous messageGo to next message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi Thomas,
the toolbar is not the only thing that will change. I refactored the
whole bundle because we introduce a new design called "fancy" [1]. So,
some packages and classes has changed their names and location. But I
think it's not much work to use it. Just post your questions, I will
guide you the way.

Regards Holger

[1]
http://eclipsesource.com/blogs/2009/09/02/new-fancy-rich-aja x-platform-rap-theme/

On

2009-09-21 14:50:48 +0200, Thomas Haskes <t.haskes@t-p.com> said:

> Great! I'll stay with you...
>
>
>> Hi Thomas,
>> currently we using our own CoolbarManager and this does not support
>> ControlContributions. The last weeks we spent much effort to implement a
>> new toolbar which is much more themable then the old one. With this
>> toolbar we can now use the standard CoolbarManager.
>
> I reused most of the design.example plugin. Will I have to change many
> things there to use the new functionality?
>
> So please stay tuned
>> until we have implemented it. I will do this within this week...
>> hopefully ;)
>>
>> Regards Holger
>
>
> Greets,
>
> Tom


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Re: How to add CoolBarItems to the business design? [message #487162 is a reply to message #487136] Tue, 22 September 2009 08:45 Go to previous messageGo to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
Hi Holger,

that's a damn nice theme! Good job! Any ideas when this gets ready to use?

Regards,
Markus

"Holger Staudacher" <hstaudacher@eclipsesource.com> schrieb im Newsbeitrag
news:h99qk6$g4q$1@build.eclipse.org...
> Hi Thomas,
> the toolbar is not the only thing that will change. I refactored the whole
> bundle because we introduce a new design called "fancy" [1]. So, some
> packages and classes has changed their names and location. But I think
> it's not much work to use it. Just post your questions, I will guide you
> the way.
>
> Regards Holger
>
> [1]
> http://eclipsesource.com/blogs/2009/09/02/new-fancy-rich-aja x-platform-rap-theme/
>
> On
> 2009-09-21 14:50:48 +0200, Thomas Haskes <t.haskes@t-p.com> said:
>
>> Great! I'll stay with you...
>>
>>
>>> Hi Thomas,
>>> currently we using our own CoolbarManager and this does not support
>>> ControlContributions. The last weeks we spent much effort to implement a
>>> new toolbar which is much more themable then the old one. With this
>>> toolbar we can now use the standard CoolbarManager.
>>
>> I reused most of the design.example plugin. Will I have to change many
>> things there to use the new functionality?
>>
>> So please stay tuned
>>> until we have implemented it. I will do this within this week...
>>> hopefully ;)
>>>
>>> Regards Holger
>>
>>
>> Greets,
>>
>> Tom
>
>
> --
> -----------------------------------------
>
> http://eclipsesource.com
>
> http://twitter.com/eclipsesource
>
Re: How to add CoolBarItems to the business design? [message #487211 is a reply to message #487162] Tue, 22 September 2009 13:13 Go to previous message
Holger Staudacher is currently offline Holger StaudacherFriend
Messages: 166
Registered: July 2009
Senior Member
Hi Markus,
if everything works fine we want to integrate the fancy design in the M2 build.

Regards Holger



On 2009-09-22 10:45:46 +0200, "Markus Krüger" <krueger@ion.ag> said:

> Hi Holger,
>
> that's a damn nice theme! Good job! Any ideas when this gets ready to use?
>
> Regards,
> Markus
>
> "Holger Staudacher" <hstaudacher@eclipsesource.com> schrieb im Newsbeitrag
> news:h99qk6$g4q$1@build.eclipse.org...
>> Hi Thomas,
>> the toolbar is not the only thing that will change. I refactored the whole
>> bundle because we introduce a new design called "fancy" [1]. So, some
>> packages and classes has changed their names and location. But I think
>> it's not much work to use it. Just post your questions, I will guide you
>> the way.
>>
>> Regards Holger
>>
>> [1]
>> http://eclipsesource.com/blogs/2009/09/02/new-fancy-rich-aja x-platform-rap-theme/

On
2009-09-21
>>
>> 14:50:48 +0200, Thomas Haskes <t.haskes@t-p.com> said:
>>
>>> Great! I'll stay with you...
>>>
>>>
>>>> Hi Thomas,
>>>> currently we using our own CoolbarManager and this does not support
>>>> ControlContributions. The last weeks we spent much effort to implement a
>>>> new toolbar which is much more themable then the old one. With this
>>>> toolbar we can now use the standard CoolbarManager.
>>>
>>> I reused most of the design.example plugin. Will I have to change many
>>> things there to use the new functionality?
>>>
>>> So please stay tuned
>>>> until we have implemented it. I will do this within this week...
>>>> hopefully ;)
>>>>
>>>> Regards Holger
>>>
>>>
>>> Greets,
>>>
>>> Tom
>>
>>
>> --
>> -----------------------------------------
>>
>> http://eclipsesource.com
>>
>> http://twitter.com/eclipsesource


--
-----------------------------------------

http://eclipsesource.com

http://twitter.com/eclipsesource
Previous Topic:NPE from ResourceTranslatorHelper$TranslatorAlgorithm
Next Topic:Create a Image instance using a image from the Web as URL
Goto Forum:
  


Current Time: Fri Apr 26 06:30:14 GMT 2024

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

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

Back to the top