Re: GWT applet problem

2010-06-16 Thread mariyan nenchev
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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: GWT applet problem

2010-06-16 Thread Olivier Monaco
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 like http://code.google.com/p/gwtai/. Olivier On 16 juin, 13:17, mariyan nenchev nenchev.mari...@gmail.com wrote: I said the easiest way to do it :)

Re: GWT applet problem

2010-06-16 Thread Jaroslav Záruba
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

Re: GWT applet problem

2010-06-16 Thread KenJi_getpowered
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\

Re: GWT applet problem

2010-06-16 Thread KenJi_getpowered
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\

Re: GWT applet problem

2010-06-15 Thread Stefan Bachert
Hi, I am wondering what are you talking about. GWT does not has a concept of applets. GWT client does NOT run on a jvm. So please tell us the full story. Stefan Bachert http://gwtworld.de On Jun 14, 4:13 pm, Šobis matej.poklu...@gmail.com wrote: Hello, I have problem with launching applet

Re: GWT applet problem

2010-06-15 Thread mariyan nenchev
Hi, how do you place applet in gwt? You know that applet must be placed for example in html or jsp? I am wandering how do you use it with gwt? If you want to show the applet in gwt app, the easiest way is to embed a frame within the gwt app, which hosts the applet. That way you shouldn't have any

Re: GWT applet problem

2010-06-15 Thread Jaroslav Záruba
Is it necessary to create a frame for that applet? I think it should be possible to build the applet/param tags with JS and place it basically wherever you need, GWT-widgets including. On Wed, Jun 16, 2010 at 12:49 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, how do you place

GWT applet problem

2010-06-14 Thread Šobis
Hello, I have problem with launching applet in GWT. It is about SIP applet, which I launch in my HTML file and then later I call it's functions. This applet needs users certificate approval, which is OK. Problem is, that sometime user doesn't get certificate approval window, because applet