We simply add this code into a view
                String htm = "<applet width=\"100%\" height=\"100%\""
                                + 
"code=\"com/your/package/applet/EntryClass.class\" "
                                + "archive=\"TheArhive.jar\">"
                                + "     <param name=\"lang\" value=\"en\" />"
                                + "     <param name=\"type\" value=\"" + 
this.type + "\" />"
                                + "     <param name=\"id\" value=\"" + this.id 
+ "\" />"
                                + "</applet>";
kind of ugly, but It works fine!


On 16 juin, 13:50, Jaroslav Záruba <[email protected]> wrote:
> Also I fail to see how is [putting APPLET into standalone
> document]+[creating FRAME for it using JS] easier then [creating APPLET with
> several PARAMs using JS]. In the first scenario you also get one more
> file/document to care about + one more request to make.
> But that's just my opinion. Whatever serves actual needs is good enough. :)
>
> On Wed, Jun 16, 2010 at 1:41 PM, Olivier Monaco <[email protected]>wrote:
>
> > Hi,
>
> > The easiest way is not an frame... you will have many issue. You can
> > create a Widget backing by an object tag. Or you can try some library
> > likehttp://code.google.com/p/gwtai/.
>
> > Olivier
>
> > On 16 juin, 13:17, mariyan nenchev <[email protected]> wrote:
> > > I said the easiest way to do it :)
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<google-web-toolkit%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to