VaadinTunesLayout Sample

Hi,
I get your sample application called “VaadinTunesLayout” and his theme.
But when I ran the application I didn’t get the same view as http://demo.vaadin.com/VaadinTunesLayout.
I have just made a simple copy/paste of the VaadintunesLayout.java and copy the right theme to VAADIN\themes\vaadintunes.

The application is embedded in the half height of the browser!!

Do you have some idea about what’s wrong with it?

Many thanks again
11498.jpg

Try setSizeFull() to the layout in the main window. Also you might want to setMargin(false).

Hi again,

Many thanks and I used a old VaadinTunesLayout…from this link
http://dev.vaadin.com/browser/versions/6.0/src/com/vaadin/demo/VaadinTunesLayout.java?rev=7864
with a lot of deprecated functions!

I copy and paste this source code linked:
http://demo.vaadin.com/docs/example-source/com/vaadin/demo/VaadinTunesLayout.java.html
And it works!!

Your solution is worked too…Many thanks for your quick answer, dear Joonas Lehtinen!

So now I will think before send stupids questions! :wink:

Best regards!