Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working? #1

Closed
harry239 opened this issue Nov 22, 2013 · 1 comment
Closed

Not working? #1

harry239 opened this issue Nov 22, 2013 · 1 comment

Comments

@harry239
Copy link

Hi,

I want to try your vaadin addon but it isn't working..
My Code is very simple, just wanted to try your sample, but only a grey screen appears with no components in it?
Can you help me?

I wrote the following code:

protected void init(VaadinRequest request) {

    Processing pro = new Processing();
    CustomProcessingCodeExtension codeExtension = new CustomProcessingCodeExtension();
    codeExtension.extend(pro);
    codeExtension.setProcessingJavaCodeClass(ProcessingCodeImplTest.class.getName());

    VerticalLayout layout = new VerticalLayout();
    layout.addComponent(pro);
    layout.setSizeFull();
    setContent(layout);
}
@tltv
Copy link
Owner

tltv commented Mar 24, 2014

Thanks for trying out the add-on. Sorry for late response. Somehow I've completely missed this message.

Sounds like you haven't compiled the widgetset. That's one requirement for all Vaadin add-ons with client-side code. You can find more help for widgetset compiling from http://vaadin.com/directory/help/using-vaadin-add-ons/ below the 'Installing Add-ons' section.

@tltv tltv closed this as completed Mar 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants