Re: UiBinding at run time

2010-11-14 Thread heros
This group has moderators in GWT maker group. They may have this on their plan/road map. But some reasons, they don't want to talk with you about this. I think you can post your solution clearly in an article. If Google has this in next lease, it proves that you go before them. And if their

Re: UiBinding at run time

2010-11-12 Thread heros
Yes, I'm interesting in your open source project. Where is your code of project? Thanks, Hung On Nov 12, 10:46 am, TedM tedkar...@msn.com wrote: Hi GWT Community, I recently noticed the UiBinding feature in GWT and at first I was really excited because I was using something like this in my

Think in GWT MVP via hellomvp example for developing large application

2010-11-12 Thread heros
The hellomvp example is difficult to learn for new GWT developers. So I have expanded this example for going more details (step by step) on developing an application in new GWT MVP framework. I think this post can help new GWT developers for developing large application in GWT MVP Framework

Re: UiBinding at run time

2010-11-12 Thread heros
I think you should keep it in native GWT. Yes, GWT incubator may be considered but it's very unstable. The most important is your solution, I think. Regards, Hung On Nov 12, 8:01 pm, TedM tedkar...@msn.com wrote: I just opened it.  Let me clean up the code a little and then I'll keep it in.

Re: GWT can't compile for simple example

2010-10-12 Thread heros
WOW, this is really a bug of GWT Compiler. I'll report to GWT issues tracking. It's caused by GWT can't analyze main class to bind with uibinder class when project name is same package name. Cheers, Hung On Oct 12, 9:54 am, heros lvh...@gmail.com wrote: Thanks for your link (I have clicked some

Re: GWT can't compile for simple example

2010-10-11 Thread heros
); } } This is GWT's bug or I missed some configurations??? Thanks in advanced. Hung On Oct 11, 9:33 am, heros lvh...@gmail.com wrote: I have tried complied a simple example, but unsuccessful. Below

Re: GWT can't compile for simple example

2010-10-11 Thread heros
Thanks for your link (I have clicked some ads for you -;) ) I'm using latest GWT plugin for Eclipse 3.6. You can build the same project? It's strange. I also install GWT Desinger too. Do it effect to the project build process? May I try to reinstall GWT plugin. Hung On Oct 12, 5:09 am, Sorinel

Re: GWT can't compile for simple example

2010-10-11 Thread heros
Thanks for your link (I have clicked some ads for you -;) ) I'm using latest GWT plugin for Eclipse 3.6. You can build the same project? It's strange. I also install GWT Desinger too. Do it effect to the project build process? May I try to reinstall GWT plugin. Hung On Oct 12, 5:09 am, Sorinel

GWT can't compile for simple example

2010-10-10 Thread heros
I have tried complied a simple example, but unsuccessful. Below is the enviroment the source files: === GWT 2.0.4 App Engine 1.3.7 ===Testgwt.java= package testgwt.client; import

Re: Need strategy to implement window layout

2010-07-27 Thread heros
Thanks for your hint. I want to add an icon to the splitter to hide/open left panel like the vertical splitter http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html Do I use SplitLayoutPanel or LayoutPanel? Sorry for my stupid question. On Jul 20, 5:19 am, Thomas Broyer