Note that there are some explanatory texts on larger screens.

plurals
  1. POvaadin 7: Widgetset does not contain implementation
    text
    copied!<p>I am trying my hands on vaadin and would like to use gantt chat add-on in my vaading 7 project. <a href="https://vaadin.com/directory#addon/vaadin-gantt-diagram:vaadin" rel="nofollow noreferrer">https://vaadin.com/directory#addon/vaadin-gantt-diagram:vaadin</a></p> <p>since this is not compatible with vaadin 7, I am trying to fix some code from the add-on to make it compatible with vaadin 7.</p> <p>I checked out source code of vaadin-6.8 from repository and vaadin-gantt (add-on) from available downloads.</p> <p>I changed the code a bit in vaadin-6.8 and built. I am using this customized vaadin-6.8 jar inside vaadin-gantt add-on. Now I am able to build vaadin-gantt add-on by using customized vaadin-6.8 jar. I want to use this add-on inside vaadin-7 project.</p> <p>compiling went through, but i am getting below message on console while displaying gantt chart</p> <p><strong>"Widgetset does not contain implementation for ru.bazon.vaadin.ganttdiagram.canvas.GanttDiagramCanvas. Check its component connector's @Connect mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions."</strong></p> <p>I compiled the gantt widgetset using eclipse plugin and could see the below entry in my projects *.gwt.xml file </p> <p>I would like to make use of gannt chart add-on for vaadin-7. I didn't find any other add-on for vaadin-7 apart from this which is not compatible with vaadin 7.</p> <p>any pointers? </p> <p>Regards, Azhar</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload