Re: GWT Performace Tips

2011-02-12 Thread Flemming Boller
1) Instead of the Vertifal/HorizontalPanels use UIBinder instead. We almost never use those panels but use uibinder and normal html instead. 2) Could you tell a little bit about how you found your performance problems? /Flemming On Sat, Feb 12, 2011 at 4:01 AM, tjmcc18 tjmc...@gmail.com

Re: DialogBox looking very weird

2011-01-04 Thread Flemming Boller
You should not set size on dialogbox itself. /Flemming On Tue, Jan 4, 2011 at 10:11 PM, Youngster aecdej...@gmail.com wrote: Hi, I would like to use a DialogBox in my application but somehow it looks very very weird. See screenshot: http://ScrnSht.com/dykpnl The code is fairly

Re: 2.1 Documentation

2010-10-07 Thread Flemming Boller
Hi Aldo Why is it so important for you to start a project with the GA - release ? Normally enterprise projects are have quite a big development time, so the GA release could properly be avaiable before you enter the first testphase. We are currently running with 2.1M3 in production, and have

Re: GWTCanvas vs gwt-graphics?

2010-07-31 Thread Flemming Boller
Hi I have looked at the g2d library. It is backed by excanvas, which is working fine in IE. I find that GWTCanvas does not play well in the standard mode, only quirks mode. /Flemming On Fri, Jul 30, 2010 at 9:33 AM, Sorinel C scristescu...@hotmail.comwrote: I would go with GWTCanvas too

Re: GWT app development in teams

2010-07-22 Thread Flemming Boller
Hi Phil What intgr. test tools are you evaluating? I am evaluating selenium. I like selenium IDE, but I think it is a little fragile. /FLemming On Thu, Jul 22, 2010 at 6:44 PM, PhilBeaudoin philippe.beaud...@gmail.comwrote: If it's a new project and you're not tied to a specific backend,

Re: GWTCanvas not working on IE6?

2010-07-02 Thread Flemming Boller
i use it on ie6. it works both in development and deploy mode. remember that in IE you must use quirks mode. in strict mode nothing works :-( /Flemmng On Fri, Jul 2, 2010 at 1:22 PM, Kevin kevin...@confettistudio.com wrote: Hi all, I thought GWTCanvas supports IE6, I am sure it did, but

Re: what large apps use GWT?

2010-06-24 Thread Flemming Boller
Hi I dont think that GMail is GWT app. /Flemming On Thu, Jun 24, 2010 at 1:29 PM, Subhrajyoti Moitra subhrajyo...@gmail.comwrote: pentaho BI suite is a GWT product. Wave, GMail .. Google AdSense are all GWT products. On Thu, Jun 24, 2010 at 4:35 AM, mikedshaf...@gmail.com

Re: GWT and Internet Explorer Mixed Content Security Warning

2010-06-07 Thread Flemming Boller
We had the same problem. It turned out that in the css file we had a link to a image that was not used/referenced. That would trigger the server to send 404 but in http form, I think...let me confirm and get back /Flemming On Fri, Apr 9, 2010 at 5:44 PM, Khan khan.mich...@gmail.com wrote:

Re: Will we ever see a scrolling CellTable?

2010-05-24 Thread Flemming Boller
I guess that the header is not fixed in this example? I mean that when you use the scroll, the header moves together with the data, so the header is not fixed. /Flemming On Mon, May 24, 2010 at 12:05 PM, Thomas Broyer t.bro...@gmail.com wrote: On 24 mai, 04:52, Craig Day

Re: Will we ever see a scrolling CellTable?

2010-05-24 Thread Flemming Boller
and sorting controls) and a scrollable data area. Cheers Craig On May 24, 6:29 pm, Flemming Boller flemming.bol...@gmail.com wrote: I guess that the header is not fixed in this example? I mean that when you use the scroll, the header moves together with the data, so

Re: Maven users survey

2010-01-21 Thread Flemming Boller
Hi We, at my work, use a different approach, than others I see mentioned here. Development: We are developers using eclipse and Intellij. Important for us is IDE indenpendent usage, so I have created a Launcher.java file which actually starts HostedMode.java with appropriate arguments. That way

Re: MVP Article... Source Code?

2010-01-03 Thread Flemming Boller
Hi Chris Thanks for you input around the dividing of presenters and views in bigger apps like Gmail. Do you have any brief input on how runAsync and MVP play together? /Flemming On Sun, Jan 3, 2010 at 8:36 PM, Chris Ramsdale cramsd...@google.com wrote: Yaakov, Having multiple presenters

Re: Use smartgwt or not

2009-12-17 Thread Flemming Boller
Hi I think these javascript wrappers will have a hard time, with all new features coming from GWT. Code split, UiBinder etc.. I am excited to see how they will integrate it. I used ext-gwt, which had a pretty big startup-download-size. Unfotunally it was javascript coming from EXT, and not

Re: tyring out uibinder

2009-08-07 Thread Flemming Boller
there are good example in the source code you downloaded. also in the uibinder package. /FLemming On Fri, Aug 7, 2009 at 10:16 AM, asianCoolz second.co...@gmail.com wrote: 1. i downloaded gwt from svn compiled and use this lib 2. create a xml file like below !-- HelloWorld.ui.xml --

Re: New GWT user has a simple qustion using eclipse

2009-07-11 Thread Flemming Boller
short answer: no ;.) On Sat, Jul 11, 2009 at 4:35 PM, tedpottel tedpot...@gmail.com wrote: Hi, I was able to use eclipse to create a project and run it. When I create a new project using eclipse it startes out with a simple program instad of empty code. Is there a way to have it so when

GWT Trunk version

2009-06-25 Thread Flemming Boller
Hi I have had the pleasure of testing out the current trunk version of today (self built :-) anyway I thought perhaps any of you also had some experience to watch out for when upgrading my project of 1.6 - trunk. Any catches? or is smilies all over :-) Regards FLemming

Re: A native GWT chart library?

2009-04-21 Thread Flemming Boller
Hi I currently use the GWTCanvas, for creating pies. It works very well. The code I can just copy paste from swing/awt code examples because the GWTCanvas api is very much like the normal jdk canvas. And you can your self attach mouse listeners etc on the pie so it becomes interactive, with the

Re: GWT for Solaris

2009-04-06 Thread Flemming Boller
Hi I am not that familiar with solaris, but you could perhabs install virtualbox and then run gwt developement inside that? on linux, windows. I know it will not give you a solaris port of gwt...but if you just cant wait I think it moght work out. happy easter :-) /Flemming 2009/4/6 Peter

Re: Spring and GWT 1.6RC

2009-03-23 Thread Flemming Boller
Yes I can, that is the way I use spring and gwt. /FLemming On Mon, Mar 23, 2009 at 12:37 PM, Alejandro D. Garin aga...@gmail.comwrote: Hi, anyone can use Spring context listener in web.xml ? Example: context-param param-namecontextConfigLocation/param-name

Re: Spring and GWT 1.6RC

2009-03-23 Thread Flemming Boller
Hi I have created an issuse, number 3496. /Flemming On Mon, Mar 23, 2009 at 4:13 PM, Flemming Boller flemming.bol...@gmail.comwrote: Yes I can, that is the way I use spring and gwt. /FLemming On Mon, Mar 23, 2009 at 12:37 PM, Alejandro D. Garin aga...@gmail.comwrote: Hi, anyone can

Re: Spring and GWT 1.6RC

2009-03-22 Thread Flemming Boller
oh, I forgot to write, that in metainf folder there is a index.list file. in that file I also deleted all to apache.commons lines. /Flemming On Sun, Mar 22, 2009 at 10:23 AM, Flemming Boller flemming.bol...@gmail.com wrote: Hi 1) using winzip I removed the commons folder in the file gwt

Re: Spring and GWT 1.6RC

2009-03-19 Thread Flemming Boller
I can also confirm the above experience. loader constraint violation /Flemming On Thu, Mar 19, 2009 at 6:56 PM, magbyr mag...@gmail.com wrote: I tried creating a completely blank / new 1.6RC project. When I put spring.jar and a blank applicationContext.xml the project stops working. Tried

Re: 3rd party widget libraries

2009-01-29 Thread Flemming Boller
Hi Do any of you guys know what will happen with GWT-EXT when 1.6 comes out? I could imagine a lot of fixes would be needed, because of the changed event system. Anyway to answer to this thread, I have used gwt-ext, in a project. benefit: we could quickly produce a very nice looking and feeling

Re: 3rd party widget libraries

2009-01-29 Thread Flemming Boller
and unaffected by changes in the GWT 1.6 event mechanism. At one point I tried the 1.6 branch with GWT- Ext and things ran fine. On Jan 29, 2:37 pm, Flemming Boller flemming.bol...@gmail.com wrote: Hi Do any of you guys know what will happen with GWT-EXT when 1.6 comes out? I could

Re: what design pattern to use with DWT

2009-01-29 Thread Flemming Boller
Now that you mention SmallTalk... I of course agree! when I wrote LISP, I have a funny feeling it about, but I thought it was so :-) anyway that for the correction. /Flemming On Thu, Jan 29, 2009 at 9:23 PM, Ian Petersen ispet...@gmail.com wrote: On Thu, Jan 29, 2009 at 11:33 AM, Flemming

Re: Need for a great GWT GUI library

2008-12-23 Thread Flemming Boller
Hi I have being following this thread with great attention. Current status for my project is that we have used gwt-ext alot last couple of months and we think it looks really good (extjs is a very nice look and feel) However due to thing also mentined in this thread, I am also looking for

Re: PureMVC

2008-10-23 Thread Flemming Boller
Yes I am. I think is it rather nice little MVC implementation, which has made it more easy for us to make components talk to each other in a loosely coupled way. Minus is however, that it easy also to create a spider web of notifications that is hard to overview. But common sense and keep it