[gwt-contrib] Re: CSS3 box-shadow on PopupPanel with animation is clipped

2010-02-23 Thread Kango_V
This is really good work. Only one thing i'd prefer though. Can you make the table highlight be the full width? Just makes it easier on the eyes. Small thing though. Well done. On Feb 22, 3:01 pm, ggeorg georgopoulos.georg...@gmail.com wrote: Hi, I am working on a new theme for GWT

WebWorkers in GWT

2009-12-10 Thread Kango_V
Does anyone know when GWT will be able to generate code that leverages Js WebWorkers. For example we could have an Interface and an anonymous inner class based on it that would be run in a web worker. This would speed up GWT drastically. -- You received this message because you are subscribed

Re: GWT 2.0 RC1

2009-11-17 Thread Kango_V
I too would love to have a look at the wave ui source code as it seems to be exactly the style of app i'd like to write. We need to turn GWT from a toolkit to a framework. On Nov 17, 7:16 am, Allahbaksh a.allahba...@gmail.com wrote: Hi GWT Team, I noticed that Bruce has created a page GWT 2.0

Re: Which GWT widget toolkit is better?

2009-10-30 Thread Kango_V
If it's a larger project like the one we are working on, you'll these: gwt 2.0 guice (server side) gin (client side) gwt-presenter gwt-dispatch gwt-log There are some great examples on how to tie this together into a great best practive framework. Good luck :) On Oct 30, 6:55 pm, maratkalibek

Re: Trying to create a generic LoginManager

2009-10-09 Thread Kango_V
You may want to check out gwt-presenter project on google code. On Oct 10, 1:02 am, Thomas Broyer t.bro...@gmail.com wrote: [grrr, sent the message before completing it] On 10 oct, 02:01, Thomas Broyer t.bro...@gmail.com wrote: On 10 oct, 01:32, Ian Bambury ianbamb...@gmail.com wrote:

Re: GWT RPC Hibernate - again and again

2009-09-10 Thread Kango_V
fyi: I have posted a feature request into Hibernates Jira asking for a new entity mode be added. Current Hibernate supports the current entity modes. XML POJO MAP This means that entities can be retrieved and updated again in these formats. Now, if we could just add JSON to this list. Having

[gwt-contrib] Re: Initial implementation of layout system, along with the first two layout widgets.

2009-08-10 Thread Kango_V
Amir, this is the exact case I am working on. I'm trting to implement an interface not dissimilar to Google Reader. It has a footer at the bottom of the grid for next prev buttons. Can this layout handle this? Excellent work as always. I'm keenly following this. Can't get it quick enough :)

[gwt-contrib] Re: DockLayoutPanel

2009-07-27 Thread Kango_V
Great!! I've just started usin g GWT (jumping in at 2.0) and this sound perfect for our app. Thanks Joel. On Jul 27, 1:50 pm, Rob Heittman rob.heitt...@solertium.com wrote: Sounds perfect.  Thanks, Joel! On Mon, Jul 27, 2009 at 8:07 AM, Joel Webber j...@google.com wrote: I completely

Re: which panel should i use

2009-07-21 Thread Kango_V
How did you lay it out in the end? I'm on the learning curve as well. On Jul 21, 3:22 pm, Rahul coolrahul18...@gmail.com wrote: Hi thanks a lot guys i got it working On Jul 21, 10:24 am, Rahul coolrahul18...@gmail.com wrote: i.e. can a splitter contains more than two widgets ?

[gwt-contrib] Re: Trouble building GWT 2.0 from svn

2009-07-19 Thread Kango_V
Same as Brett, that's all you need. Using ant 1.7.1 java 6u14 amd64. On Jul 19, 4:01 am, brett.wooldridge brett.wooldri...@gmail.com wrote: Not sure what the problem is.  This is all I did (literally): mkdir gwt-trunk cd gwt-trunk svn

Re: DockLayoutPanel from Google I/O

2009-07-15 Thread Kango_V
Any idea when this will be merged into trunk? On Jun 26, 9:52 pm, kugutsumen kugutsu...@gmail.com wrote: I just watched the Google IO talk as well and I can't wait to try the newDockLayoutPanel. Excellent talk btw! Any idea when you will merge it with trunk? On Jun 4, 9:28 pm, Joel Webber

Re: Will Google Plugin for Eclipse lineup with Eclipse Galileo Release ?

2009-07-10 Thread Kango_V
+1 for 64-bit Linux :) On Jul 10, 7:56 am, pappfer papp...@gmail.com wrote: I'm also waiting for this plugin. It'd be the best if one would come with 64-bit Linux support, too. I know I can make it work with 32-bit JRE, but still... it's just not the same.

Re: GWT Theme Like Google

2009-07-10 Thread Kango_V
I'd like the Google Wave theme as the default for GWT 2.0. I've posted this as an issue. On Jun 8, 1:22 am, Paulo Coutinho pa...@prsolucoes.com wrote: This idea is very nice, i think that themes only with css is very powerfull because only need change de CSS and dont need create other

Re: GWT 2 Theme

2009-07-09 Thread Kango_V
Inner designer? That made me laugh hehe. I'm all for open source. In fact that's all I use. But we have many projects to do and not a designer in our sordid bunch :) I'm just looking at the themes which ExtGWT and SmartGWT come with and feel that if GWT came with a really nice theme, it's

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-02 Thread Kango_V
That's the best reason ;) On Jul 1, 11:26 pm, David david.no...@gmail.com wrote: Yes that is always a good reason! On Wed, Jul 1, 2009 at 2:30 PM, Thomas Matthijsthomas.matth...@gmail.com wrote: On Wed, Jul 1, 2009 at 13:56, Daviddavid.no...@gmail.com wrote: Just out of curiosity:

GWT 2 Theme

2009-07-02 Thread Kango_V
Is it possible to use the Google Wave theme as the standard for GWT 2? I know it may need paring down slight, but that would still be cool. There are a lot of programmers that would like to suggest GWT to management, but do not like the default. I'm sure if this was done, far more developers

GWT and ExtGWT Licensing

2009-06-02 Thread Kango_V
I just wanted to ask you guys about this topic as our IP lawyers have found a potential problem. * ExtGWT extends classes in GWT therefore creating a derivative work. * ExtGWT is licensed under the GPLv3 and GWT under ASFv2. Now, we know that these are compatible. But, only ONE WAY! You can

Re: GWT and ExtGWT Licensing

2009-06-02 Thread Kango_V
requirement that all Apache software must be distributed under the Apache License 2.0. As far as the license is converned, when ExtGWT extends a GWT class it is a derivitive work in the eyes of the GPL, so the above clause is true. On Jun 2, 11:46 pm, Kango_V djb.b...@gmail.com wrote: I just

Google Reader Splitter

2009-01-19 Thread Kango_V
I'm trying to implement a splitter the same as that used in Google Reader. This is more of a collapsible panel rather than a splitter though. Anyone give me some pointers or explain how it's done. Thanks. --~--~-~--~~~---~--~~ You received this message because

GWT app looking and behaving like Google Reader?

2009-01-09 Thread Kango_V
I'd like to know how I can go about creating the look and feel of an app with GWT that looks and behaves like Google Reader. Has anyone done an article about what widgets/components were/can be used to get the layout etc. I've played with GWT, but not sure how to go about this. Any help

Re: Gwt Php Framework

2008-10-06 Thread Kango_V
We are still writing the the back end of our app at the moment, so have not made a decision on which client api to use. Currently we are leaning towards GwtExt (GXT), but like the look of your framework. We have some questions: 1. Are you still on target for an end of October release? 2. Can