Draggable widget

2010-07-23 Thread rlebosse
Hi everybody, I've lots of widgets (extends Composite) that I would like to be able to drag in the displayed web page? How can I do that? Thanks for your help, Romain -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: DisclosurePanel + Custom images + XML

2010-07-19 Thread rlebosse
and closedImage must be specified, or neither Do you have any idea of what this problem could be from? Romain On Jul 16, 4:49 pm, Thomas Broyer t.bro...@gmail.com wrote: On 16 juil, 16:30, rlebosse rlebo...@gmail.com wrote: Hi everybody, I'm trying to change the arrow icons

GWT + Arrows + DisclosurePanel #2

2010-07-19 Thread rlebosse
Hi everybody, I'm trying to change the arrow icons of the GWT disclosure panels. I made it in a GWT class. public interface CustomDisclosurePanelImages extends DisclosurePanelImages { public AbstractImagePrototype disclosurePanelClosed(); public AbstractImagePrototype disclosurePanelOpen(); }

Re: DisclosurePanel + Custom images + XML

2010-07-19 Thread rlebosse
I found the solution. Dont forget the d of closedImage. closedImage={disclosurePanelClosed} On Jul 19, 10:13 am, rlebosse rlebo...@gmail.com wrote: Thanks Thomas! I tried your solution but I have this error when I try to display the disclosure panel. 10:05:37.921 [ERROR] [ermin] In g:header

Re: GWT + Arrows + DisclosurePanel #2

2010-07-19 Thread rlebosse
I found the solution. Dont forget the d of closedImage. closedImage={disclosurePanelClosed} On Jul 19, 11:43 am, rlebosse rlebo...@gmail.com wrote: Hi everybody, I'm trying to change the arrow icons of the GWT disclosure panels. I made it in a GWT class. public interface

Re: DisclosurePanel and arrows

2010-07-16 Thread rlebosse
I'll try it. Thanks for your help Sean. On Jul 13, 2:53 pm, Sean slough...@gmail.com wrote: Those are images, and you can set them in the Constructor by using http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g... On Jul 13, 5:34 am, rlebisse rlebo...@gmail.com wrote:

DisclosurePanel + Custom images + XML

2010-07-16 Thread rlebosse
Hi everybody, I'm trying to change the arrow icons of the GWT disclosure panels. I made it in a GWT class. public interface CustomDisclosurePanelImages extends DisclosurePanelImages { public AbstractImagePrototype disclosurePanelClosed(); public AbstractImagePrototype