Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    integrate smartgwtee

    hello
    I smartgwtee download evaluation version because I want to make a graph, but the problem is that when I do (sc.haschart) always returns false
    I integrated the library smartgwtee
    here is the inherits.

    <inherits name="com.smartgwt.tools.SmartGwtTools" />
    <inherits name="com.smartgwtee.tools.Tools" />
    <inherits name="com.smartgwtee.SmartGwtEE" />
    <inherits name="com.smartgwt.Drawing"/>
    <inherits name="com.smartgwt.Charts"/>

    thanks

    #2
    Be sure to run a GWT compile after changing your .gwt.xml file.

    Comment

    Working...
    X