close window onmouseout

2011-08-08 Thread ines gharbi
Hi everyone, I have a question please. In my application, I have a grid cell that I want to open a window, when the user clicks on it and then closes when the mouse moves out. I tried: final Window w = new Window(); WindowListener wl= new WindowListener() { @Override

GWT-ext: Position of the Widgets inside the Window

2011-03-31 Thread ines gharbi
Hello, I have a question about GWT-ext. I used the method setPosition (int x, int y) to change the position of my Widgets (panels, buttons, labels .) inside my window but they are displayed on the top left . Do you have any suggestions? Thank you. -- You received this message because

SmartGWT using Netbeans

2011-03-14 Thread ines gharbi
Hi everyone, I'm Ines a new member of this group and a new GWT user . I have a question please. I started working with SmartGWT. I want to add the SmartGWT widgets to the palette of Netbeans and use the drag-and-drop to construct my GUI (like in Swing (Java)). Can I do it? If Yes, How? . Thank