Vaadin Theme 7, cannot import reindeer

Hello all,

I am new to vaadin, first of all… sorry for my ignorance :slight_smile:

This is my problem senario:
1- Eclipse, File->New->Vaadin 7 Project->Finish->Run at Server… Everything is fine and fast with single label(hello vaadin user) on the web page.

Now my problem:
2- Eclipse, File->New->other->Vaadin theme->finish.
Eclipse creates the VAADIN\themes\testtheme\styles.css file&folders. Opens a styles.css file with only line:
@import url(…/reindeer/styles.css);

3- Run at server again…
This time, web page appears blank (not busy), for a quite a few tens of seconds. Then the label appears.

If I replace Label with a Button, same happens, button appears for some 30-50 seconds later with no style at all.

uname -a: FreeBSD devel01.berk.logo.com.tr FreeBSD 9.1-PRERELEASE
tomcat-7.0.32
Eclipse Platform Version: 4.2.0

Thanks for you all… great tool great community to follow

Yasin

My guess is that your Eclipse plugin is more than two days old and it generates an old style theme which does not work correctly with beta10 :slight_smile:

See https://vaadin.com/wiki/-/wiki/Main/Creating%20a%20theme%20using%20sass or https://vaadin.com/forum/-/message_boards/view_message/2135495#_19_message_2135667

Or update your Eclipse plug-in to the latest experimental and re-create the theme