Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » CSS styling with e4
CSS styling with e4 [message #577290] Wed, 09 June 2010 15:42
Artur Kronenberg is currently offline Artur KronenbergFriend
Messages: 159
Registered: August 2009
Senior Member
Hi,

I have a problem applying the default.css to my application.

I added the extension property into my plugin.xml:

<property
name="applicationCSS"
value=" platform:/plugin/org.eclipse.custom.rover.client/css/default .css ">
</property>

I modified my css but I still get the default styles within eclipse.
After that I tried injecting the IStyleEngine into my view and style the buttons with it. Had no effect on my application.

The only way it seems to work is assigning a menu and a handler and have the handler change the style for the whole application.

From the tutorial however I understood that the default css assigned in the plugin.xml should be loaded automatically.
Is there anything I am missing? Unfortunately I did not find anything that helps me.

I didn't find a bug report about neither the IStyleEngine (that seemed to have worked in the past) nor about the default.css that isn't loading.

Sincerely,
Artur
Previous Topic:[E4] Preference annotation and the e4 dependency injection architecture
Next Topic:Eclipse 4.0 - confusing message
Goto Forum:
  


Current Time: Fri Apr 26 06:33:54 GMT 2024

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

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

Back to the top