Re: How to play audio from the jar?

2013-06-15 Thread Lothar Kimmeringer
Hi Magnus, Am 15.06.2013 03:58, schrieb Magnus: so the URL would be /audio/file.mp3? Where is the root? http-root per Webapp is in the directory war of a GWT-project. The URL Jens provided as example for a file residing in war/audio/ missed the audio-directory, so the complete URL would be

Re: How to play audio from the jar?

2013-06-15 Thread Jens
And is mp3 a format that most browsers support? To support all browsers that support HTML 5 audio you would need mp3 as well as ogg. Browser support for HTML 5 audio: http://caniuse.com/#search=audio Audio formats: http://www.w3schools.com/html/html5_audio.asp -- J. -- You received this

Re: Uibinder inheriting and extending css classes (not just sharing them), best method?

2013-06-15 Thread RyanZA
I might be way off here, but is there any reason to extend myTestClass at all? You can have multiple css classes per element, so simply doing: ui:style .myLOCALTestClass{ ...more properties specific for this binder...} /ui:style And then assigning both myTestClass and myLOCALTestClass to the

Re: Uibinder inheriting and extending css classes (not just sharing them), best method?

2013-06-15 Thread GWTter
Hi Ryan, I don't think you're way off, this is definitely a way to do it but there are a few caveats. You have to consider that in order to do it this way (assuming you're style is coming from another cssresource) you would have to: - declare the cssresource that had the original style via

Re: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

2013-06-15 Thread John V Denley
Just had the same problem myself, and found that to fix it I had to do what you suggested, but I also had to manually create a Prefs key under JavaSoft too, as mentioned here: http://www-01.ibm.com/support/docview.wss?uid=swg21496098 On Friday, 14 June 2013 02:02:26 UTC+1, QingFeng Du wrote:

AWS (CDN) GWT file deployment and 'Blocked a frame with origin' issue

2013-06-15 Thread Joseph Lust
Hey All, I know there have been manyhttps://groups.google.com/forum/?fromgroups#!topic/Google-Web-Toolkit/PAaDf7a_5zI CDNhttps://groups.google.com/forum/?fromgroups#!searchin/google-web-toolkit/cdn/google-web-toolkit/kuyQU4y0RTo/vDLANu9os2kJ

Re: AWS (CDN) GWT file deployment and 'Blocked a frame with origin' issue

2013-06-15 Thread Joseph Lust
Made progress, but the GWTP app is acting flaky after any deferredjs/hash/number.cache.js file is loaded. The error implied the functions being called are not in scope. The file is loaded and the request had the expected payload. So, curious if anyone has run GWTP or similar split apps with

[gwt-contrib] Change in gwt[master]: making RootPanel.clear(true) respects GWT loader iframe

2013-06-15 Thread Manuel Carrasco Moñino
Manuel Carrasco Moñino has posted comments on this change. Change subject: making RootPanel.clear(true) respects GWT loader iframe .. Patch Set 5: (1 comment) File

[gwt-contrib] Change in gwt[master]: FileUpload: extending FocusWidget instead of Widget so as it...

2013-06-15 Thread Manuel Carrasco Moñino
Hello Leeroy Jenkins, Thomas Broyer, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/3211 to look at the new patch set (#6). Change subject: FileUpload: extending FocusWidget instead of Widget so as it exposes many features which already are in the

[gwt-contrib] Change in gwt[master]: making RootPanel.clear(true) respects GWT loader iframe

2013-06-15 Thread Manuel Carrasco Moñino
Manuel Carrasco Moñino has posted comments on this change. Change subject: making RootPanel.clear(true) respects GWT loader iframe .. Patch Set 5: (1 comment) File

[gwt-contrib] Change in gwt[master]: Add interfaces for widgets.

2013-06-15 Thread Stephen Haberman
Hello Leeroy Jenkins, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/3231 to look at the new patch set (#7). Change subject: Add interfaces for widgets. .. Add interfaces for

[gwt-contrib] Change in gwt[master]: Add interfaces for widgets.

2013-06-15 Thread Stephen Haberman
Stephen Haberman has posted comments on this change. Change subject: Add interfaces for widgets. .. Patch Set 6: (9 comments) File

[gwt-contrib] Change in gwt[master]: Add interfaces for widgets.

2013-06-15 Thread Stephen Haberman
Stephen Haberman has posted comments on this change. Change subject: Add interfaces for widgets. .. Patch Set 7: Replying to Goktug... consistent naming convention throughout the SDKs Agreed, of course. I see what you