I know once you are in the browser you need to into menu/tools/javascript and enable. I think it is off by default.
On Wed, Nov 18, 2009 at 8:58 PM, Angel Marquez <[email protected]>wrote: > I have been using the PS3 browser with TVersity and my primary objective is > to use GWT in a similar fashion. BD-J apps are embedded java applications > and I want to create the menu systems discless. If I could get the app > engine tutorial to deploy I would check for you; but, I can't. I tried the > PS3 browser with hulu, youtubeMovies to no avail. If you come up with > resources for this please share. > > If you have a link to check on the browser post and I'll check it out on my > end. > > > On Wed, Nov 18, 2009 at 6:27 PM, bosco monkey <[email protected]>wrote: > >> Has anyone gotten GWT to work on the PS3 browser? I tried the >> barebones app created by the Eclipse GWT plugin on the PS3 and it >> didn't work (only the static HTML showed up). >> >> On the other hand, a simple window.onload does work. So at least the >> PS3 browser has some JavaScript support. For example: >> >> window.onload = function() { >> >> document.getElementById("nameFieldContainer").innerHTML = "John"; >> >> document.getElementById("sendButtonContainer").innerHTML = "Adams"; >> } >> >> -- Bosco >> >> -- >> >> 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=. >> >> >> > -- 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=.
