Re: Are you happy with GWT?

2012-10-07 Thread Yarden Shem Tov
Yes very much. Although now I would try also TypeScript (from microsoft) if your problems are just runtime bugs and all the dynamic nature of JS. But again, GWT is great for my opinion. On Friday, October 5, 2012 5:53:17 PM UTC+2, Charlie Youakim wrote: > > I'm

Unable to load module error while running an appengine and gwt project in development mode

2012-10-07 Thread Aman Sharma
Please help me rectify this problem. I am not able to run my project in development mode locally, every time I have to upload the project to app-engine to run it. Terminal output is

Code splitting not work as expected ?..

2012-10-07 Thread Ed
Code splitting don't seem to work in my case, please some advice. All seem to be loaded in the initial download, and I am trying to figure out why, which seem to be difficult. The soyc overal report: --- Full code size: 1,128,912 Bytes Initial download size: 1,127,984 Bytes Left over code: 413 By

GWT Designer - MenuBar

2012-10-07 Thread Marco
Hello, i'm using following infrastructure: Eclipse 4.2.1 GWT Designer 2.6.0.r42x201206111253 GWT 2.5_RC 2 Problem is, that I can't choose MenuBar or MenuItem in GWT Designer Palette. If I open a class with a menubar, i get following error: org.eclipse.wb.internal.core.utils.exception.DesignerEx

Re: mp3 resources - can they be played from within GWT?

2012-10-07 Thread Sebastián Gurin
Perhaps something like http://code.google.com/p/gwt-sound/ On Saturday, October 6, 2012 9:59:00 PM UTC-3, jones34 wrote: > > Is there any way (a widget, maybe) I can play an MP3 that I have as gwt > resource, without leaving gwt or sending the user to a new browser tab? An > MP3 player widget,

Re: mp3 resources - can they be played from within GWT?

2012-10-07 Thread Chris Lercher
Yes, GWT includes an Audio class: http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/media/client/Audio.html However, not all browsers support all formats, e.g. Firefox doesn't support mp3: http://en.wikipedia.org/wiki/HTML5_Audio So you may have to serve the file in multipl

TabLayoutPanel - Images in Tabs

2012-10-07 Thread Renato Beserra
Hi, I have a TabLayoutPanel, and I would like to add tabs with images. I tried the following code: public class AppTabPanel extends TabLayoutPanel { public AppTabPanel() { super(2,Unit.EM); //tab with text add(new MyCustomPanel(), "Início"); //tab with image add(new MyOtherPanel(), new Image("i

Re: Are you happy with GWT?

2012-10-07 Thread Lothar Kimmeringer
Am 05.10.2012 17:53, schrieb Charlie Youakim: > I'm deciding on whether to switch my team to GWT. I think the biggest > thing for me as the tech lead for the company is "Are you happy with > your choice to use GWT?" I haven't regretted it. One of the aspects that haven't been mentioned, yet, is t

Immediate validation of editor field

2012-10-07 Thread RickL
I have a problem. I want to force the editor framework to immediately validate a field when the user changes its value. The most obvious and simple case is a numeric field. If the user enters an invalid number, I want the error to be reported as soon as the user leaves the field. I don't wa

Re: TabLayoutPanel - Images in Tabs

2012-10-07 Thread Renato Beserra
I just found the answer! If it is useful for someone, i just assumed TabBar height would adjust to bigger images, but i found a doc that explains that the "Layout" components that require a size, like in the TabLayoutPanel constructor, wont resize automatically. 2012/10/7 Renato Beserra > Hi, >

Re: mp3 resources - can they be played from within GWT?

2012-10-07 Thread Jens
Check out gwt-voices. -- J. Am Sonntag, 7. Oktober 2012 02:59:00 UTC+2 schrieb jones34: > > Is there any way (a widget, maybe) I can play an MP3 that I have as gwt > resource, without leaving gwt or sending the user to a new browser tab? An > MP3 player widget, maybe? > > thanks > -- You rec

Re: Announcing Screencast on how to setup Gin for IOC

2012-10-07 Thread Gordon Pike
Hey thanks for letting me know. I'll check into it. Thanks, Gordon On Sat, Oct 6, 2012 at 8:24 AM, Jambi wrote: > Great! Thanks a lot! The stream is a little bit slow though > > Am Samstag, 6. Oktober 2012 07:58:44 UTC+2 schrieb gpike: >> >> Hi everyone just wanted to let you know I released a

Re: DevMode not working in Chrome after update

2012-10-07 Thread Tianhao Li
Could you please explain more details? I can't do as you said. Thanks On Friday, September 28, 2012 12:41:01 PM UTC+10, Nick McCollum wrote: > > FOUND THE FIX > > open up the extensions page in chrome, drag and drop the downloaded .crx > file, and BOOSH! Prompts for installation. > -- You recei