Announcement

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

    widgets not displayed

    Hi

    I'm new to GWT and I'm learning using the GWT plugin for eclipse and SmartGwt 2.1. I tried the tutorial in "http://hilloldebnath.byethost3.com/2009/08/29/smartgwt-a-getting-started-guide/" but when i run it, the widgets are not displayed though the text is shown and in the console tab of eclipse the following errors are shown:

    Jul 22, 2010 8:52:34 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/skin_styles.css
    Jul 22, 2010 8:53:18 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_start.png
    Jul 22, 2010 8:53:18 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_end.png
    Jul 22, 2010 8:53:18 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_stretch.png
    Jul 22, 2010 8:53:20 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_Over_stretch.png
    Jul 22, 2010 8:53:20 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_Over_end.png
    Jul 22, 2010 8:53:20 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_Over_start.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_Over_start.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_Down_stretch.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_Down_end.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/button/button_Down_start.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/blank.gif
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Dialog/say.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/headerIcons/close.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_T.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_R.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_B.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_TL.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_L.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_BL.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_TR.png
    Jul 22, 2010 8:53:21 PM com.google.appengine.tools.development.LocalResourceFileServlet doGet
    WARNING: No file found for: /sc/skins/Enterprise/images/Window/window_BR.png

    Thank you

    #2
    The latest release is Smart GWT 2.2. Please use this release instead. With Smart GWT 2.1 you need to add a isomorphicDir variable in your host html file (read the sticky FAQ) which might explain the issue you're seeing. With Smart GWT 2.2 you no longer need to add this variable.

    Comment

    Working...
    X