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 wrote: > Thanks everyo

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 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 straightforward: > >

Re: 2.1 Documentation

2010-10-06 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 hav

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 wrote: > I would go with GWTCanvas too :-) here's a small starting

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 wrote: > If it's a new project and you're not tied to a specific backend, you > could could consider de

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 wrote: > Hi all, > > I thought GWTCanvas supports IE6, I am sure it did, but haven't tried > it on IE6 fo

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 wrote: > 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 < > mikedshaf...@gmail.com> wrot

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 wrote: > Currently my team of dev

Re: Will we ever see a scrolling CellTable?

2010-05-24 Thread Flemming Boller
t; > > That's correct. The entire table is a static block. The more useful > > > table control is one that has a fixed header (ideally with resizable > > > columns and sorting controls) and a scrollable data area. > > > > > Cheers > > > Craig &g

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 wrote: > > > On 24 mai, 04:52, Craig Day wrote: > > The new CellTable and

Re: Parameter 0 of is of an unknown type 'java.lang.String/2004016611'

2010-02-19 Thread Flemming Boller
I had the same error , but it was because I had a mix of GWT 2 and GWT 1.7 jarfiles on my running classpath. (also using Intellij) Br Flemming On Thu, Feb 18, 2010 at 11:47 PM, gazarcher wrote: > Up until this week I was using IntelliJ IDEA 9.0 with GWT 1.7.1 on Mac > OS X 10.5 and decided to

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 t

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 wrote: > Yaakov, > > Having multiple presenters driving a single v

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 GWT,

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 wrote: > > 1. i downloaded gwt from svn compiled and use this lib > 2. create a xml file like below > > > > >Hello, . > > > > > where should

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 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 you > create a ne

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 On

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 wrote: > 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 wrote: > >> Hi, >> >>

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 wrote: > Hi, > > anyone can use Spring context listener in web.xml ? > > Example: > > > contextConfigLocation > /WEB-INF/applicationContext.xml > > > >

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 wrote: > Hi > > 1) using winzip I removed the commons folder in the file > gwt-dev-wind

Re: Spring and GWT 1.6RC

2009-03-22 Thread Flemming Boller
- gwt-servlet.jar and also spring 2.5.5.jar :-) Now I can start up gwt 1.6Rc1 and it can read the application xml , and I can rpc call a spring bean. Hope you can use this. /Flemming On Sun, Mar 22, 2009 at 10:14 AM, Flemming Boller wrote: > Hi > > It seems that the jarfil

Re: Spring and GWT 1.6RC

2009-03-22 Thread Flemming Boller
Hi It seems that the jarfile gwt-dev-windows.jar includes a lot of apache commons libraries. which conflicts with jar files added in web-inf/lib that also uses the above commons libraries. /Flemming On Thu, Mar 19, 2009 at 9:08 PM, Flemming Boller wrote: > I can also confirm the ab

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 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 both with

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 wrote: > > On Thu, Jan 29, 2009 at 11:33 AM, Flemming Boller &g

Re: 3rd party widget libraries

2009-01-29 Thread Flemming Boller
fected 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 wrote: > > Hi > > > > Do any of you guys know what will happen with GWT-EXT when 1.6 comes out? > &g

Re: what design pattern to use with DWT

2009-01-29 Thread Flemming Boller
Hi I have successfully used the MVC framework "PureMVC" in GWT. It is documented rather good, and there are many many examples on their website. Many of them are written in actionscript, but it is very easy to "translate" to java. Regarding "traditional MVC" I think you are a little of road. Trad

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 feelin

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 differe

Re: PureMVC

2008-10-23 Thread Flemming Boller
adding the Mediator as the event listener of the View (by > making it implement the relevant View listeners - ClickListener, > etc.), but I'm not quite sure if it's the best way to do it... > > Any ideas? > > Thanks! > > On Thu, Oct 23, 2008 at 9:53 AM, Flemming Boller &g

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 si

Re: Your opinion sought: Jetty or Tomcat?

2008-10-20 Thread Flemming Boller
Hi +1 for Jetty Thanks for a great UI toolkit! /Flemming On Tue, Oct 14, 2008 at 12:48 AM, Bruce Johnson <[EMAIL PROTECTED]> wrote: > Hi everyone, > Hope you're enjoying 1.5. > > The GWT team has started putting together a 1.6 roadmap, which we'll > publish as soon as we have it nailed down. T