Re: create dinamically celltable

2010-11-22 Thread alf
> etc...  Then you can pass a List> to setRowData(). > > Thanks, > John LaBanca > jlaba...@google.com > > > > > > > > On Mon, Nov 22, 2010 at 10:13 AM, alf wrote: > > How can I create a content of table without previosly has a class with > > models. >

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 than

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 examp

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 com.google.gwt.s

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 goog

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); barMe

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 b

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: Anchor,

Re: Copying text between two RichTextBox[es] loses its formatting

2008-09-10 Thread ALF
That did the trick thank you! rtb1.setHTML(rtb2.getHTML()); On Sep 10, 10:14 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote: > If you transfer the HTML, does that not work? > > If you transfer the text, you're going to get text at the other end. >

Copying text between two RichTextBox[es] loses its formatting

2008-09-10 Thread ALF
final RichTextArea rtb1 = new RichTextArea(); final RichTextArea rtb2 = new RichTextArea(); If you have two RichTextBoxes displayed and you enter rich text into one box then click a button to transfer that text to the other RichTextBox it loses it's richness. rtb1.setText(rtb2.getText()); Is it

Hibernate4GWT

2008-09-08 Thread ALF
Does anyone have a quick and easy sample they can provide for using Hibernate4GWT? The sample I have found doesn't make a lot of sense to me and it has all the different ways to do it in one sample which makes it even more confusing. I just want a clear cut understanding on how to develop intera

Re: GWT and Eclipse problems

2008-09-03 Thread ALF
k. I will keep 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 > >

Re: GWT and Eclipse problems

2008-09-02 Thread ALF
wrote: > On Sep 2, 9:51 am, ALF <[EMAIL PROTECTED]> wrote: > > > Am I the only one having problems with running GWT in Eclipse? > > Yes :) > > -- Sorry, I couldn't resist. > > >  I have > > gone through the step-by-step walk-through (projectCreator,

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\StockWatcher>projectCreator -eclipse S