no selection event fired when selecting root node of a cellTree

2012-01-20 Thread Rodrigue Lagoue
Hi all does somebody know, if there is a way to react on root node selection of a CellTree (Using SingleSelectionmodel).? Thank you and Best regards Rodrigue -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Re : Re: Re : Re: CellTree with SingleSelectionModel will not fire event for root node (GWT 2.3)

2012-01-19 Thread Rodrigue Lagoue
Hi Jens, did you solve this issue? I have the same issue now. Thank you very much On Tue, Jun 21, 2011 at 4:32 PM, Jens Teglhus Møller djar...@gmail.comwrote: Hi I have trimmed down my tree to a minimal example root node with one child both strings and here it works (should of course have

sort handler in datagrid problem

2011-12-13 Thread Rodrigue Lagoue
Hi all, I'm experiencing a problem with column sorting in datagrid. I think all is done like in the show case, but when I click on a column nothing happens, the sort icon (the triangle) only appears after (without sorting), when I select a row (via the checkbox). What could be the causes of such

Re: sort handler in datagrid problem

2011-12-13 Thread Rodrigue Lagoue
:56 pm, Rodrigue Lagoue rlag...@googlemail.com wrote: Hi all, I'm experiencing a problem with column sorting in datagrid. I think all is done like in the show case, but when I click on a column nothing happens, the sort icon (the triangle) only appears after (without sorting), when I

problem with upload/download of file

2011-10-04 Thread Rodrigue Lagoue
Hi All, I have a problem with the use of the FileUpload widget in my current project. When submit the form, the request is correctly sent to the server (I can see it with the help of firebug), but the corresponding servlet is never called. It seems like the http post request goes and pends

closable tabpanel

2011-05-03 Thread Rodrigue Lagoue
Hi all, does someone know a way to realize closeable tabpanel? Thanks for any help Rodrigue -- 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-toolkit@googlegroups.com. To unsubscribe from this

strange problem in production mode

2010-11-15 Thread Rodrigue Lagoue Njinthe
Hi all, did somebody already faced the following problem. I have a code, that runs correctly in development mode, but throws an exception in production mode. The exception I got from the chrome javascript console can be found at the end for this email. Here is the code causing the problem:

RE: strange problem in production mode

2010-11-15 Thread Rodrigue Lagoue Njinthe
these sorts of issues if you compile your code with -style PRETTY On Mon, Nov 15, 2010 at 6:22 PM, Rodrigue Lagoue Njinthe rlag...@googlemail.com wrote: Hi all, did somebody already faced the following problem. I have a code, that runs correctly in development mode, but throws an exception in production

RE: Application works in devlopment mode but not in war file

2010-11-14 Thread Rodrigue Lagoue Njinthe
Hi thanks for your answer. Regards Rodrigue From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of Deepak Singh Sent: Sunday, November 14, 2010 4:11 PM To: google-web-toolkit@googlegroups.com Subject: Re: Application works in devlopment

problem when trying to remove element from ListProvider

2010-11-12 Thread Rodrigue Lagoue Njinthe
Hi all, I get a exception when trying to remove an entry from a LisProvider's list. Hier is the stacktrace. java.lang.UnsupportedOperationException: null at java.util.AbstractList.remove(AbstractList.java:144) at java.util.AbstractList$Itr.remove(AbstractList.java:360) at

Re: CellTree - changing node from leaf to non-leaf

2010-11-04 Thread Rodrigue Lagoue
Hi John, I missed the information about the meaning of TreeViewModel#isLeaf(). I ran into problem with it yesterday. Thanks Rodrigue On Thu, Nov 4, 2010 at 3:27 PM, John LaBanca jlaba...@google.com wrote: You have two options, but first its important to point out that leaf is not the same as

repositioning node in a celltree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi! did someone already modify successful a celltree's structure programmatically? I want to change the parent of a node programmatically and see the changes displayed on the screen. What I do now is the following: .remove the considered node's value from the old parent's

RE: repositioning node in a celltree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi! did someone already modify successful a celltree's structure programmatically? I want to change the parent of a node programmatically and see the changes displayed on the screen. What I do now is the following: .remove the considered node's value from the old parent's

RE: change parent of a node in a CellTree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi John, I already call refresh after any data changes. Rodrigue From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of John LaBanca Sent: Monday, November 01, 2010 6:58 PM To: google-web-toolkit@googlegroups.com Subject: Re: change parent

RE: change parent of a node in a CellTree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi John! here the infos you need for debugging have been send directly to your mailbox. Rodrigue From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of John LaBanca Sent: Monday, November 01, 2010 6:58 PM To:

Re: custom header style on CellTable

2010-10-25 Thread Rodrigue Lagoue
...@gmail.com wrote: On 22 oct, 14:33, Rodrigue Lagoue rlag...@googlemail.com wrote: Hi all, does somebody know, if it is possible to customize the headers' style of a CellTable. I would like to have for exemple header that looks like a button... If you can do it entirely with CSS

Scrollbar on the body part of a CellTable

2010-10-25 Thread Rodrigue Lagoue
Hi! Is it possible to have a vertical scrollbar on the table's body part (the table except the header)? There is also strange effect when displaying an empty table. When no rows are added, the header take all the place reserved to the table. That's why I would like to know if there is a way on

custom header style on CellTable

2010-10-22 Thread Rodrigue Lagoue
Hi all, does somebody know, if it is possible to customize the headers' style of a CellTable. I would like to have for exemple header that looks like a button... Many thanks for any help. Rodrigue -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: custom header style on CellTable

2010-10-22 Thread Rodrigue Lagoue
thanks thomas I start to use the cell widgets in my project tomorrow. On Fri, Oct 22, 2010 at 3:11 PM, Thomas Broyer t.bro...@gmail.com wrote: On 22 oct, 14:33, Rodrigue Lagoue rlag...@googlemail.com wrote: Hi all, does somebody know, if it is possible to customize the headers' style

Customize CellTables headers

2010-10-21 Thread Rodrigue Lagoue Njinthe
Hi all, I would like to know if it's possible to customize the style of CellTable's header. For example headers looking like buttons. Thanks for any help Rodrigue -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

get table row

2010-08-30 Thread Rodrigue Lagoue
Hi all, Does someone already faced the needed to set an Id (via #ensureDebugId) on a table row? I'm just trying to do it without success... Thanks for any help Rodrigue -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

packing custom gwt libraries

2010-01-03 Thread Rodrigue Lagoue
Hi, i have a problem when packing custom utilities in a jar for reusing in other projects. I would like to know, if there is special way to pack custom gwt library into jar file. In my IDE (Eclipse galileo) i have 2 projects A (main project) and B (project with the gwt utilities classes).

Re: packing custom gwt libraries

2010-01-03 Thread Rodrigue Lagoue
Thanks for your answer.. No i have the new one... I think if it was the case, the java compilation wouldn't work, since i use the new classes added with GWT2.0. On Sun, Jan 3, 2010 at 2:18 PM, Qian Qiao qian.q...@gmail.com wrote: On Sun, Jan 3, 2010 at 21:07, Rodrigue Lagoue rlag

Re: packing custom gwt libraries

2010-01-03 Thread Rodrigue Lagoue
, Jan 3, 2010 at 21:25, Rodrigue Lagoue rlag...@googlemail.com wrote: Thanks for your answer.. No i have the new one... I think if it was the case, the java compilation wouldn't work, since i use the new classes added with GWT2.0. The reason I asked whether you have GWT2.0 on your debian

build script wiht gwt2.0

2009-12-29 Thread Rodrigue Lagoue
Hi, did somebody already wrote fully ant script for building (to javascript) an gwt 2.0 project? The built project should use an custom gwt library packed in a jar file... Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

FW: problem compiling gwt 2.0 using ant

2009-12-27 Thread Rodrigue Lagoue Njinthe
Hi! I'm facing a curious problem when compiling my gwt projects to javascript using ant. The compilations worked perfectly with the previous GWT versions... The most interessant part of the logging text is the following: Validating newly compiled units [java] Removing units

problem compiling gwt 2.0 using ant

2009-12-27 Thread Rodrigue Lagoue Njinthe
Hi! I'm facing a curious problem when compiling my gwt projects to javascript using ant. The compilations worked perfectly with the previous GWT versions... The most interessant part of the logging text is the following: Validating newly compiled units [java] Removing

problem compiling gwt 2.0 using ant

2009-12-24 Thread Rodrigue Lagoue Njinthe
Hi! I'm facing a curious problem when compiling my gwt projects to javascript using ant. The compilations worked perfectly with the previous GWT versions... The most interessant part of the logging text is the following: Validating newly compiled units [java] Removing units

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Rodrigue Lagoue
hi! No my classes have a no arguments constructors. There are just defined in another project. The GWT project uses it from a jar file. Thanks On Wed, Dec 23, 2009 at 12:34 PM, Dan daniel.vaug...@gmail.com wrote: Is this the problem with the classes you want to serialize not having a no

Re: GWT 2.0 serialization policy file

2009-12-23 Thread Rodrigue Lagoue
()); DefaultResponseBoolean result = new DefaultResponseBoolean(); result.value = Boolean.TRUE; return (T) result; } } Thanks -- On Wed, Dec 23, 2009 at 2:11 PM, Rodrigue Lagoue rlag...@googlemail.comwrote: hi! No my classes have a no arguments constructors. There are just

Problem using rpc GWT2.0

2009-12-20 Thread Rodrigue Lagoue Njinthe
Hi all i just spent more than a whole day on this issue. Does somebody know why this problem occurs? I tried almost all solutions discussed on the internet. But nothing seems to work. here is my error message: Type 'cm.bao.sms.ui.web.gwt.client.wrapper.BooleanWrapper' was not included in

Re: Setting Background image on panel

2009-07-29 Thread Rodrigue Lagoue
Hi Ed at first thanks for your answer. 1) If yes: then you have your solution as you only have to set the CSS name on your widget/panel through for example setStyleName(String). it's the first thing i tried. But it didn't work at all. here is a listing of the involved part in my css file:

Re: Setting Background image on panel

2009-07-29 Thread Rodrigue Lagoue
, Jul 29, 2009 at 5:22 AM, Rodrigue Lagoue rlag...@googlemail.comwrote: Hi Ed at first thanks for your answer. 1) If yes: then you have your solution as you only have to set the CSS name on your widget/panel through for example setStyleName(String). it's the first thing i tried

Setting Background image on panel

2009-07-28 Thread Rodrigue Lagoue Njinthe
Hi again, i spent all the day looking for a solution, the only things i found, were for people working with GWT-Ext JS. Does somebody know if it's possible to set an image as panel's background? thanks for any help -Original Message- From: Google-Web-Toolkit@googlegroups.com