Announcement

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

    Example Smartgwt using Applet

    Friends

    I wonder if anyone has an example of using the applet
    smartgwt.


    I am having difficulties in implementing.


    Thanks friends.


    Luciano

    #2
    You need to include it in your *.gwt.xml
    Code:
    <inherits name="com.smartgwt.SmartGwtPluginBridges"/>
    and then use com.smartgwt.client.widgets.plugins.Applet as a Smartgwt component

    Comment


      #3
      Thank you very much Metallic, ok to use the applet.

      But I'm having problems using two or more windows using the applet.

      The applet is overlapping the other window.

      Look at the picture and follow the example set of source code link project.


      http://www.sistemasnp.com/tests/TesteApplet.zip
      Attached Files
      Last edited by luciano_mineiro_bh; 23 Jun 2010, 12:33.

      Comment


        #4
        AFAIK it's a Applet's problem. Read this - maybe it'll help http://stackoverflow.com/questions/6...ari-and-beyond

        Comment

        Working...
        X