Label in FlowPanel

2009-10-27 Thread Halabe
Hi, I am trying to add labels to a flowPanel. The labels are being added each one on a line which does not reflect the real behavior of the flowPanel which is to have them on the same line and when the width is full to go to the second line. I tried substituting the label by a checkbox and a

Re: Label in FlowPanel

2009-10-27 Thread Halabe
a = new Label();          a.setText(test + i);          a.getElement().getStyle().setProperty(float, left);          flowPanel.add(a);        } regards, ruds On Tue, Oct 27, 2009 at 11:29 AM, Halabe elie.toumahal...@gmail.com wrote: Hi, I am trying to add labels to a flowPanel

Re: Label in FlowPanel

2009-10-27 Thread Halabe
number. flowPanel.setWidth(600); On Tue, Oct 27, 2009 at 11:59 AM, Halabe elie.toumahal...@gmail.com wrote: Hi Rudolf, I tried your solution but it did not work. I am still get the same! On Oct 27, 11:53 am, rudolf michael roud...@gmail.com wrote: Hello, Try to add the following CSS

Re: Label in FlowPanel

2009-10-27 Thread Halabe
, Thomas Broyer t.bro...@gmail.com wrote: On 27 oct, 10:29, Halabe elie.toumahal...@gmail.com wrote: Hi, I am trying to add labels to a flowPanel. The labels are being added each one on a line which does not reflect the real behavior of the flowPanel which is to have them on the same line

Maven versus Cypal

2009-04-06 Thread Halabe
Hi, I started using GWT around a year ago and I used Cypal plugin in Eclipse. I now found out that there is another plugin that is used for SmartGWT which is called Maven. What's the difference between them? Should I switch to Maven or I can continue my work with Cypal? Thank you

Re: Date Calculation on Client side

2009-01-20 Thread Halabe
Thanks Jake for your reply. I got the answer on GWT-Ext group that there is a Class called DateUtil in GWT-Ext that does that. On Jan 20, 1:10 pm, jake H pnosti...@gmail.com wrote: I dont know what exactly u wanna do, but i ll show u a code related to Date manipulation i m using.        

Date Calculation on Client side

2009-01-19 Thread Halabe
Hi, I am trying to do some date calculations on GWT client side. I searched in the group and found this link: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/6614f6728202c1ba/6e6e625db375cf0a?lnk=gstq=adding+day+to+date#6e6e625db375cf0a I prefer not to use deprecated

Downloading a file from the server

2008-10-02 Thread Halabe
Hi, In my GWT application, the user can upload a file from any type. He should be able to download the file ( a window with save as option should be opened) when he presses a button. I looked in the group and did not find how I can do that. Can anyone help?? Thank you,

Re: Opening and Loading a GWT Module from another module

2008-09-24 Thread Halabe
, 2:57 pm, Halabe [EMAIL PROTECTED] wrote: The image upload is successful since I can see the images in the server folder and when I refresh the page I can also see it on the client. IThe error I am getting is: Resource not found: images/imagePath/Image1.jpg could a file be missing

Opening and Loading a GWT Module from another module

2008-09-23 Thread Halabe
Hi All, Does anyone know how can I open and reload a GWT module from another module in a new Window?? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Opening and Loading a GWT Module from another module

2008-09-23 Thread Halabe
assumptions like this?  Maybe there is a way to get the behavior you want using GWT in its current form, but you'll need to say more.  Also, the in a new Window is not usually the best way to design with GWT. Walden On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote: Hi All, Does anyone

Re: Opening and Loading a GWT Module from another module

2008-09-23 Thread Halabe
it?  Or is it some other kind of file not found? On Sep 23, 9:46 am, Halabe [EMAIL PROTECTED] wrote: Hi Walden, My purpose is to view an image that is uploaded in the same session without having to refresh the whole page. I was searching for a way to view the image but I could not view any image

GWT-Ext DateField Bug in end of March and April Months

2008-09-02 Thread Halabe
Hi All, I am using the GWT-Ext dateField widget and I found a bug in the months of March and April. This bug is that when I choose a date, for example 15 April 2008, I am getting 14 April 2008 in the field and when I repress the Calendar button, no date is selected. This is found in the end of