create dinamically celltable

2010-11-22 Thread alf
How can I create a content of table without previosly has a class with models. I can cretate a header of column but when I set a list like Arrays.aslist{,} only fill a first column a repite the same in other column. I would like send a matrix colum row to fill table correctly. many thanks

Re: create dinamically celltable

2010-11-22 Thread alf
pass a ListListString to setRowData(). Thanks, John LaBanca jlaba...@google.com On Mon, Nov 22, 2010 at 10:13 AM, alf alberto@gmail.com wrote: How can I create a content of table without previosly has a class with models. I can cretate a header of column but when I set a list

widget celltable how clear before re-populate

2010-11-08 Thread alf
we are render a celltable widget nice when i push a boton. the problems is when i will push the botton again i create other widget and adding. How can clear all item adn populate the sam widget with new datas. thanks and excuse for by bad english ans newbie question i have spent hours fiding

large project mvp

2010-05-25 Thread alf
I have a doubt suppuse a very large project with hundred of windows so thousand of files according mvp patter will be: eje. project contacts src/ com.google.gwt.sample.contacts com.google.gwt.sample.contacts.client controller/services com.google.gwt.sample.contacts.client.event

Re: Create Vertical Menu Bar using MenuBar Widget

2009-12-15 Thread alf
Anyone has been able to built a vertical menu bar using GWT 2.0? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Create Vertical Menu Bar using MenuBar Widget

2009-12-14 Thread alf
Hi, I'm trying to deploy a Vertical Menu Bar using Menu Bar Widget provided by GWT using code as follows: MenuBar fooMenu = new MenuBar(true); fooMenu.addItem(the, cmd); MenuBar barMenu = new MenuBar(true);

python gwt

2009-10-04 Thread alf
Why google team choose java to compile into javascript when create GWT I think best had been python compile into javascript this away server and client will be same and in my case python is better than java. thanks --~--~-~--~~~---~--~~ You received this message

RichTextArea.wordWrap = true;?

2008-09-10 Thread ALF
Is there any way to set word wrapping on a RichTextArea? I found the HasWordWrap interface in the com.google.gwt.user.client.ui package but RichTextArea doesn't implement it. With that interface you should be able to getWordWrap() and setWordWrap(). Classes that implement HasWordWrap:

Re: GWT and Eclipse problems

2008-09-03 Thread ALF
messing around with it. Obviously it's a configuration issue. On Sep 2, 10:28 pm, jchimene [EMAIL PROTECTED] wrote: On Sep 2, 1:11 pm, ALF [EMAIL PROTECTED] wrote: I followed your steps and ran the shell from the command line.  That worked perfectly.  I still have a problem running

GWT and Eclipse problems

2008-09-02 Thread ALF
Am I the only one having problems with running GWT in Eclipse? I have gone through the step-by-step walk-through (projectCreator, applicationCreator, and Eclipse import) for the StockWatcher sample but it simply will not run within Eclipse. C:\dev\workspace\StockWatcherprojectCreator -eclipse