Announcement

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

    Trying out examples

    Hello,

    I'm trying to rebuild this example by myself:
    http://www.smartclient.com/smartgwt/showcase/#featured_complete_app

    What I do is that I copy all the source code from "View Source" and put in my on Eclipse project. But then I have a couple of issues.

    1. I get a lot of No File Found warnings like below:
    Nov 06, 2014 4:37:16 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/skin_styles.css
    Nov 06, 2014 4:37:27 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/SectionHeader/opener_opened.png
    Nov 06, 2014 4:37:27 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    ....... there are more....

    2. Please see the attached screenshot.
    sc1 is the one on Showcase.
    sc2 is mine.....


    Do I miss some images or theme packages?


    Thanks,
    Attached Files

    #2
    Your skin is missing. Most likely you never ran a GWT compile after changing .gwt.xml.

    Comment


      #3
      Hello,

      I ran compile but still got the same warning and result.
      What library should I inherit in my xxx.gwt.xml, in order to make something like this example?
      http://www.smartclient.com/smartgwt/showcase/#featured_complete_app


      Thanks!

      Comment


        #4
        Just follow the installation instructions. If you don't have the skin files, you've skipped a step somewhere.

        Comment

        Working...
        X