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

GWTAI in GWT (Applet Integration)

2010-04-28 Thread Harsh Yadav
Hi all, I want to use GWTAI to integrate an applet in my GWT application. I couldnt get it to run with my GWT application. Has anyone use GWTAI successfully to integrate an applet in GWT application. Or is there any better way to do the same in GWT. Thanks and Regards, Harsh Yadav -- You

GWT - Applet communication /Urgent/

2009-08-28 Thread kris
1.6 (Stack Overflow error), which is a must in my project. So, is there any other way to achieve direct GWT-Applet communication or must I switch to Flash (for which the communication seems to be implemented)? By the way, I am very surprised regarding the lack of Applet support on GWT, I thought

Re: GWT - Applet communication /Urgent/

2009-08-28 Thread Scooter
not even compile under Java 1.6 (Stack Overflow error), which is a must in my project. So, is there any other way to achieve direct GWT-Applet communication or must I switch to Flash (for which the communication seems to be implemented)? By the way, I am very surprised regarding the lack

Re: GWT + Applet

2009-05-11 Thread mars1412
first you should try to get your applet run in a plain html-file if this works: * pay attention to this: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5e01d0b31b58083a?hl=en * and if you still think, it doesn't work: provide more details, about what's happening BTW:

Re: GWT + Applet

2009-05-11 Thread mcasanke...@gmail.com
Thanks Mars for ur sweet reply On May 11, 1:49 pm, mars1412 martin.trum...@24act.at wrote: first you should try to get your applet run in a plain html-file if this works:  * pay attention to this:http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...  * and if you still

Re: GWT + Applet

2009-05-11 Thread mcasanke...@gmail.com
Hey thanks marks I got On May 11, 1:49 pm, mars1412 martin.trum...@24act.at wrote: first you should try to get your applet run in a plain html-file if this works:  * pay attention to this:http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...  * and if you still

GWT + Applet

2009-05-08 Thread mcasanke...@gmail.com
Hi All, In my application I want ot use applet. I have tried lot to intigr8 applet wit GWT but can't. Now i am tryin to put the applet tag (applet /applet) directly into the main html file of GWT. and give the paht code=My compiled class file.. but it is also not workin Thank you so