Announcement

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

    #16
    Hi Isomorphic,

    Here is my gwt.xml:


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd">

    <module rename-to="plantillaIdeiak">


    <inherits name='com.google.gwt.user.User'/>
    <inherits name="com.smartgwtpower.tools.Tools"/>
    <inherits name="com.smartgwtpower.SmartGwtPower"/>
    <inherits name='com.google.gwt.user.theme.standard.Standard'/>
    <extend-property name="locale" values="es"/>
    <inherits name='org.gwtmultipage.gwtmultipage'/>
    <entry-point class='org.gwtmultipage.client.EntrypointDispatcher'/>

    <inherits name='es.ideiak.sgwt.ModuloGestion'/>
    <source path='cliente'/>

    </module>


    and the server.properties setting:


    skin.skin_styles.location: plantillaIdeiak/sc/skins/Enterprise


    I hope this could help us find the problem.

    Best regards,

    Pablo

    Comment


      #17
      What we asked was to please post everything the forums asks for *plus* your server.properties and .gwt.xml. We need to see the server log of the failure (standard information) exact versions (standard information), etc.

      Comment


        #18
        Please, follow this thread (http://forums.smartclient.com/showthread.php?p=81094#post81094) for a solution.

        Comment


          #19
          Isomorphic, the example worked perfectly with the latest nightly build.

          Thanks a lot.

          Pablo

          Comment


            #20
            skinName

            Hi, Isomorphic

            I have a problem with the generation the PDF i have this fail -

            IOException on parsing style seet from a Reader; don't know the URI.-

            My view i have this :

            contenedor.getPrintHTML(null, new PrintHTMLCallback() {
            @Override
            public void setHTML(String html) {
            DSRequest request = new DSRequest();
            LinkedHashMap data = new LinkedHashMap();
            data.put("html", html);
            data.put("skinName", "skin_styles");
            request.setData(data);

            ds.performCustomOperation("generatePdf", new Record(), new DSCallback() {
            @Override
            public void execute(DSResponse response, Object rawData, DSRequest request) {
            SC.say((String) rawData);
            }
            }, request);
            }
            });


            in my server.proterties i have this

            skin.skin_styles.location: alfa/sc/skins/Alfa

            i follow all forums but need your help

            Thank you

            Comment


              #21
              If you need help, start by posting all the required details listed in the FAQ.

              Do this in a new thread as there is no indication that your problem is related to the thread in which you have posted.

              Comment

              Working...
              X